Installation fails. After enabling the module I get the error:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbname.drupal_smart_breadcrumb' doesn't exist: TRUNCATE {smart_breadcrumb} ; Array ( ) in cache_clear_all() (regel 176 van /www/htdocs/includes/cache.inc).

Comments

divThis’s picture

Status: Active » Needs review

Based on this error, installation did not fail, but it could not set or receive cache due to the provided cache table being incorrect. This should be fixed at commit 7c921e0.

divThis’s picture

Status: Needs review » Closed (fixed)

I missed one of the instances of the incorrect cache table name. This has been resolved at commit 1c5a1cd.