When in the backend Group Manager I click a group I get:
Group: Edit
Group Details Group Logo Image
Category for this Group :
- - (all Groups must be placed inside a Category)
- - (Category settings control which Groups Types are allowed)
- - (GO TO Category Settings to configure Categories)
Fatal error: Cannot redeclare class patFactory in /home/holland/public_html/plugins/system/legacy/patfactory.php on line 26
(Temporary) fix:
Change
| Code: |
if (file_exists(JPATH.'/plugins/system/legacy/patfactory.php')) {
require_once( JPATH.'/plugins/system/legacy/patfactory.php' );
}
|
to
| Code: |
// if (file_exists(JPATH.'/plugins/system/legacy/patfactory.php')) {
// require_once( JPATH.'/plugins/system/legacy/patfactory.php' );
// }
|
in file administrator/components/groupjive/admin.groupjive.html.php (line34-36)
GJ 29a
Joomla 1.5.8 (legacy enabled)