尝试登录网站时出错

时间:2013-08-29 21:03:41

标签: wordpress login buddypress

我遇到了一个问题,今天我将网站移到了网上。在localhost登录页面工作正常但当我将站点移动到在线服务器时,登录页面在验证后返回一个空白页面,而不是将我重定向到用户配置文件,如果你想测试登录页面,这里是link

我的控制台输出低于

[13:47:12.109] The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. @ http://www.gms-giki.com/wp-login.php
[13:47:12.236] Use of getUserData() or setUserData() is deprecated.  Use WeakMap or element.dataset instead. @ resource://gre/modules/XPIProvider.jsm -> jar:file:///C:/Users/Anfal/AppData/Roaming/Mozilla/Firefox/Profiles/g6wqsxw1.default/extensions/%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D.xpi!/bootstrap.js -> jar:file:///C:/Users/Anfal/AppData/Roaming/Mozilla/Firefox/Profiles/g6wqsxw1.default/extensions/%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D.xpi!/lib/requestNotifier.js:64

这是调试的结果。

Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/gmsgiki/public_html/wp-includes/functions.php on line 3012

Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/gmsgiki/public_html/wp-includes/functions.php on line 3012

Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/gmsgiki/public_html/wp-includes/functions.php on line 3012

Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/gmsgiki/public_html/wp-includes/functions.php on line 3012

Notice: is_site_admin is deprecated since version 1.5! Use is_super_admin() instead. in /home/gmsgiki/public_html/wp-includes/functions.php on line 2871

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-includes/pluggable.php on line 875

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-content/plugins/quick-chat/quick-chat.php on line 262

Notice: Undefined index: byrole in /home/gmsgiki/public_html/wp-content/plugins/menu-by-user-role/includes/class.plugin_mur.php on line 162

Notice: Undefined index: byrole in /home/gmsgiki/public_html/wp-content/plugins/menu-by-user-role/includes/class.plugin_mur.php on line 162

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-login.php on line 384

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-login.php on line 396

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-includes/pluggable.php on line 678

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-includes/pluggable.php on line 679

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-includes/pluggable.php on line 680

Warning: Cannot modify header information - headers already sent by (output started at /home/gmsgiki/public_html/wp-includes/functions.php:3012) in /home/gmsgiki/public_html/wp-includes/pluggable.php on line 875

1 个答案:

答案 0 :(得分:-1)

尝试将您的插件文件夹命名为plugins_old ...这将取消激活它们。之后尝试再次登录。