• Resolved dfootewordpress

    (@dfootewordpress)


    Hi. A form we created is giving an error message please submit again. When. the form is submitted. It captures the submission but there is no notification email either.

    I searched topics on this but nothing seems to work.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @dfootewordpress

    I hope you’re well today!

    I trie dto submit the form to test it and I was getting error each time. I noticed that upon submission there’s a “500 Internal Server Error” on ajax request.

    Usually this means one of two things: most often it’s either it’s resource related issue or it’s a conflict with theme or other plugin.

    That being said, please try some things first:

    1. try changing submission method in form settings – there’s option to set it to “Ajax” or “Page Reload” so try switching it to the other option than it’s currently set to

    2. also try changing the “Load form using AJAX” option

    Both these options are in “Behaviour” settings of your form.

    3. if above doesn’t help, try also increasing WP_MEMORY_LIMIT if it’s anything less than 256M currently; you can do this by adding following line to the “wp-config.php” file of your site, right above the “/* That’s all, stop editing! */” line:

    define( 'WP_MEMORY_LIMIT', '256M' );

    4. if this doesn’t help either, it would be recommended to run a full conflict test:

    – temporarily switch site to Twenty Twenty-One theme
    – switch off all the plugins except Forminator
    – test the form

    – if the issue is gone, enable your theme back and check again
    – if it’s still fine, start enabling your regular plugins back one by one, after each one checking for the issue

    Once it happens again we can assume that last enabled plugin is causing conflict so let us know about it and we’ll then investigate it on our end.

    Kind regards,
    Adam

    Thread Starter dfootewordpress

    (@dfootewordpress)

    Hi. We went through all the steps short of changing templates but we did deactivate all plugins on current template. No luck. The PHP ver is 7.4.10 When I added it to another server with an older PHP 7.3.27 it worked here perfectly. Would that have anything to do the it?

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @dfootewordpress

    Active theme can still be affecting this though, so in order to be sure that this is not some kind of conflict in the WP level, you need to backup your site and also test that out.

    If it makes no difference, then it should be some server-side settings that are affecting this, but as long as there is still a 500 error code getting returned, then there should be some more PHP error logs that could point to the right direction.
    Here’s how to enable WP debuggers:
    https://www.ads-software.com/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
    The log file should be located in wp-content/debug.log

    Let us know how that goes! ??

    Thank you,
    Dimitris

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @dfootewordpress

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error when submitted form on Forminator’ is closed to new replies.