As I have mentioned before, I am using the OIO Publisher Plugin, which you can see/use/purchase by clicking on the advertisement ad, or my advert page.
Anyway, it suddenly was not working and would say “plugin off line” on the purchase page, when it most certainly was not.
After contacting Simon over at OIO. I got a quick response to view this forum thread.
Indeed, this fix worked!
Here is what you need to do.
OPEN
include/config.php
FIND
if($oiopub_set->wp_load == 1) {
include_once($oiopub_set->wp_config);
}REPLACE WITH
if($oiopub_set->wp_load == 1) {
$oio_cwd = getcwd();
chdir(str_replace("/wp-config.php", "", $oiopub_set->wp_config));
include_once($oiopub_set->wp_config);
chdir($oio_cwd);
unset($oio_cwd);
}
I just came across an article over at WPHacks.com about a "how to" shift and…
The Ultimate WordPress Real Estate theme with custom developed plugins, single and multiple agents, extensive…
WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend…
Another plugin I am using on this site: Comment Validation by Jörn Zaefferer. From Jörn's…
Woopra is the world's most comprehensive, information rich, easy to use, real-time Web tracking and…
If you don't know, this site is running the latest WordPress. Which is in Beta…