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