SaudiaVA Posted June 17, 2015 Report Posted June 17, 2015 hello i have php 5.5 and david clark phpvms 5.5 version the admin panel missing maintenance option , also when i install addons some of them don't appear in admin panel under addons or anywhere any help ? screenshot attached Quote
mariorgrossi Posted June 20, 2015 Report Posted June 20, 2015 I've had this problem and decided to installing php version 5.3 I had to ask the host to downgrade the php version 5.3 because that was installed was 5.5. Take a database backup and go back to version 5.3 Quote
SaudiaVA Posted June 21, 2015 Author Report Posted June 21, 2015 downgraded to 5.3 and same problem Current PHP version: 5.3 Quote
Administrators simpilot Posted June 22, 2015 Administrators Report Posted June 22, 2015 If this is an update from previous versions and you are using the old database you probably have to update the permissions for the admin group in the database. Look in the _groups table and check for the permissions field for the administrators group (Should be the first line). If it is currently -> 35651519 <- update it to -> 536870911 <- 1 Quote
SaudiaVA Posted June 23, 2015 Author Report Posted June 23, 2015 If this is an update from previous versions and you are using the old database you probably have to update the permissions for the admin group in the database. Look in the _groups table and check for the permissions field for the administrators group (Should be the first line). If it is currently -> 35651519 <- update it to -> 536870911 <- i did change the permissions for admins but still can't full list of admin panel also other problem which is ( add and edit fleet is missing too ) and when i go to the link admin/index.php/operations/aircraft i get this msg : Unauthorized access - Invalid Permissions. ​( i can go to maintenance option by link admin/index.php/maintenance/options ) Quote
Members Vangelis Posted June 24, 2015 Members Report Posted June 24, 2015 Try to upload again the admin folder it seems something got corupted Quote
SaudiaVA Posted June 25, 2015 Author Report Posted June 25, 2015 Try to upload again the admin folder it seems something got corupted i downloaded a fresh admin folder and uploaded it again still .... same problem . Quote
danielatc81 Posted October 8, 2015 Report Posted October 8, 2015 If this is an update from previous versions and you are using the old database you probably have to update the permissions for the admin group in the database. Look in the _groups table and check for the permissions field for the administrators group (Should be the first line). If it is currently -> 35651519 <- update it to -> 536870911 <- Just wanted it known that this was indeed an issue I was having (Maintenance/General Settings not visible in Admin Panel) and taking the recommended steps did EXACTLY what was intended...MANY THANKS!!! Quote
ercio Posted October 8, 2015 Report Posted October 8, 2015 I have the same problem I try change the permissions I would like to go back to my old skin how do I do that with out go to admin (using flight skin , wanna go back to lance skin) Quote
ercio Posted October 8, 2015 Report Posted October 8, 2015 I fixed!!! I add this to my layout which was missing. <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> </ul> Quote
mrwetwork Posted June 21, 2016 Report Posted June 21, 2016 i did change the permissions for admins but still can't full list of admin panel also other problem which is ( add and edit fleet is missing too ) and when i go to the link admin/index.php/operations/aircraft i get this msg : Unauthorized access - Invalid Permissions. ​( i can go to maintenance option by link admin/index.php/maintenance/options ) Im am as well having this problem has any one found a fix ? i changed the _group permissions. But that still didnt anything neither did the line code someone posted later in the forum.. any help is appreciated Quote
mrwetwork Posted June 21, 2016 Report Posted June 21, 2016 So as it turns out all i had to do was clear my browser cache, to have the changes take effect. Quote
LuxuryCEO Posted September 1, 2016 Report Posted September 1, 2016 If this is an update from previous versions and you are using the old database you probably have to update the permissions for the admin group in the database. Look in the _groups table and check for the permissions field for the administrators group (Should be the first line). If it is currently -> 35651519 <- update it to -> 536870911 <- this worked for me thanks Simpilot Quote
nicolaananda Posted January 12, 2017 Report Posted January 12, 2017 On 6/23/2015 at 1:06 AM, simpilot said: If this is an update from previous versions and you are using the old database you probably have to update the permissions for the admin group in the database. Look in the _groups table and check for the permissions field for the administrators group (Should be the first line). If it is currently -> 35651519 <- update it to -> 536870911 <- Work!! Thanks Quote
nicky9499 Posted January 15, 2020 Report Posted January 15, 2020 (edited) Sorry for the bump but having the exact same problem here. Trying to select a different skin but that (along with most of the site settings) are gone. Already did what simpilot said, line edited successfully but no difference made. Version 5.5.2.72 simpilot/php7.2 Also tried re-uploading the admin folder but no joy. Edited January 15, 2020 by nicky9499 Quote
Administrators ProAvia Posted January 15, 2020 Administrators Report Posted January 15, 2020 With a default install, all admin functikns are present. Possibly you have a corrupt download. Try downloading a freh copy from Github and do a fresh install. Before adding a new skin or any addons, test out all default functions. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.