• I just upgraded my wordpress from 2.5.1 I believe, to the latest version of wordpress.

    I received this problem before and after the upgrade. I figured that since my wordpress was outdated, that the error was occurring. So, I upgraded my wordpress to the latest version which is 2.9.2.

    My Problem:

    I logged into “/wp-admin/” but when I go to edit a page, and when its time to click “Update” it redirects to a blank “/wp-admin/page.php” page, and the changes never get made. I am able to add new posts, but when I want to edit new posts or other pages I get this problem.

    Thanks, in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • deactivate all plugins
    if a plugin is borked this will let you log in

    if this doesn’t help, activate default theme
    if a theme error this will let you log in

    if neither of these work, try these memory options

    1. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '64M');
    
    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    
    3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M
    
    4. Talk to your host.
    Thread Starter amaZe

    (@amaze)

    After looking at my php settings on my server..
    ====================
    memory_limit 64M
    ====================

    It is already set to 64M…

    Any other suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blank Admin Page after editing..’ is closed to new replies.