PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Oops! We could not locate your form

  1. I've read through previous posts on this but no help for me..

    Running PHP5
    Have tried de-activating plugins and themes
    Have tried resetting permalinks and changing htaccess
    Using wp_head and wp_footer in template

    The Issue:
    I was using Contact Form 7, but over-night it stopped working and gave me an error message. Couldn't get this working, so I purchased Gravity Forms.. And now Gravity Forms is not working either.

    The Preview of my Gravity Form works fine - but when I use the short-code on the page I am getting the 'Opps' error message... I'm really stumped here.. Could this be a server setting?

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  2. Interesting that they both would not work. Do you have access to the error logs on your server/host? Do you know if anything has changed on your server in the past couple of days?

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  3. I have not changed anything on the server.

    I do have access to the error log, and it seems there are quite a few errors listed.. It seems almost all the errors are coming from wp-includes/compat.php

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  4. Try running through the plugin/theme conflict check, by following the instructions here to see if that turns up anything:
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  5. It looks like that file checks for the server's PHP compatibility..

    * WordPress implementation for PHP functions either missing from older PHP versions or not included by default.

    The line that is throwing an error:
    preg_match_all( '/./us', $str, $match );

    Is this something I need to contact my host to fix?

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  6. I've already tried deactiving plugins and switching themes.. no dice

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  7. I have isolated the problem to something with the WordPress shortcodes.. I was able to embed the contact form using PHP - but the shortcodes in WordPress result in an error message. Any ideas on how to fix this?

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  8. Can you use any shortcodes on your site? Meaning, even just built-in shortcodes?

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  9. This does look like something you need to contact your host about. It seems like your PHP installation is missing some regular expression functions that are required by WordPress to process shortcodes. That error you see in the error log is probably where your problem is. That should give them enough information to fix this issue for you.

    Posted 11 years ago on Thursday June 14, 2012 | Permalink