Additional uncaught exception thrown while handling exception.
Original
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42703]: Undefined column: 7 ERROR: column "checksum" of relation "cache_bootstrap" does not exist LINE 1: ...INTO cache_bootstrap (cid, created, expire, tags, checksum, ... ^: INSERT INTO cache_bootstrap (cid, created, expire, tags, checksum, data, serialized) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6); Array ( ) in Drupal\Core\Extension\ModuleHandler->getHookInfo() (line 289 of /var/www/html/core/lib/Drupal/Core/Extension/ModuleHandler.php).
Comments
Comment #1
robin.ingelbrecht commentedI got the same problem, found a solution yet?
Comment #2
yasirhantoush commentedSame issue confirmed here,
running
Problem occurs on new empty Mysql database, and new SQLite file.
Any ideas ?
Comment #3
hexblot commentedDo note that the router path not found is <front> which was not visible up to now (d.o removed it as an unknown tag). Fixed that in the issue above for clarity.
Comment #4
robin.ingelbrecht commentedI solved the issue by installing drupal with drush:
- http://drupalistasgroup.com/installing-drush-7-windows-xampp
- Download drupal 8: drush dl drupal-8
- Install drupal 8: drush site-install standard --account-name=admin --account-pass=admin --db-url=mysql://root@localhost/yourdatabase
Comment #5
gmasky commentedIssue fixed with the D8 dev version https://www.drupal.org/node/2311847
Comment #6
hellyj commentedHi. I'm running
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
with psql (PostgreSQL) 9.3.6 trying to install drupal-8.0.0-beta10.
I've seen this as an issue for a long time and on this thread that it has been fixed but obviously it has not. I cannot find any resolution and would welcome advice on how to fix this.
Thanks.
Comment #7
hellyj commentedComment #8
cilefen commentedComment #9
dawehnerWe got rid of a lot of sources of throwing errors while having an exception. It would be great to know, whether this is really still a problem.
Comment #10
patrick.thurmond@gmail.comI was having this problem when setting up an existing site locally. But then I realized that I was downloading a copy of our old D7 DB to import. My mistake.
Comment #11
cilefen commentedCan you make sure those columns are defined in the database dump?
Comment #12
patrick.thurmond@gmail.comI screwed up. The Acquia interface listed our other database prominently when I went to download from the server and I completely missed that I had downloaded the wrong one.
Comment #14
pameeela commentedThanks for reporting this issue. We rely on issue reports like this one to resolve bugs and improve Drupal core.
As part of the Bug Smash Initiative, we are triaging issues that are marked "Postponed (maintainer needs more info)".
Since there were no specific steps to reproduce the issue provided since the issue was postponed, I'm marking the issue "Closed (cannot reproduce)". If anyone can provide complete steps to reproduce the issue (starting from "Install Drupal core"), document those steps in the issue summary and set the issue status back to "Active".
Thanks!