0

Wordpress(バージョン3.4)で奇妙な問題が発生しました...投稿を編集しようとすると、HTTP500エラーのある「wp-admin/ post.php」を指す空白のページしか表示されず、投稿は更新されません。デバッグ機能を有効にしようとしましたが、次のメッセージしか表示されませんでした。

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

ただし、それらは通知のみであるため、メインエラーに関連しているとは思われません...

私が欠けているものは何ですか?投稿の編集を停止する実際のエラーを取得するにはどうすればよいですか?

ありがとう!

4

1 に答える 1

0

プラグインを1つずつ無効にして、投稿を更新してみてください。あなたは有罪となるでしょう。

于 2012-07-02T10:33:04.183 に答える