You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to update drupal 8.3.5 to 8.4.0 I have errors:
PHP Fatal error: Class 'Drupal\locale\TranslationString' not found in /home/webmaster/www-data-dev/drupal8/core/modules/locale/src/StringDatabaseStorage.php on line 77
Fatal error: Class 'Drupal\locale\TranslationString' not found in /home/webmaster/www-data-dev/drupal8/core/modules/locale/src/StringDatabaseStorage.php on line 77
PHP Fatal error: Class 'Drupal\locale\TranslationString' not found in /home/webmaster/www-data-dev/drupal8/core/modules/locale/src/StringDatabaseStorage.php on line 77
Fatal error: Class 'Drupal\locale\TranslationString' not found in /home/webmaster/www-data-dev/drupal8/core/modules/locale/src/StringDatabaseStorage.php on line 77
Drush Version : 8.1.13
The text was updated successfully, but these errors were encountered:
Not sure what happened here, but these errors appear to be unrelated to Drush. Maybe try removing your composer.lock and vendor directory and do a fresh composer install, and see if that fixes things up.
Hi,
I've found this error when upgrading from drupal 8.3.7 to 8.4.5 in a site with 2 enabled languages different from (default) English (Catalan and Spanish). I've solved it just enabling English, upgrading after it (drush up --security-only).
Once upgrade is done, I've deleted English language again.
Ps: after first attempt to upgrade, the site was broken. But a new backup folder drupal-8.4.5 folder was created. Copy its content to your root web folder to restore your previous site ;-)
When I try to update drupal 8.3.5 to 8.4.0 I have errors:
Drush Version : 8.1.13
The text was updated successfully, but these errors were encountered: