mituls
Member
Posted 4 months ago #
I am experiencing problems with activating this plugin.
I get the following error message:
Fatal error: Cannot redeclare class services_json in /var/www/vhosts/DOMAIN/httpdocs/wp-content/plugins/rpx/JSON.php on line 115
I am running WordPress 2.8.1
PHP 5.1.2
Json Version: 1.2.1
Any suggestions on what the problem could be?
Kind regards,
Mitul
Mituls.com
mituls
Member
Posted 4 months ago #
I've just found that this plugin is conflicting with other WordPress plugins, such as:
Simple Tags
Twitter Tools
Broken Link Checker
mituls
Member
Posted 4 months ago #
mituls
Member
Posted 4 months ago #
If you can add the following code to where Service JSON is declared then it should fix the problem:
if (!class_exists('Services_JSON'))
{
require_once(dirname(__FILE__).'/json.php');
}
Mituls.com
brianellin
Member
Posted 4 months ago #
this has been fixed in 0.2.4. thanks for the report!