Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: avf_form_send and fatal error #1027587

    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 :-/

    in reply to: avf_form_send and fatal error #1019403
    This reply has been marked as private.
    in reply to: avf_form_send and fatal error #1018917

    Hi,

    Sure, which email address for the login?
    Do you think I need to upgrade the theme first?

    in reply to: avf_form_send and fatal error #1018254

    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 help

    in reply to: Add some JS in form success message #860530

    Hi 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 :)

    in reply to: Avia builder not loading #830045

    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.

Viewing 6 posts - 1 through 6 (of 6 total)