• Resolved benelers

    (@benelers)


    Hello,

    I am suddenly getting this error message on my site.Deprecated: Function is_staging_site is?deprecated?since version 3.3.0! Use in_safe_mode instead. in?/www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php?on line?6085

    Deprecated: Function is_staging_site is?deprecated?since version 3.3.0! Use in_safe_mode instead. in?/www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php?on line?6085

    When I try to login to see if I can fix it, I cannot log in and get the following message:

    Deprecated: Function is_staging_site is deprecated since version 3.3.0! Use in_safe_mode instead. in /www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php on line 6085

    Deprecated: Function is_staging_site is deprecated since version 3.3.0! Use in_safe_mode instead. in /www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php on line 6085

    Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php:6085) in /www/htdocs/w017937e/brain-innovation-project.com/wp-includes/pluggable.php on line 1435

    Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php:6085) in?/www/htdocs/w017937e/brain-innovation-project.com/wp-includes/pluggable.php?on line?1438

    Any help appreciated!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please include which PHP and WordPress versions you’re using. Also, disable your active plugins one by one to identify if there is a problematic plugin. You can also switch your active theme to the default 2024 theme to ensure the problem isn’t caused by the theme you are using.

    Thread Starter benelers

    (@benelers)

    Thanks Faisal, I have fixed it through another workaround,

    Can you explain How you have fixed this Deprecated: Function is_staging_site is?deprecated?since version 3.3.0! Use in_safe_mode instead. in?/www/htdocs/w017937e/brain-innovation-project.com/wp-includes/functions.php?on line?6085 error please?

    I have the same issue after updating several plug-ins just now and am unable to log in to the front end of the website to disable the plug-ins one by one as suggested by Faisal Ahammad?

    Thread Starter benelers

    (@benelers)

    Sorry for the late reply. Only just saw it.

    I found the answer here:

    php – Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file – WordPress Development Stack Exchange

    Basically, it was adding the following to my wp-config.php file (BEFORE /* That’s all, stop editing! Happy blogging. */)

    define( 'WP_DEBUG', true );

    That then just turns off the display of the errors publicly. This was all entirely new to me and I had no idea even where to find the php, but it all worked somehow!

    I found the problem was with a Woocommerce plugin (i think about calculating tax rates or something).

    • This reply was modified 6 months, 1 week ago by benelers.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deprecated: Function is_stagine_site’ is closed to new replies.