Currently i have updated my WordPress installation to 2.5. I was using the Popularity Contest version 1.3b3 plugin by AlexKing and i didn’t want to accept the idea that it isn’t WP 2.5 ready. So i did a little research and found out that i’m not the only one who has this problem. If you don’t want to wait until the author decides to post the new version because this plugin is crucial for your blog you can check out this quick fix.
Deactivate the plugin.
Navigate to the plugin’s directory and open popularity-contest.php
Scroll down to line 59 and replace the line require(’../../wp-blog-header.php’); with require(’../wp-blog-header.php’);
Reactivate the plugin.
Thank you Thomas for this wonderful solution.
The above fix works if you had the plugin…



