Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 303482

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'DRUPAL.path_alias' doesn't exist

$
0
0

Hello!

Found error Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'DRUPAL.path_alias' doesn't exist when trying to update from Drupal 8.7.10 to 8.8.0.

Initial state : all my projets are up-to-date except pathauto and core
Drupal default language : English, translated to French as per browser language.

- I update pathauto using composer: composer update drupal/pathauto --with-dependencies
Result:
Gathering patches for root package.
No patches supplied.
Dependency "drupal/core" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Dependency "drupal/core" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Dependency "drupal/core" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
Gathering patches for root package.
No patches supplied.
Gathering patches for dependencies. This might take a minute.
- Updating drupal/pathauto (1.5.0 => 1.6.0): Loading from cache
Package egeloen/http-adapter is abandoned, you should avoid using it. Use php-http/httplug instead.
Writing lock file
Generating autoload files

- I do MY_DOMAIN/update.php from my broswer
No pending updates. The process runs as usual.
I check that pathauto version is 1.6: OK.
I clear cache from Drupal UI (by clicking on button).
Everything is OK so far

- I try to update core using composer: composer update drupal/core --with-dependencies
Result:
Gathering patches for root package.
No patches supplied.
Dependency "symfony/event-dispatcher" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Dependency "symfony/event-dispatcher" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 25 updates, 1 removal
- Removing brumann/polyfill-unserialize (v1.0.4)
Gathering patches for root package.
No patches supplied.
Gathering patches for dependencies. This might take a minute.
- Updating pear/console_getopt (v1.4.2 => v1.4.3): Downloading (100%)
- Updating pear/pear-core-minimal (v1.10.9 => v1.10.10): Downloading (100%)
- Updating pear/archive_tar (1.4.8 => 1.4.9): Downloading (100%)
- Updating symfony/polyfill-util (v1.12.0 => v1.13.1): Downloading (100%)
- Updating symfony/polyfill-php56 (v1.12.0 => v1.13.1): Downloading (100%)
- Updating symfony/polyfill-ctype (v1.12.0 => v1.13.1): Downloading (100%)
- Updating symfony/polyfill-php70 (v1.12.0 => v1.13.1): Downloading (100%)
- Updating symfony/polyfill-mbstring (v1.12.0 => v1.13.1): Downloading (100%)
- Updating symfony/http-foundation (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/debug (v4.3.8 => v4.4.1): Downloading (100%)
- Updating symfony/http-kernel (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/routing (v3.4.35 => v3.4.36): Downloading (100%)
- Updating guzzlehttp/guzzle (6.4.1 => 6.5.0): Downloading (100%)
- Updating doctrine/cache (1.9.1 => 1.10.0): Downloading (100%)
- Updating typo3/phar-stream-wrapper (v2.1.3 => v3.1.3): Downloading (100%)
- Updating symfony/yaml (v3.4.35 => v3.4.36): Loading from cache
- Updating symfony/polyfill-iconv (v1.12.0 => v1.13.1): Downloading (100%)
- Updating symfony/process (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/translation (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/validator (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/serializer (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/dependency-injection (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/console (v3.4.35 => v3.4.36): Downloading (100%)
- Updating symfony/class-loader (v3.4.35 => v3.4.36): Loading from cache
- Updating drupal/core (8.7.10 => 8.8.0): Downloading (100%)
Package egeloen/http-adapter is abandoned, you should avoid using it. Use php-http/httplug instead.
Writing lock file
Generating autoload files

- I do MY_DOMAIN/update.php from my browser.
No pending updates. I should see https://www.drupal.org/project/drupal/issues/3099084#comment-13380425 normally.

The website cannot be reached.
I see this error in my PHP logs : Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'DRUPAL.path_alias' doesn't exist.

Thanks for help!


Viewing all articles
Browse latest Browse all 303482

Trending Articles