Forums

[resolved] Upgrading 2.8.4 to 2.8.5 no more widget page (5 posts)

  1. 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.

  2. zahhek
    Member
    Posted 1 month ago #

    It is almast same problem...No any solution?
    http://wordpress.org/support/topic/324958?replies=1

  3. 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?

  4. 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');)

  5. 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.

Reply

You must log in to post.

About this Topic