•  
Posts Tagged ‘Error’

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



Dagon Design Sitemap Generator Error 500

By Austin On December 1, 2008 No Comments

I had this plugin installed, and noticed that I couln’t update or publish a post that was more thank about 50 words. I kept getting an Error 500 once the page was going to redirect. So, for the time being it is inactive. 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


Comment Validation

By Austin On November 24, 2008 No Comments

Another plugin I am using on this site: Comment Validation by Jörn Zaefferer.

From Jörn’s site:

Why should you install it? Because you care for comments and want to help users reduce mistakes that hold them off from commenting at all.

Whats the technology used? jQuery and the jQuery Validation plugin with a few customizations to make it fit into the standard WordPress theme.

Is it compatible with other plugins? The plugin is tested with the Draw Comments plugin and works, though

Click here to continue reading


WordPress Beta 3 Error

By Austin On November 21, 2008 5 Comments

If you don’t know, this site is running the latest WordPress. Which is in Beta testing, version 2.7 Beta-3.

I installed a new plugin today: SEO Smart Links. And as soon as I installed and tested it out, I get an error message on my dashboard.

The funny thing is, usually when there is an error, it shows up at the top of the page, before the site loads. This error is showing up at the bottom of the site.

huh, I was going to past the code error, but it seemed to disappear? I will post

Click here to continue reading