• When trying to go to /wp-admin – I’m just getting a white screen. Manually udpated to 3.2 (from 3.1.4) but still got the same problem. Site seems to be working fine but I can’t access admin at all.

    Can anyone help? I tried adding a post about this – but when I tried to add to it, it stated the post was closed??

    Site is at https://www.phuturelabs.com incase that’s of any use.

Viewing 6 replies - 31 through 36 (of 36 total)
  • Thread Starter paulreset

    (@paulreset)

    Thanks kmessinger – just double checked and definitely no white space.

    It’s very strange that it’s happening to two sites, both with completely different versions of wordpress but both that are installed to the /word/ directory within the domain.

    Another wordpress install I have that’s on the root directory isn’t experiencing any problems.

    Could it have something to do with htaccess?

    Thread Starter paulreset

    (@paulreset)

    Ok got error reporting working and got these errors:

    Notice: Undefined index: aiosp_enabled in /home/paulrest/phuturelabs.com/word/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766

    Notice: Undefined index: aiosp_enabled in /home/paulrest/phuturelabs.com/word/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766

    Notice: rss.php is deprecated since version 3.0! Use wp-includes/class-simplepie.php instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3422

    Notice: is_plugin_page is deprecated since version 3.1 with no alternative available. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3384

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /home/paulrest/phuturelabs.com/word/wp-includes/functions.php on line 3382

    Notice: Undefined variable: podpupplayerOptions in /home/paulrest/phuturelabs.com/word/wp-content/plugins/podpress/podpress.php on line 733

    Thread Starter paulreset

    (@paulreset)

    Not entirely sure what those mean though!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    They mean you need to turn off those plugins (or upgrade them) as they’re calling code that no longer works.

    Thread Starter paulreset

    (@paulreset)

    I tried removing the plugins completely though (via FTP) and it didn’t help the white screen issue unfortunately.

    Put this code into a php file. Call it anything you like as long as it ends with php.

    <?php
     phpinfo();
    ?>

    Upload that to yoursite/word then put that address in the browser. It should give you a complete report on the server’s php.

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘White screen showing when trying to access wp-admin’ is closed to new replies.