run the following sql command (ex.: from phpmyadmin)
TRUNCATE cache_metatag;
Another possible approach is to use drush from the command line
$ drush cc all
On the drupal website there's no answer to the problem but the answer is quite simple.
TRUNCATE cache_metatag;
$ drush cc all
Comments
Post a Comment