This is the error i get when i try to use the widget:
Fatal error: Cannot redeclare class wp_cnet in D:\hshome\mykohh\konsolekingz.com\blog\wp-content\plugins\cnet-api-search\cnet-api-search.php on line 33
Need help getting this to work.
This is the error i get when i try to use the widget:
Fatal error: Cannot redeclare class wp_cnet in D:\hshome\mykohh\konsolekingz.com\blog\wp-content\plugins\cnet-api-search\cnet-api-search.php on line 33
Need help getting this to work.
Is the widget usable for the versio nof wp that you are using?
Have you looked at teh author's website to see if there's a fix?
This error occurs if you somehow have a plugin installed twice. Do you have cnet-api-search and the old wp-cnet that was on http://www.billygrahampresents.com installed? If so, remove wp-cnet, as it's an older version of the plugin with a different name.
To see if you only have the class declared twice, run this from your plugins directory:
egrep -r "class.*WP_CNET" .
You should see only one result.
This topic has been closed to new replies.