PHP Notice Error

Good day All!

I’ve been getting this error since yesterday: “PHP Notice: Undefined offset: 0 in /home1/dockyard/public_html/DockyardGlassWorks/wp-content/plugins/cornerstone/includes/classes/styling/class-font-manager.php on line 196.”

Followed the path:

Does anyone know how to either resolve this issue or know a way to hide to the error message so it’s not the first thing my customers see when they come to the site?

Thanks!

Hi @storeadmin1,

Thanks for reaching out!

This is just a PHP notice and you have nothing to worry about it, the reason why you are seeing this code is because the WP_DEBUG was set to true on your wp-config.php file. In order to get rid of this, you need to set the WP_DEBUG to false in your wp-config.php.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.