• Resolved Zapped

    (@zapped)


    I have tried upgrading my WP 3.2.1 a couple of times and each time, I get a blank admin page. I have taken the plunge again and still the same problem with admin page access. I can view all my websites locally.

    I have tried the fixes mentioned on the wbsite such as:
    1 – Renaming my plugins folder to plugins-old.
    2 – Renaming my themes to themes-old.
    3 – Accessing the data ‘Phpmyadmin’ database and changing the wp_options tables active_plugins to a:{}.

    All to no avail as I am still see getting blank page. Can someone please help.

    Zapped

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Zapped

    (@zapped)

    I forgot to mention that my WP is configured for multisite use.

    Thanks

    Thread Starter Zapped

    (@zapped)

    Further update, I turn on the define(‘WP_DEBUG’, true) on the wp_config file to view the errors on the wp_admin page

    See below

    Notice: automatic_feed_links is deprecated since version 3.0! Use add_theme_support( 'automatic-feed-links' ) instead. in C:\websites\wordpress\wp-includes\functions.php on line 2628
    
    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in C:\websites\wordpress\wp-includes\functions.php on line 2628
    
    Warning: fopen(https://localhost/wordpress/wp-cron.php?doing_wp_cron=1346794514.8065500259399414062500) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\websites\wordpress\wp-includes\class-http.php on line 923
    
    Warning: fopen(https://localhost/wordpress/wp-admin/upgrade.php?step=1) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\websites\wordpress\wp-includes\class-http.php on line 923
    
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\wordpress\wp-includes\class-http.php on line 923

    – Removed themes used leaving the default WP themes – error below is:

    Warning: fopen(https://localhost/wordpress/wp-cron.php?doing_wp_cron=1346795282.7064650058746337890625) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\websites\wordpress\wp-includes\class-http.php on line 923
    
    Warning: fopen(https://localhost/wordpress/wp-admin/upgrade.php?step=1) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\websites\wordpress\wp-includes\class-http.php on line 923
    
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\wordpress\wp-includes\class-http.php on line 923
    
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\wordpress\wp-includes\wp-db.php on line 515

    Would like some help here, still looking on the Net for solutions.

    Zapped

    try reading this thread hope it helps

    Thread Starter Zapped

    (@zapped)

    Thanks, I had a look, however, I will need some assistance here with the Apache error logs.

    Thread Starter Zapped

    (@zapped)

    Maoski, thanks for link, but it did not help. I finally sorted it after a long night drink lots of coffee.

    1 – I did a manual install again.
    2 – Set define(‘WP_DEBUG’, true) on the wp_config file and worked through the fatal errors shown.
    3 – Set time limit in the set_time_limit (0); in include/class-http.php as the functions were timing out.

    Now, I have a new issue of the wp-admin being very slow. Working on that.

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot access admin page on localhost after WP upgrade’ is closed to new replies.