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.

Sub Directory

  1. I always install WordPress in a sub directory and then have the blog show up at the root level. This causes a problem with gravity forms because the "Edit" link will not include the sub directory.

    For instance the edit link goes to:

    http://example.com/wp-admin/admin.php?page=gravityforms.php&id=1

    When it should go to:

    http://example.com/DIRECTORY-WP-IS-INSTALLED/wp-admin/admin.php?page=gravityforms.php&id=1

    Posted 15 years ago on Friday September 11, 2009 | Permalink
  2. Can you contact me via email? Use the contact us link in the header or footer and drop us a line. I think we have resolved this issue with the upcoming release and i'd like to send it over to you to test out. Sound good?

    Posted 15 years ago on Friday September 11, 2009 | Permalink
  3. The "Edit this form" link is still not working correctly with version 1.1.3. It is not directing to the sub directory which WP is installed in.

    Line 1494 needs to have:
    get_bloginfo("wpurl")

    NOT
    get_bloginfo("url")

    "url" grabs the WordPress public URL while "wpurl" grabs the directory that WordPress is installed in.

    I would think this is a pretty big issue considering WordPress recommends installation in a sub directory for security purposes.

    Posted 15 years ago on Friday September 25, 2009 | Permalink
  4. Thanks for the tip, we are looking into this now.

    Posted 15 years ago on Friday September 25, 2009 | Permalink
  5. Okay, we will get this change in the next release. For now you can change Line 1494 to use the wpurl and we will have this change in place for the next plugin release. Thanks for pointing it out! We didn't take into account people having WordPress setup this way.

    Posted 15 years ago on Friday September 25, 2009 | Permalink

This topic has been resolved and has been closed to new replies.