Tag Archive: plugin


The static pages (like Store) are working again.  I’ve had to fix the redirect plugin by Nick Berlette.  If you want it to work with your modern WordPress blog (2.6 or higher) you just need to change a tiny bit.
Remove this:

require_once($_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-config.php’);

Replace with:

$root = dirname(dirname(dirname(dirname(__FILE__))));

if (file_exists($root.‘/wp-load.php’)) {
    require_once($root.‘/wp-load.php’);
} else {
    require_once($root.‘/wp-config.php’);
}

It should work fine now :)

Back on November 5th, I reported that in my blog post Woohoo! Looks like Evolution will be able to connect to Microsoft Exchange again! that the Exchange plugin for Evolution was fixed.  Well, they fixed one part but many of us still aren’t able to use the plugin. :(

Bug 306975:  Evolution: Exchange-Connector-setup 2.24.2 unable to log in to exchange

If you are running into this problem, please let it be known on the bug page!