|
|
|
Plugin not working after upgrade
|
|
Date: 2007/08/10 21:30
|
By: biotechsun
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
If you are installing a new plugin or clicking on existing plugin CB shows the following error (CB 1.1)
Fatal error: Cannot clone object of class CBSimpleXMLElement due to 'zend.ze1_compatibility_mode' in C:wampwwwadministratorcomponentscom_comprofilerlibrarycbxmlcb.xml.simplexml.php on line 67
Please help
|
|
The administrator has disabled public write access. |
|
|
|
Re:Plugin not working after upgrade
|
|
Date: 2007/08/11 04:21
|
By: beat
|
Status: Admin
|
|
|
Karma: 239  
|
|
Admin  | Posts: 3804 |   | |
|
Looks likst you need to (have hoster) switch off PHP4 "compatibility mode" when using php5...
As that class is PHP5 only, and this "php4 compatibility mode" is buggy, this misbehavior is not a surprise. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Plugin not working after upgrade
|
|
Date: 2007/09/06 03:46
|
By: SeanX
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
Having the same problem after the upgrade... except im trying to install new plugins/and or edit the existing thins like tabs I get a error code as follows:
Fatal error: Cannot clone object of class CBSimpleXMLElement due to 'zend.ze1_compatibility_mode' in C:Domainsifbbsa.comwwwrootadministratorcomponentscom_comprofileradmin.comprofiler.html.php on line 1573
this one is from trying to edit the Menu Tab...
Please help!!! as my host wont make the change just to suit me... should i just go back to using 1.0.2 for the meantime?
Otherwise all else looks dandy. THANKS
Post edited by: SeanX, at: 2007/09/06 04:00
|
|
The administrator has disabled public write access. |
|
|
|
Re:Plugin not working after upgrade
|
|
Date: 2007/09/06 10:39
|
By: beat
|
Status: Admin
|
|
|
Karma: 239  
|
|
Admin  | Posts: 3804 |   | |
|
If you get this error and your hoster doesn't want to change this setting:
in CB 1.1, file administrator/components/com_comprofiler/library/xml/cb.xml.simplexml.php line 13, uncomment this:
//define('CBXML_TEST_CBXML','');
by removing the 2 / at the begining like this:
define('CBXML_TEST_CBXML','');
This should fix your problem.
But consider choosing a host which supports PHP 5 correctly, you will need that in 6 months time, when PHP 4 becomes obsolete. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Plugin not working after upgrade
|
|
Date: 2007/09/06 12:59
|
By: SeanX
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
Awesome! thanks dude, gonna try that.
CB ROCKS!!!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Plugin not working after upgrade
|
|
Date: 2007/09/18 20:42
|
By: ltkermit
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
uncomment this: //define('CBXML_TEST_CBXML',''); by removing the 2 / at the begining like this: define('CBXML_TEST_CBXML',''); This should fix your problem.
This fixed my blank page error when trying to install CB plugins.
Thanks for the tip!!!
|
|
The administrator has disabled public write access. |
|
|