• Resolved optizign13

    (@optizign13)


    Hello,

    When submitting a form, it updates but I get an error message:

    Warning: trim() expects parameter 1 to be string, array given in /home/content/59/11111759/html/wp-content/plugins/user-meta-manager/user-meta-manager.php on line 2203
    Update successful!

    Line 2203 of the plugin is below:

    $posted_value = addslashes(htmlspecialchars(trim($_POST[$field_name])));

    http://wordpress.org/plugins/user-meta-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter optizign13

    (@optizign13)

    Also, I notice this happens to forms that uses checkboxes.

    Plugin Author Jason Lau

    (@jason-lau)

    Thanks, I will release a fix today.

    Plugin Author Jason Lau

    (@jason-lau)

    This should be fixed in version 3.0.9. Let me know if you continue to have problems.

    Thread Starter optizign13

    (@optizign13)

    Hello, that issue before was fixed.

    However, looks like if there’s a checkbox or radio button in my form… and i don’t select from each, then the form won’t submit. It results in “error.” IT doesnt say anything else but “error form was terminated..”

    Plugin Author Jason Lau

    (@jason-lau)

    Hi, version 3.1.0 should fix this bug. Sorry for the inconvenience.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form Builder: Submits, but Error Line 2203’ is closed to new replies.