Forum Replies Created
-
AuthorPosts
-
Hi Samel,
Here’s some update:
After updating Enfold, WP and the others plugins, we still had the issue.
I honestly don’t know how you got through (the only one in weeks!)Since the logs indicate on this line, we solved the issue by changing :
if ( ($post_id == 5884) || ($post_id == 6936) || ($post_id == 6939) )
by
if ($post_id == 5884) { ... } elseif($post_id == 6936) elseif ... {...}
And it works fine now, go figure :-/
This reply has been marked as private.Hi,
Sure, which email address for the login?
Do you think I need to upgrade the theme first?Hi Ismael,
Thanks for your reply.
I’ve removed the intval() and it the error is still here : it works on the main site, not the english one (URL in private)
The error log is the same too.I’m out of ideas :(
Thanks for your helpHi Victoria,
Thank you for your reply, I’ve looked there but it’s not what I’m looking for.
For those facing the same needs, I’m going to modify the /framework/php/class-form-generator.php around line 263 .
Maybe you could add an hook there in a future update :)
Hi John, thanks for the reply.
I’ve already disable plugins one by one. Turns out it was because of a firewall, so it’s resolved now.
Best regards.
-
AuthorPosts