#139243 Error In Footer after upgrade
Landing › Forums › Jupiter WordPress Theme › Error In Footer after upgrade
-
AuthorPosts
-
Antonio Narvaez 7 months, 1 week ago
Hi,
I get the following error message in footer ufter upgrade
“Notice: Undefined index: gdpr_consent_text in /var/www/vhosts/…/…/wp-content/plugins/jupiter-core/includes/widgets/widgets-contact-form.php on line 24”
I appreciate if ypu could help
Regards
Alexander Hutsol Support Team 7 months, 1 week agoHello,
Please provide us with wp-admin and FTP (FTP host, FTP user, FTP password, FTP port) login details to your site in the private reply to check the issue.
Thank you.
Regards.
Amir Rather Support Team 7 months, 1 week agoHi there,
Please try adding the below lines to the wp-config.php file in your website root,
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
just before the “That’s all, stop editing! Happy blogging.” line.
and let us know.
Looking forward to your feedback 🙂
Antonio Narvaez 7 months, 1 week agoHi, this is just disabling the debug, any idea concerning the errror cause?
Regards
Amir Rather Support Team 7 months, 1 week agoThe line you see is only a Notice it can be ignored, it won’t affect anything.
Notices and warnings are the kinds of errors that do not stop WordPress from loading your website.Regards
Alexander Hutsol Support Team 7 months, 1 week agoHello,
You are welcome 🙂
The topic is closed.
Regards.
-
AuthorPosts