When visiting the front page the first time after installing i get the following error once:

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal8.cache_menu' doesn't exist: SELECT 1 AS expression FROM {cache_menu} cache_menu WHERE ( (cid = :db_condition_placeholder_0) ); Array ( [:db_condition_placeholder_0] => links:tools:page:node:en:1:0 ) in Drupal\Core\Cache\DatabaseBackend->doSet() (line 189 of /Users/lukasvonblarer/Sites/drupal8/core/lib/Drupal/Core/Cache/DatabaseBackend.php).

When I reload the page it is gone.

Comments

marcingy’s picture

Status: Active » Postponed (maintainer needs more info)

I have just attempted to recreate this and no joy. Can you provide information about your environment etc

BarisW’s picture

I had the same this morning.

I got it this way:

- Installed Drupal
- Removed two configuration lines in the bottom of settings.php
- Ran install.php and got a warning
- Dropped tables (drush sql-drop)
- Ran install.php again
- Installer runs but shows the cache_table error in the end
- Simple refresh removed this.

Not sure if the above steps will reproduce it, but this is how I got it.

Lukas von Blarer’s picture

Status: Postponed (maintainer needs more info) » Active

I encountered this by normally installing Drupal. I had no warnings before that. I am running it on Acquia Dev Desktop on a Mac.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Berdir’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this as it is very old and doesn't seem to happen anymore.