Welcome, Guest
Please Login or Register.    Lost Password?

Fatal error: Cannot redeclare class patFactory
(1 viewing) (1) Guest
Pre-RC Discussion
Go to bottomPage: 1
TOPIC: Fatal error: Cannot redeclare class patFactory
#5884
Fatal error: Cannot redeclare class patFactory 3 Years, 1 Month ago Karma: 0
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)
keltic
Newbie
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2008/12/11 17:47 By keltic.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Braineater
RocketTheme Joomla Templates