-
AuthorPosts
-
February 28, 2019 at 1:04 am #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
March 1, 2019 at 9:20 pm #1073394Hey 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,
VictoriaMarch 3, 2019 at 12:13 am #1073790Thanks Victoria. Is this a coding issue though. I assume this is just hiding the error?
March 4, 2019 at 6:27 am #1074165 -
AuthorPosts
- You must be logged in to reply to this topic.
