无法创建或编辑菜单

时间:2012-11-21 作者:Hugh

我正在Ubuntu上运行3.4.2。我根本无法更改菜单。此外,我无法将任何内容(flash或浏览器上载程序)上载到媒体库。然而,插件在向库中添加内容方面没有问题。当我尝试进行更改时,我发现找不到页面。

我的php内存限制设置为128MB。ini和wp配置。php。我已经在wordpress wiki上完成了所有基本的故障排除。禁用所有插件,切换主题,甚至运行aptitude重新安装wordpress,以确保所有核心文件没有损坏。

这是我的调试。日志

[21-Nov-2012 02:37:53 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>init</code> hooks. Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /usr/share/wordpress/wp-includes/functions.php on line 2758
[21-Nov-2012 02:37:53 UTC] PHP Notice:  wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>init</code> hooks. Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /usr/share/wordpress/wp-includes/functions.php on line 2758
[21-Nov-2012 02:37:54 UTC] PHP Warning:  Creating default object from empty value in /usr/share/wordpress/wp-admin/includes/update.php on line 92
我设法在这里把自己难住了。除了重新安装整个网站,我已经做了所有事情。

2 个回复
SO网友:Chip Bennett

我的php内存限制设置为128MB。ini和wp配置。php。有an implicit minimum requirement WP管理员可以使用256M。

尝试将PHP内存限制设置为256M 而不是128M。

另外,请确保WP_DEBUG 设置为true 在里面wp-config.php:

define( \'WP_DEBUG\', true );
这可能会显示内存耗尽的致命错误。

SO网友:user1576978

备份wp配置。php,删除原始文件并再次运行yoursite/wp管理员,将所有字段填充回。。。。希望它能起作用。如果没有,您使用的主题是什么?

结束

相关推荐

Wordpress Custom Menus Issue

在我的模板中,我使用这样的调用来输出一些自定义菜单:<?php wp_nav_menu(array(\'container_class\' => \'secondary-navigation\', \'theme_location\' => \'secondary\')); ?> 自从升级到WordPress 3.1.4后,我就可以获得完整的页面列表,而不是自定义菜单我看到修复程序(通过谷歌)说我应该添加以下内容来修复此问题:\'fallback_cb\' => f