Forums

FormBuilder 0.89 php errer (3 posts)

  1. ployoung
    Member
    Posted 6 months ago #

    Every page except for the page that has the form from FormBuilder is showing this message "Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/formbuilder/formbuilder.php on line 881"

    Please help me.

    Thank you

  2. alemat1
    Member
    Posted 6 months ago #

    I have got the same error !
    is there any solution please?
    alematgebru@gmail.com
    email me your tip

  3. Edward Caissie
    Member
    Posted 6 months ago #

    Change formbuilder.php on line 881 from this:
    foreach($formbuilder_formDisplayArray as $formID=>$result)

    ... to this:
    foreach($formbuilder_formDisplayArray as $formID->$result)

    Looks like a minor typo of a "=" versus a "-" ... worked for me hope it helps.

Reply

You must log in to post.

About this Topic