Skip to main content

A known issue in Drupal 6 where cache_form table isn't cleared when the items are expired. This causes cache_form to grow without an end. Solution?

In phpMyAdmin, truncate the cache_form table using the following query:

TRUNCATE TABLE cache_form ;

This issue is fixed in drupal 7.

Voilà !

Add new comment

The content of this field is kept private and will not be shown publicly.

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.