Login     Sign up
app not found.
nvision (@nvision)
Join date: Apr 3rd 2010
Community posts: 3
View Profile
Send Message

i get an error "app not found" at permissions on admin panel

175 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

admin.php

line 130
'<br />'.url('adminpermissions',t('User Permissions')).'</div>

should be:
'<br />'.url('admin/permissions',t('User Permissions')).'</div>

simular errors at line 106 (admin/modules) and line 110 (admin/menu)

175 months ago
syed nayab (@syednayab)
Join date: Sep 17th 2010
Community posts: 23
View Profile
Send Message

i have been trying to give some administrative permission to the user but it shows

app not found

and i have tried changing the admin.php..it doesnt work for me atleast.. help please

175 months ago
nvision (@nvision)
Join date: Apr 3rd 2010
Community posts: 3
View Profile
Send Message

same problem here.. line 130 is blank actually

175 months ago