• Resolved ingridbsi

    (@ingridbsi)


    In the staging version I am getting these error messages:

    Deprecated: Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the ww.wp.xz.cn documentation to learn how to apply custom styles to your site: https://ww.wp.xz.cn/documentation/article/styles-overview/#applying-custom-css in /home/customer/www/tbayfast.com/public_html/july-18/wp-includes/functions.php on line 6078

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/tbayfast.com/public_html/july-18/wp-includes/functions.php:6078) in /home/customer/www/tbayfast.com/public_html/july-18/wp-login.php on line 504

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor alaasalama

    (@alaasalama)

    Hi @ingridbsi

    Try to disable WP_DEBUG Mode on the staging site by adding these lines in wp-config.php file of the staging site:

    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    If that doesn’t work, then please share your website’s system information from (WP STAGING > System Info) via this form and we will help you further from there.

    Thanks,
    Alaa

Viewing 1 replies (of 1 total)

The topic ‘error message and staging version won’t show’ is closed to new replies.