Hello
Since the topic is closed (https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/) i would like to know a fix for this that doesnt inlude hardoding theme files.
I have PHP 5.5 and get the same errors (user/pass are fine)
I tried the line “$content = esc_sql($content);” in enfold/framework/php/class-framework-widgets.php on line 1318 and it works, though i would prefer a solution in general to avoid hardcoding and losign the change later on. any code for child theme functions.php?
Dont you have plans on fixing it on new version?
Thanks in advance.
Hey george!
Yes I think it is listed in our queue so we should see a workaround in future.
In the meantime you can copy the whole function (lines 1305 – 1407) and paste it in the bottom of your child theme functions.php file and then edit the line again.
Best regards,
Elliott
OK cool thanks