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
Comment #1
divThis commentedBased 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.
Comment #2
divThis commentedI missed one of the instances of the incorrect cache table name. This has been resolved at commit 1c5a1cd.