I have a strange problem with WordPress (version 3.4)… If I try to edit a post I get only a blank page pointing to “wp-admin/post.php” with a HTTP 500 error and the post it’s not updated. I tried to activate the debug function but I only got these messages:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in public_html/wp-includes/functions.php on line 2825
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /public_html/wp-includes/functions.php on line 2705
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /public_html/wp-includes/functions.php on line 2705
However they are only notice so I don’t think they are related with the main error…
What I’m missing? How can I get the real error which stops the post to be edited?
Thanks!
Disable plugins one by one and tries update your post. You will find the guilty.