• Resolved ddapson

    (@ddapson)


    I am using the drag and drop extension for users to upload contest photos, the form fills out and the file uploads and at the start I was getting their files, but now, after hitting send it just spins and nothing is sent. I’ve tried deactivating the plugins and theme to see if there are any conflicts, but that hasn’t fixed the issue. Can you help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @ddapson ,

    There is Deprecated function on php maybe because you are using the php 7.1 or above.

    Here’s a complete error message “<b>Deprecated</b>: Directive ‘allow_url_include’ is deprecated in <b>Unknown</b> on line <b>0

    Can you go to your “wp-config.php” file and turn wp_debug to false.

    It should look like this.

    define(‘WP_DEBUG’, false);

    Thanks.

    Thread Starter ddapson

    (@ddapson)

    The debug line was already set to false. So that’s not it. The php is version 7.3. Is the version of php the cause of my issue with the spinning and not completing the send?

    Thread Starter ddapson

    (@ddapson)

    I found it, I needed to make a change in the php directives at the server. It’s all working now. Your request sent me in the right direction to figure it out. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Form Just Spins without sending’ is closed to new replies.