从2.8.x升级到3.3.1,内容丢失

时间:2012-02-28 作者:Gergely Csata

首先,我对wordpress网站进行了手动升级。我什么都照章办事。我禁用了所有插件,做了所有备份。

我升级到了新版本,一切都很好。

只是我失去了所有的内容。

我从自定义主题切换到默认主题(2111.3),但我的内容似乎已经不存在了。

在我的php我的管理页面上,我看到了我的内容,它们并没有丢失,只是现在才显示出来。

问题,我需要做什么才能让它出现?

我确实在安装过程中升级了数据库,似乎出了什么问题。

请帮忙!

提前感谢您!

EDIT1:我在启用调试模式后添加了错误。匈牙利文本显示:自版本2.8以来,不再支持使用register\\u sidebar\\u小部件。我相信这个错误早就出现了,因为我是从2.9版升级的。十、

感谢所有帮助!

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553 
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553 
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553 
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553 Notice: register_sidebar_widget használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_sidebar_widget(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
Notice: register_sidebar_widget használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_sidebar_widget(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
Notice: register_sidebar_widget használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_sidebar_widget(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
Notice: register_sidebar_widget használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_sidebar_widget(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
Notice: register_widget_control használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_widget_control(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
编辑2:

切换到主题后我有了这个。如何禁用小部件,我在仪表板中看不到任何活动的小部件,我看到可以使用的小部件,但没有活动的小部件。。。

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553 Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553     

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553 Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3553
Notice: register_sidebar_widget használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_sidebar_widget(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
Notice: register_widget_control használata nem támogatott a 2.8 verzió óta! Ezt javasoljuk helyette: wp_register_widget_control(). in /mnt/buffer.1/srv/www/laszloerika.hu/wordpress/wp-includes/functions.php on line 3467
----------------更新3---------------------

其中一个插件鬼鬼祟祟地打开了。我把它关掉了,没有错误。

但是

没有内容!!!!!!!!!!!!!!!!!!!!!!!!!!!:(:(现在怎么办:D?

1 个回复
最合适的回答,由SO网友:SickHippie 整理而成

请注意,这只是一个猜测,但仍然值得一试。

首先,打开调试模式,看看在试图查看内容时是否有任何明显的错误。如果没有(我想不会,但如果有指向问题的错误,我会觉得很傻),然后将所有内容回滚到2.8(数据库和文件),手动升级到3.0。x、 如果完成后您的内容仍然存在,请再次备份数据库,然后升级到3.3。十、

编辑:在这一点上,它要么是一个主题问题,要么是一个插件问题。功能register_sidebar_widget 已替换为wp_register_sidebar_widget, 和register_widget_control 具有wp_register_widget_control. 首先,切换到默认主题(二十一)。如果您的内容显示出来,我们已经将其缩小到主题范围,您只需找到/替换前一个功能和后一个功能即可。

如果主题不是问题所在,那么它就是生成特定小部件的插件。删除所有小部件并逐个重新添加。无论哪个插件生成导致故障的小部件,都是有问题的插件,可以更新或替换。

结束

相关推荐

Plugin upgrade issue

我正在更新wordpress网站上安装的插件。然而,几乎一个小时以来,它仍处于维护模式。当我无意中重装时,我看到了白色的死亡大屏幕,上面写着:\"Briefly unavailable for scheduled maintenance. Check back in a minute.\"我能做些什么来解决这个烂摊子吗?