Actions
Bug #1254
closedFatal error when trying to create category
Start date:
30 August 2009
Due date:
% Done:
100%
Estimated time:
Description
I get the following message when trying to create a category.
Fatal error: Class 'mosAdminMenus' not found in /home/++++++/public_html/administrator/components/com_groupjive/admin.groupjive.php on line 333
Updated by terratech about 15 years ago
I Got the same "Fatal Error" in Catagory manger and was unable to create catagory.
Class 'mosAdminMenus' not found in;
public_html/administrator/components/com_groupjive/admin.groupjive.php on line 333
I commented out line;
//$lists['access'] = mosAdminMenus::Access( $row );
and it seems to work.
Updated by krileon about 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
GroupJive is not yet native, please uncomment the line and enable legacy plugin.
Actions