Fix WordPress Plugin

Hi All,

I had a wordpress plugin developed which automatically masked any external link so it looked like:

mydomain.com/out/1
mydomain.com/out/2
etc…

I recently upgraded wordpress to version 3.0 and this plugin no longer works, the masking appears to still be there but when I click any link I get the following error:

Fatal error: Call to undefined function: is_multisite() in /var/www/vhosts/mydomIN.com/httpdocs/wp-includes/wp-db.php on line 505

For info line 505 of wp-db.php says:

if ( is_multisite() ) {
$this->charset = ‘utf8’;
if ( defined( ‘DB_COLLATE’ )

Leave a Reply

Your email address will not be published. Required fields are marked *