•  
Posts Tagged ‘OIOPublisher’

OIO Publisher & Mac

By Austin On January 12, 2009 No Comments

I just want to make a quick announcement that the OIO Publisher plugin is an awesome and powerful tool for advertisement’s controled by you!

But I upgraded my girls site JeanaSay.com to the latest WordPress 2.7 and already had the latest OIO install.

Anyway it didn’t work in the Mac environment under Safari, we couldn’t log in to the regular wp-admin and got a pop up of database entry’s missing..

hmmm….?? Click here to continue reading



Bug Fix OIOPulisher 2.07

By Austin On November 30, 2008 No Comments

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",

Click here to continue reading