Mijn site is niet meer bereikbaar
Wanneer de site niet meer bereikbaar is.
Cpanel
Terminal
Ga naar het juiste (sub) domein via de commando's LS en CD
drush cache-rebuild
of
drush cache-clear drush
Problemen met path auto
info :https://www.drupal.org/node/3137656
To repair these sorts of errors, you must remove the orphaned entries from the system.schema key/value storage system. There is no UI for doing this. At this point, the simplest solution is to use drush to evaluate some PHP code to invoke a system service to manipulate the system.schema table. For example, to clean up these two errors:
Module my_already_removed_module has a schema in the key_value store, but is missing from your site.
Module update_test_0 has a schema in the key_value store, but is not installed.
You would need to run the following commands:
drush php-eval "\Drupal::keyValue('system.schema')->delete('my_already_removed_module');"
drush php-eval "\Drupal::keyValue('system.schema')->delete('update_test_0');"
geen effect update 5 juni 2020 (deze test werd ook live gedaan)
update de core
update softacoulous zodat deze versie aangeeft die U hebt geinstalleerd (pot)
uninstall path auto
update.php fout blijft in schema
installatie path auto
update php : probleem opgelost
nadeel : U zal path auto opnieuw moeten instellen op de website.
module installeren
drush dl naam module
Kan handig zijn als je composer niet hebt.En zonder onbreek je steeds iets.
oplossing getest (testversie was 8.8.5)
oplossing zonder composer dus ook voor website met 1gb ram
oplossing voor drupal 8