• Hi,
    Once I login to access my dashboard I get a white page. I have tried numerous things to resolve it:

    1. renamed plugins
    2.reverted to default theme
    3.enable error log

    one of the error is :
    [26-Feb-2015 18:48:09 UTC] PHP Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home option is deprecated for the family of bloginfo() functions. Use the url option instead. in /home/linweb24/s/sinclairgoldbergprice.com-1068200989/user/htdocs/wp-includes/functions.php on line 3193

    does anyone know what this means?

Viewing 1 replies (of 1 total)
  • Hi,

    Well it means that you have some code written for the bloginfo()function where an argument for the function is out of date.

    In other words, the function has been updated to use new parameters but your code still uses the old parameter(s).

    The codex for this function is here:

    https://codex.www.ads-software.com/Function_Reference/get_bloginfo

    The code in question is on line 3193 of functions.php

    In it will be the argument “home”, it needs to be replaced by “url”.

    If you want to look it up and post it here we can take a look at it.

Viewing 1 replies (of 1 total)
  • The topic ‘White Screen of Death’ is closed to new replies.