我正在尝试将WordPress站点移动到新服务器,但无法在本地服务器上启动并运行它(运行XAMPP)。
该网站运行得非常好,但当我下载文件、导出数据库并将所有内容连接到本地副本时,我会收到以下错误消息:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function \'twentyten_widgets_init\' not found or invalid function name in /Users/Tim/Sites/coachhousetimbers.com.au/old/wp-includes/plugin.php on line 405
当我尝试访问网站的仪表板时,会出现以下情况:Warning: call_user_func_array() expects parameter 1 to be a valid callback, function \'twentyten_widgets_init\' not found or invalid function name in /Users/Tim/Sites/coachhousetimbers.com.au/old/wp-includes/plugin.php on line 405
Warning: Cannot modify header information - headers already sent by (output started at /Users/Tim/Sites/coachhousetimbers.com.au/old/wp-includes/plugin.php:405) in /Users/Tim/Sites/coachhousetimbers.com.au/old/wp-includes/pluggable.php on line 934
有什么想法和/或建议吗?我过去移动过很多WordPress网站,这是我第一次看到这个错误。我正在运行WordPress 3.2.1。
谢谢