Jump to content

Recommended Posts

Posted

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.

Posted

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'))

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...