I’m getting an error code at the top of my page https://estimateguard.com/contractor-training/ can you help me sort it out?
Thanks.
I’m getting an error code at the top of my page https://estimateguard.com/contractor-training/ can you help me sort it out?
Thanks.
Hello There,
Thanks for posting in!
You are seeing a PHP Warning message. This usually appear when a variable is unset or null. to get rid of this message, you will need to disable your debug mode. You can do this by opening wp-config.php file and adding
define( 'WP_DEBUG' , false ); just above /* That's all, stop editing! Happy blogging. */
For example:
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should no longer be seeing the Warning Message.
Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.