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.

Cannot browse through all entries

  1. macoxinelle
    Member

    Hello,
    I use a GF form on my website :
    http://uncairnpourtom.com/?page_id=80

    The entries list mentions 8 entries, 5 of them unread, but i cannot find these ones !
    http://img824.imageshack.us/i/capturedcran20110130192.png/

    Even when i click on "Unread (5)", they don't appear...
    Does someone has an idea of what's going on ?

    Suzanne

    Posted 13 years ago on Sunday January 30, 2011 | Permalink
  2. spritch
    Member

    Getting the same here. My form is also directing to a blank page after submit as well - is you form acting OK?

    Posted 13 years ago on Monday January 31, 2011 | Permalink
  3. macoxinelle
    Member

    Not really, the submission goes well and as an admin i can review the entries, but just not all of them.
    Some seem to be "hidden", what's annoying me is they are listed as "unread".
    Sorry, i don't know how to help you !

    Posted 13 years ago on Monday January 31, 2011 | Permalink
  4. Hi Guys, what version of Gravity Forms are you using?

    Posted 13 years ago on Monday January 31, 2011 | Permalink
  5. spritch
    Member

    gravity 1.4.5 - http://hiremyparents.com/9714-2/ is the form that sends to a redirect that was working great up to Saturday when it just started sending blank emails with no changes to the site my end. However, two other forms on my site are working great. Grrr.

    When I submit the form above it goes to http://hiremyparents.com/redirect/?category= where category is the field passed in the query string - goes to http://hiremyparents.com/redirect/ which has the following code:

    <?php
    // redirect form based on the Which Category Would Best Describe You value passed in querystring
    $category = $_GET['category'];

    switch ($category)
    {

    case "Flexible Job Seeker":
    // if Flexible Job Seeker redirect to the following page
    header("Location: http://hiremyparents.com/recommendations/12htf/");
    break;

    case "Home Business Entrepreneur":
    // if Home Business Entrepreneur redirect to the following page
    header("Location: http://hiremyparents.com/recommendations/13htf/");
    break;

    case "Freelancer For Hire":
    // if Freelancer For Hire redirect to the following page
    header("Location: http://hiremyparents.com/recommendations/14htf/");
    break;

    case "Trying To Earn An Income Online":
    // if Trying To Earn An Income Online redirect to the following page
    header("Location: http://hiremyparents.com/recommendations/15htf/");
    break;

    }

    /*
    Template Name: form redirect
    */

    ?>

    As I say, it worked great and then stopped but the other forms still work.
    At the same time I'm getting informed that I have over a 1000 entries in various forms but can't get the listed data on any of them.

    Please help, losing money:(

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  6. spritch
    Member

    Also getting no data from export function but the 'all', 'unread', 'read' says have have plenty of entries there

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  7. spritch
    Member

    scratch that, my other forms are sending blank emails as well!!!!

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  8. spritch
    Member

    anyone got any suggestions for this yet?

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  9. spritch
    Member

    OK - turned the plugin off and on again and everything works.

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  10. Odd... but glad you were able to find a solution. We haven't received many reports of this and I haven't been able to recreate this on my end so not sure what the problem was.

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  11. spritch
    Member

    OK - its back again and a simple on/off isn't cutting it. Did upgrade wordpress today - any suggestions?

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  12. The odd behavior sounds like it could be a PHP memory issue. How much PHP memory does your site have assigned to it? I would suggest increasing the available PHP memory. Lack of PHP memory can cause all sorts of strange issues when viewing entries, etc. This can also happen when you run out of available MySQL memory and then queries start becoming erratic.

    Posted 13 years ago on Tuesday March 1, 2011 | Permalink
  13. Was there a real solution for this?

    I have this issue as well. Just updated to WordPress 3.1.4 but it happened in 3.1.3.
    I use W3 Total Cache, emptied the cache. I also disabled and enabled the plugin.
    No difference.

    Any thought on this?

    Posted 12 years ago on Thursday June 30, 2011 | Permalink
  14. @cmeerbeek He didn't respond back, but based on his description and past experience it's a PHP memory problem. Behavior such as this will happen when you are running out of available PHP memory and the WordPress dashboard will start behaving in erratic fashion and eventually you'll just get the whitescreen of death as it's called in WordPress.

    I would suggest increasing your available PHP memory. Here is a tutorial that discusses how to do this:

    http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/

    Posted 12 years ago on Thursday June 30, 2011 | Permalink
  15. @carl

    Strange. I have shared hosting platform so I cannot change this. I have to upgrade to a greater package. First I will ask if they can see the memory errors.
    The strange dashboard behavior and white screens never occur in my environment.

    Will let you know.

    Posted 12 years ago on Friday July 1, 2011 | Permalink