BBuchanan Posted November 12, 2009 Report Share Posted November 12, 2009 When I click on Pirep Feilds under Pilot Reports, I get: Fatal error: Call to undefined method Settings::renderTemplate() in /home/vdefense/public_html/ultrair-virtual.org/admin/modules/Settings/Settings.php on line 272 and also for anyone using a skin or template that was made for the older system, update your custom core_navigation.tpl otherwise this newer re-write of the code with mess things up. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted November 12, 2009 Administrators Report Share Posted November 12, 2009 If you can put a bug into that at bugs.phpvms.net thanks And, what did you have to change in the core_navigation? Quote Link to comment Share on other sites More sharing options...
BBuchanan Posted November 12, 2009 Author Report Share Posted November 12, 2009 If you can put a bug into that at bugs.phpvms.net thanks And, what did you have to change in the core_navigation? Had to change this line: if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) to if(Auth::UserInGroup('Administrators')) Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted November 13, 2009 Administrators Report Share Posted November 13, 2009 if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) That should be the proper line. I will check 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.