Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1072444

    Hi,
    Can you help with these error messages please?

    Notice: Trying to get property of non-object in /home/ukburnside/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-manager.class.php on line 642

    Notice: Trying to get property of non-object in /home/ukburnside/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-manager.class.php on line 642

    Warning: Cannot modify header information – headers already sent by (output started at /home/ukburnside/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-manager.class.php:642) in /home/ukburnside/public_html/wp-includes/pluggable.php on line 1251

    Warning: Cannot modify header information – headers already sent by (output started at /home/ukburnside/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-manager.class.php:642) in /home/ukburnside/public_html/wp-includes/pluggable.php on line 1254

    #1073394

    Hey philcrothers,

    Put this code in your wp-config.php file

    
    // Turn debugging on
    define('WP_DEBUG', true);
    
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    
    // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
    @ini_set('display_errors', 0);

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1073790

    Thanks Victoria. Is this a coding issue though. I assume this is just hiding the error?

    #1074165

    Hi,

    What you are getting are warnings, not errors. Is anything not working as it should on your site?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.