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

robin.ingelbrecht’s picture

I got the same problem, found a solution yet?

yasirhantoush’s picture

Same issue confirmed here,
running

  • Windows 7
  • Apache 2.4.9
  • PHP 5.5.12
  • MySql 5.6.17

Problem occurs on new empty Mysql database, and new SQLite file.
Any ideas ?

hexblot’s picture

Issue summary: View changes

Do 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.

robin.ingelbrecht’s picture

I 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

gmasky’s picture

Status: Active » Closed (fixed)

Issue fixed with the D8 dev version https://www.drupal.org/node/2311847

hellyj’s picture

Version: 8.0.0-beta1 » 8.0.0-beta10
Issue summary: View changes
Status: Closed (fixed) » Active
Issue tags: +ubuntu

Hi. 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.

hellyj’s picture

cilefen’s picture

Category: Support request » Bug report
dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

We 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.

patrick.thurmond@gmail.com’s picture

I 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.

cilefen’s picture

Can you make sure those columns are defined in the database dump?

patrick.thurmond@gmail.com’s picture

I 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.

Version: 8.0.0-beta10 » 8.0.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

pameeela’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
Issue tags: -ubuntu +Bug Smash Initiative

Thanks 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!