
When attempting to add a shorcut via the pop-out menu, if I click "add shortcut" I just see this:
However, a blank shortcut is inserted underneath the "Add Shortcut" link and the "Manage Shortcuts" link in the menu... Clicking on Add Shortcut just inserts another blank shortcut when the page loads (again, with the error message).Fatal error: Call to a member function on a non-object in /home/users/uks63464/html/byms.co.uk/admin/moduleinterface.php on line 120
Is this permissions-related, or is something else afoot? Curiously, if I go into the Shortcut Manager page and manually edit the newly-created blank shortcuts, they work perfectly. Line 120 in moduleinterface.php is this:
Code: Select all
echo $themeObject->ShowHeader($gCms->modules[$module]['object']->GetFriendlyName(), '', '', 'both').'</div>';
Is this a bug which has been fixed in a more recent revision? This install is a few months old, but I'm loathe to rip and replace with a more recent build until it's confirmed that it's just a problem in the code which has been solved (and this week I'm far too busy to go about backing up then upgrading a site which is currently working perfectly... If it ain't broke and all that!)
It's not a terminal problem, as the feature works on the whole and it only takes one extra step to modify the shortcut. Just wondering if anybody else had come across this before, and if so what the fix is if there is one. Cheers!
