Closed (outdated)
Project:
Drupal core
Version:
9.4.x-dev
Component:
locale.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jul 2021 at 14:06 UTC
Updated:
29 Nov 2024 at 14:54 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedWhat was the logged exception when the WSOD occurred?
Comment #3
cruze72 commentedInsufficient memory whilst installing the modules i believe. I increased the ini_set memory limit, page refreshed and the modules installed.
It looks like the system complained about locales_source already exisiting.
Drupal\Core\Database\SchemaObjectExistsException: Table 'locales_source' already exists. i Drupal\Core\Database\Schema->createTable() (rad 614 av /home/clinic21/public_html/core/lib/Drupal/Core/Database/Schema.php).
I am guessing the install failed mid install due to lack of memory.
That said how do i get rid of that error message and run an update?
Comment #7
quietone commented@cruze72, Did you resolve this problem? If so what did you do?
Thanks
Comment #8
cilefen commentedComment #9
norman.lolFor me the problem was I did not
drush sql:dropbeforedrush sql:syncthe new database down. 🤦🏻♂️