I see the following error in my dashboard:
Notice: Undefined index: name in pro/framework/functions/global/admin/sidebars.php on line 143
Any idea why I am seeing this?
I see the following error in my dashboard:
Notice: Undefined index: name in pro/framework/functions/global/admin/sidebars.php on line 143
Any idea why I am seeing this?
Hello @webmuch,
Thanks for asking and I am sorry for the error message you are seeing in dashboard.
You can remove the error message by updating following code in wp-config.php:
define( 'WP_DEBUG' , true );
to
define('WP_DEBUG', false);
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.