Drupal 6 cache_form table overload issue solution

Sun, 03/04/2012 - 01:30 -- Sam

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

Tweets

@azridesign on

Azul