• Resolved Sash

    (@sashxka)


    The plugin has been updated to the latest version (4.0.3). An error occurs for users with the image:
    Fatal error: Uncaught Error: Class “WeDevs\Wpuf\Fields\WPUF_Upload” not found in …wp-content/plugins/wp-user-frontend/includes/Fields/Form_Field_Image.php:62 Stack trace: #0 …wp-content/plugins/wp-user-frontend/includes/Admin/Forms/Field_Manager.php(229)

    Where is WPUF_Upload class defined?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sashxka,

    We apologize for any inconvenience you may have experienced with our plugin. We want to assure you that we take your concerns seriously, and our team has diligently worked on addressing the reported issues.

    Please contact through the website for further assistance.

    Best regards,

    Hi @sashxka, hi @saifislam01,

    I have the exact same issue since the update and I was looking for WPUF_Upload everywhere but I couldn’t find it.

    Since I might be not the only one with this issue,
    What is the solution???

    Thanks a lot
    Patrick

    My bad,

    Found it at the end….

    There is no WPUF_Upload anymore but an AJAX_Upload, so go to Form_Fiel_Image.php and add the following:

    use WeDevs\Wpuf\Ajax\Upload_Ajax;

    and change the following line from:

    echo WPUF_Upload::attach_html(..)

    to

    echo Upload_Ajax::attach_html(..)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal error for users with uploaded image’ is closed to new replies.