Warning: date() expects parameter 2 to be long, string given in /htdocs/michaelvisser/wp-content/plugins/wp-forum/forum-functions.php on line 668
Look familiar? There is a bug in the current release of WP-Forum which exists in the plugin’s PHP function ul() hidden away in cookies.php of the plugin root directory. To fix this issue open cookies.php with your favourite text editor and [...]
Category Archives: Bugs
WP-Forum PHP Date function bug fix
June 7, 2008 – 11:49 am
Popularity Contest SQL and bug fix
May 4, 2008 – 12:24 pm
The first step of two to fixing Popularity Contest is to edit popularity-contest.php and update the contest of a single line so the plugin can support the new Wordpress 2.5.
Open popularity-contest.php (within /wp-content/plugins/popularity-contest/) and scroll to line 59. Replace require(’../../wp-blog-header.php’); with require(’../wp-blog-header.php’);
The second step is to manually create the default Popularity Contest tables within your [...]