Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ducktoes

    (@ducktoes)

    Never mind. I re-ftped the whole upgrade and it seems to be working now.
    Thanks anyway.

    Thread Starter ducktoes

    (@ducktoes)

    No, I spoke too soon. The upgrade.php page was there and I upgraded but now the Wp-admin is blank after I log-in. What do I do for that?

    Thread Starter ducktoes

    (@ducktoes)

    I guess no one is paying attention or you don’t like my problem? I like WordPress until I try to upgrade it, then I sweat blood and cry and try to make it work for hours. I hope I never have to upgrade again.

    It may happen due to php memory. Try to add following line in wp-config.php after <?php tag:

    define(’WP_MEMORY_LIMIT’, ‘64M’);

    If you host allow to override php setting via htaccess or custom php.ini you can put following line in your .htaccess:

    php_value memory_limit 64M

    And if you have custom php.ini, increase the value for memory_limit:

    memory_limit = 64M

    Also, check the error logs for your web site in case if there is more details available for this problem.

    Kailash

    Thread Starter ducktoes

    (@ducktoes)

    Thanks, that worked. I also deleted all my plug-ins and the cache in WP_ADMIN. I’m not sure which of these fixed it but all of the sudden there it was. Thanks again!

    Thread Starter ducktoes

    (@ducktoes)

    No I’m sorry the cache in WP_Content and I also reinstalled all the WP_ADMIN files.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Upgraded from 2.62 to 2.84 Problems’ is closed to new replies.