• Resolved nobody12

    (@nobody12)


    I have created a form, where I would like to use picture upload.
    When logged in as admin, it works well.
    When trying it as an anonymous person (intended use of the form) it always ends with “undefined” error and pictures are not uploaded.

    Any advice on how to solve this?
    Thx, Zdenek

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @nobody12,

    There might have a theme or plugin conflict that causing the problem. Before going further, please check the theme and plugin conflict on your site and let me know the update.

    Also, please insert the snippet below on your wp-conflig.php file.
    define( 'ALLOW_UNFILTERED_UPLOADS', true );

    Regards

    Thread Starter nobody12

    (@nobody12)

    So I discovered that the conflicting plugin is “WP User Frontend”. After deactivating it, file upload is working.

    Snippet included to wp-conflig.php

    So what should be the next step? I need to use the “WP User Frontend” plugin.

    Hello @nobody12,

    Which plugin conflicting with WPUF? Or it’s your theme?

    Thanks

    Thread Starter nobody12

    (@nobody12)

    Well weForms obviously, since we are in weForms support forum. Theme doesn’t affect it.

    When WPUF is activated, weForms picture upload is not working.

    Hello @nobody12

    What I asked is, as it’s a conflict, so which plugin conflicting with WPUF? Or it is conflicting with your theme? However, please contact our support center, we will investigate and provide possible fixes to you.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“Undefined” error occurs when trying to upload pictures’ is closed to new replies.