I’ve been getting this header with a warning every time the custom 404 page is triggered. I’ve tried to troubleshoot this but haven’t had any luck.
Thanks in advance!
I’ve been getting this header with a warning every time the custom 404 page is triggered. I’ve tried to troubleshoot this but haven’t had any luck.
Thanks in advance!
Hello Anish,
Thanks for writing in! You are seeing PHP Warning messages. Please disable the debug mode. You can do this by opening wp-config.php and adding
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should no longer be seeing those warning messages.
We would love to know if this has worked for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.