SaudiaVA Posted June 17, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
SaudiaVA Posted June 19, 2015 Author Report Share Posted June 19, 2015 no one ? Quote Link to comment Share on other sites More sharing options...
SaudiaVA Posted June 20, 2015 Author Report Share Posted June 20, 2015 up ! Quote Link to comment Share on other sites More sharing options...
mariorgrossi Posted June 20, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
SaudiaVA Posted June 21, 2015 Author Report Share Posted June 21, 2015 downgraded to 5.3 and same problem Current PHP version: 5.3 Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 22, 2015 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
SaudiaVA Posted June 23, 2015 Author Report Share 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 Link to comment Share on other sites More sharing options...
Members Vangelis Posted June 24, 2015 Members Report Share Posted June 24, 2015 Try to upload again the admin folder it seems something got corupted Quote Link to comment Share on other sites More sharing options...
SaudiaVA Posted June 25, 2015 Author Report Share 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 Link to comment Share on other sites More sharing options...
SaudiaVA Posted June 27, 2015 Author Report Share Posted June 27, 2015 any help please ?? Quote Link to comment Share on other sites More sharing options...
danielatc81 Posted October 8, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
ercio Posted October 8, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
ercio Posted October 8, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
mrwetwork Posted June 21, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
mrwetwork Posted June 21, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
LuxuryCEO Posted September 1, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
nicolaananda Posted January 12, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
nicky9499 Posted January 15, 2020 Report Share 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 Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 15, 2020 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
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.