1 to 3 of 3
On the main admin page for OIO I get the following error where the RSS feed is presented?
Fatal error: Cannot redeclare class simplepie in /home/******/public_html/wp-content/plugins/oiopub-direct/libs/simplepie/parser.inc on line 25
Anyone got any idea what could be causing it? Everything else works fine. SimplePie is installed and working for a different plugin so I'm a tad confused.
I believe it is because simoplie-pie is already loaded / being used in another plugin that the error is occurring.
If you open the admin/general.php file and search for the oiopub_intro() function, you can comment out the line oiopub_latest_news(true); to disable the error.
The next major version out drops simple-pie and uses a custom named class to avoid any conflicts.
Spot on. I was using the SimplePie Core for another plugin that I ended up scraping anyway. Disabled the core and now all is fine. Thank you!
BTW.... this plugin is worth every cent.
1 to 3 of 3