Wordpress 2.7 error: Cannot redeclare is_sticky()

Symptom: After upgrading to Wordpress 2.7, users who have the wp-sticky plugin active may see the following error:

Fatal error: Cannot redeclare is_sticky() (previously declared in /home/user/public_html/wp-includes/post.php:756) in /home/user/public_html/wp-content/plugins/wp-sticky/wp-sticky.php on line 150

Cause: Wordpress 2.7 allows the tagging of a post as sticky without the plugin (under the Publish menu, choose Edit, then Visibility)

Solution: Disable or delete the wp-sticky plugin by removing it from the plugins directory, or upgrade the wp-sticky plugin to v1.40, which is compatible with Wordpress 2.7.

  • 4 Users Found This Useful
這篇文章有幫助嗎?

相關文章

PHP script error: FATAL ERROR: register_globals is disabled in php.ini, please enable it!

<b>Symptom: </b>The following error appears on a site running a php-based...

HOW TO: Combat referer spam/block certain referers

Symptom: A client wishes to deny access to their site (or parts of it) when the traffic is...

Expression Engine installation generates "variable references" error

Symptom: Expression Engine installations older than version 1.3.1 generate an "Only variable...

My phpBB forum installation is not accessible

Symptom: Client cannot access phpBB forum installation. Permissions on the forum installation...

Enabling register_globals

Symptom: A client's script requires that register_globals be enabled.Resolution: Globals are not...