533 pointsLike some sort of WPMU DEV God"Exceptionally helpful
Shawn
Member
—
2nd March 2011
blog-suspended.php, lines 37 and 129: require_once('mu-plugins/anti-splog/recaptchalib.php');
Since anti-splog 1.0.6.1 is only valid in WP 3.1+, which requires a "plugins" install, these lines should each read: require_once('plugins/anti-splog/includes/recaptchalib.php');
blog-suspended.php, lines 37 and 129: require_once('mu-plugins/anti-splog/recaptchalib.php');
Since anti-splog 1.0.6.1 is only valid in WP 3.1+, which requires a "plugins" install, these lines should each read: require_once('plugins/anti-splog/includes/recaptchalib.php');
Responses (2)
Sales & Support Pro — 2nd March 2011 #
Thanks for these Shawn - I'll pass them on to Aaron!
Phil
Lead Developer — 2nd March 2011 #
Thanks, fixed in 1.0.7
Become a member