CamminandoScalzi
Member
Posted 1 month ago #
Today I've automatically upgraded WP to 2.8.5 and I've found a strange problem:
All pages in admin section works right except Widget configuration page. It appears all white, it seems like it doesn't load properly.
All Plugins are still active and working, like all pages in configuration dashboard, but I can't manage widget without that page.
Sorry for the english, I'm italian. ;-)
Thanks.
CamminandoScalzi
Member
Posted 1 month ago #
I've tried to replace all "widget" pages manually, from the installation file of WP 2.8.5, but nothing happens. The problem continues to exist.
Any suggestion or idea?
bh_WP_fan
Member
Posted 1 month ago #
Deactivate all plugins and increase your memory_limit. See if that helps.
Increase the amount of memory a PHP script may consume. Note: If using a shared hosting service, you may need to ask your host to increase the limit.
1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.
2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
3. Increase the memory limit via wp-config.php (e.g. define('WP_MEMORY_LIMIT', '64MB');)
CamminandoScalzi
Member
Posted 1 month ago #
Thank you for the help.
I've tried to deactivate all plugins, and the widget configuration page has appeared again.
Then, reactivating all plugin, I've backuped my blog to his original state.
Thank you very very much.