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.

How do you debug ?

  1. I'm trying to figure out why my post_submission hook isn't performing, but I can't seem to display any errors to the screen.

    Posted 12 years ago on Tuesday July 5, 2011 | Permalink
  2. Here is a tutorial on debugging in WordPress:

    http://fuelyourcoding.com/simple-debugging-with-wordpress/

    The main thing is to turn wp-debug mode on so you can see errors. The gform_post_submission hook does work so the issue is most likely whatever code you have implemented may have an error.

    Posted 12 years ago on Tuesday July 5, 2011 | Permalink
  3. Thomas Kot
    Member

    The link is not working..
    I am trying to debug and show up the print_r from the hook call for the $form object and the $entry object.

    Please help... Urgent

    Posted 10 years ago on Monday May 13, 2013 | Permalink