admin管理员组文章数量:1313105
Total WordPress newb here, you guys. I recently moved WordPress files from BlueHost to GoDaddy. All was well on BlueHost. I moved the following files to GoDaddy.
- wp-content
- wp-admin
- wp-include
- All root files including wp-config.php
Most of the site appears to work, however wp-admin
is hosed. There is also an error on each of the public facing WordPress pages. Here are the errors I am receiving:
WP-Admin error
Warning:call_user_func_array()
expects parameter 1 to be a valid callback, function 'ssjp_Init
' not found or invalid function name in/file directory/public_html/wp-includes/plugin.php
on line 429
Warning: Cannot modify header information - headers already sent by (output started at/file diectory/public_html/wp-includes/plugin.php:429
) in/file directory/public_html/wp-includes/pluggable.php
on line 896
The WordPress codex forum suggests it is an issue with encoding, special characters or a lack of ?>
at the end of these files. I have tried to fix all of this with no avail. I have also quadruppled checked the wp-config.php
file for errors.
Any suggestions would be awesome!
Total WordPress newb here, you guys. I recently moved WordPress files from BlueHost to GoDaddy. All was well on BlueHost. I moved the following files to GoDaddy.
- wp-content
- wp-admin
- wp-include
- All root files including wp-config.php
Most of the site appears to work, however wp-admin
is hosed. There is also an error on each of the public facing WordPress pages. Here are the errors I am receiving:
WP-Admin error
Warning:call_user_func_array()
expects parameter 1 to be a valid callback, function 'ssjp_Init
' not found or invalid function name in/file directory/public_html/wp-includes/plugin.php
on line 429
Warning: Cannot modify header information - headers already sent by (output started at/file diectory/public_html/wp-includes/plugin.php:429
) in/file directory/public_html/wp-includes/pluggable.php
on line 896
The WordPress codex forum suggests it is an issue with encoding, special characters or a lack of ?>
at the end of these files. I have tried to fix all of this with no avail. I have also quadruppled checked the wp-config.php
file for errors.
Any suggestions would be awesome!
Share Improve this question edited Jan 22, 2014 at 5:14 Mayeenul Islam 12.9k21 gold badges85 silver badges169 bronze badges asked Jan 22, 2014 at 4:54 snowYetissnowYetis 1055 bronze badges 2- Disable all plugins and see if you can get into wp-admin. My guess is an errant plugin is causing problems. For example there might be a system specific setting in a plugin and causes it to break on another system. – user42826 Commented Jan 22, 2014 at 6:54
- @user42826 my man! You are a genius. Yes, all plugins are disabled now, but you have solved the problem. Why WordPress places all plugin IDs in one field is a mystery to me but you have solved my problem. THANK YOU. Feel free to post your comment as an answer so I can mark it. Thanks again! – snowYetis Commented Jan 22, 2014 at 7:32
1 Answer
Reset to default 0Disable all plugins and see if you can get into wp-admin. My guess is an errant plugin is causing problems. For example there might be a system specific setting in a plugin and causes it to break on another system
本文标签: phpWordPress Errors after Host Migration
版权声明:本文标题:php - WordPress Errors after Host Migration 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741933890a2405733.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论