我有一個奇怪的問題與WordPress(版本3.4)...如果我試圖編輯一篇文章,我只得到一個空白頁面指向「wp-admin/post.php」與一個HTTP 500錯誤和它沒有更新的帖子。我試圖啓動調試功能,但我只得到了這些消息:WordPress的:編輯後的空白頁
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
但是他們只通知,所以我不認爲他們正在與主要誤差與不...
我是什麼失蹤?我怎樣才能得到真正的錯誤,停止編輯帖子?
謝謝!
禁用所有插件再次嘗試,並給出模板的名稱。請 – zourite
如果我禁用了所有的插件,它似乎工作,所以我想這個問題是由其中之一造成的?用模板表示主題?在這種情況下,我正在使用Arthemia Premium ... – Ingro