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.

Entries not listed

  1. jglenn29
    Member

    We have some forms on our site, and for some reason in the entries section in Wordpress admin it show's unread entries, but then in the list it says " no entries have been listed yet" Does anyone know what might be going wrong?

    The site these forms are on is http://www.nineyearmortgage.com

    Posted 13 years ago on Tuesday December 28, 2010 | Permalink
  2. In order to look at this we would need a WordPress admin login for your site. You can send this to us via our Contact Us form and reference this support forum post when you contact us.

    Posted 13 years ago on Tuesday December 28, 2010 | Permalink
  3. jglenn29
    Member

    In our wordpress error log we are getting this "WordPress database error Out of memory (Needed 8388572 bytes) for query "

    Could this be part of the issue?

    Posted 13 years ago on Wednesday December 29, 2010 | Permalink
  4. Yes, that is the issue. The entries aren't displayed because you have an out of memory error. Your MySQL server is running out of memory.

    You need to contact your web host and ask them to increase the available memory or report the issue of running out of memory.

    You may also want to try using PHPMyAdmin's repair tables functionality, which may help resolve the issue also.

    Posted 13 years ago on Wednesday December 29, 2010 | Permalink
  5. jglenn29
    Member

    I updated the servers memory, but i still cannot see the entries for my gravity forms. When a form is filled out and submitted, i get this error in the error log. Is it still a MySQL server problem?

    http://pastie.org/1418369

    Posted 13 years ago on Thursday December 30, 2010 | Permalink
  6. Yes, your SQL server is still running out of memory as evident by this error:

    [30-Dec-2010 03:19:48] WordPress database error Out of memory (Needed 8388572 bytes) for query

    The query in question isn't even a Gravity Forms query, thats a WordPress query. Something is wrong with either your site as a whole, your MySQL database or memory on your server.

    You may want to contact your host about this. It's a MySQL memory error.

    Posted 13 years ago on Thursday December 30, 2010 | Permalink
  7. Same error described here at the wordpress.org forums:
    http://wordpress.org/support/topic/database-tables-1

    If you're using something that generates XML sitemaps, I would turn that off since it looks like that's what's causing the error. Not sure which XML sitemap plugin it would be though, or why.

    Posted 13 years ago on Thursday December 30, 2010 | Permalink
  8. Looks like maybe this is the plugin generating that error?

    http://wordpress.org/extend/plugins/xml-sitemaps/

    Posted 13 years ago on Thursday December 30, 2010 | Permalink