Tagged: x
-
AuthorPosts
-
February 2, 2017 at 10:19 am #1355391
Hello,
I have enabled the E&P Form Builder on a site of mine.
There is a function that I want enabled; “Show the total price at bottom ?”
But when I check this button, the form displays an error:
Notice: Undefined variable: priceSubBottom in /home/svb/domains/hetschoolvoorbeeld.nl/public_html/wp-content/plugins/WP_Estimation_Form/includes/lfb-core.php on line 1183Can you help me out? I have the form displayed here:
https://www.hetschoolvoorbeeld.nl/drukwerk/t-shirts/t-shirt-school-bestellen/February 2, 2017 at 12:31 pm #1355529Hi there,
Thanks for writing in! PHP notices you can ignore by changing the following line as follows in your wp-config.php under the root of your WordPress installation.
define('WP_DEBUG', false);
To avoid such incompatibility issues, you can ask your hosting provider to update your PHP version to at least v5.6.0 or above.
Thanks!
February 3, 2017 at 2:40 am #1356446Ok, thank you for your help!
I will also contact my hosting provider about my PHP version.
February 3, 2017 at 3:00 am #1356463You’re always welcome!
Cheers!
-
AuthorPosts