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.

Problem with GF

  1. Notice: Undefined index: page in /var/www/vhosts/hvbexpress.nl/httpdocs/wp-content/plugins/gravityforms/gravityforms.php on line 364

    I get this error, also when I try to delete GF it gives an admin error. I had white screen of death of my testsite so I reinstalled everything. Now only GF doesn't work.

    Posted 13 years ago on Monday November 8, 2010 | Permalink
  2. This message is a "Notice" (not an error). We have been cleaning up these messages from Gravity Forms on every release, but there are still some out there to be cleaned up.
    Notices are displayed when you are running WordPress in debug mode. You can turn debug mode off by setting the "WP_DEBUG" constant to "false" in your wp-config.php file.
    define('WP_DEBUG', false);

    Posted 13 years ago on Monday November 8, 2010 | Permalink
  3. @Alex

    The message is still displaying if the debug modus is on.
    And another more important issue is that it is impossible to add a new form if the dubug modus is on. Can you fix the notices/errors?

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink
  4. @Anne Are you running the latest 1.5 development release? If not then the notice would still be in 1.4.5 because we haven't updated 1.4.5. Out of curiosity, why are you always running WordPress in debug mode?

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink
  5. In WP 3.1 RC4 and GF 1.5 RC4 having 'WP_DEBUG' set to true breaks the JavaScript (I believe) on page=gf_new_form, making new form creation impossible. Turn off debug to use GravityForms.

    Posted 13 years ago on Wednesday February 16, 2011 | Permalink