Loading...


Related Products


Date Published: January 28, 2022

ACH : Missing cache_depcalc table!

Issue

If you face the issue of missing cache_depcalc table then please check below steps:

Resolution

Try to run drush cr on site.

If you still face the issue then try running below command

drush -l URL ev '$c = \Drupal::service("cache.factory.depcalc"); $t = $c->get("depcalc"); $t->deleteAll();'

Remove URL and add actual site URL.

Not resolved yet, please add below line of code to file sites/settings/global.settings.php

$settings['cache']['bins']['depcalc'] = 'cache.backend.database';

 

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation