PHP Errors visible with Debug Off. Events Calendar

On a client site, using The Events Calendar plugin, multiple lines of code are visible on the bottom of the calendar page. Debug is false. The plugin developer has instructed me this is a theme issue. There are multiple lines visible. One is below:

Warning: Illegal string offset ‘base’ in /home/customer/www/site-name/public_html/wp-content/themes/x/framework/legacy/cranium/headers/setup.php](site-name/public_html/wp-content/themes/x/framework/legacy/cranium/headers/setup.php)on line 75

Any help or input would be appreciated.

Hey Scott,

Thanks for reaching out!

You can try turning off by visiting this article.

This is the code what I am referring to:

ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

Hope that helps and let us know how it goes.

Thanks. I’ll try that now. This one define(‘WP_DEBUG’, false); is definitely there.

z

Hello Scott,

Please let us know how it goes.

Thanks

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