Drupal9 Upgrade – Forgot to uninstall incompatible modules?

While upgrading from Drupal 8 to Drupal 9, I forgot to uninstall 2 modules that were incompatible. So, when I ran update.php, I was stopped by the errors. Here’s an easy fix to get it to a place where you can uninstall the modules: Go to the module’s folder and open the [modulename].info.yml file, take …

Continue reading ‘Drupal9 Upgrade – Forgot to uninstall incompatible modules?’ »

Erased.

I read a quote that said, “If you don’t show it, it can be erased.” Immediately, that struck a chord with me. I have been holding on to invention ideas, game ideas and songs, poetry and philosophies for years, thinking that I didn’t want them to get “stolen” on the internet. A few years back, …

Continue reading ‘Erased.’ »

Drupal 8.8 upgrade SOLVED path_alias update error

Error message:The website encountered an unexpected error. Please try again later. Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘xxxxx_xxxxx.path_alias’ doesn’t exist: SELECT base_table.id AS id, base_table.path AS path, base_table.alias AS alias, base_table.langcode AS langcode FROM {path_alias} base_table WHERE When attempting to upgrade from Drupal 8.7 to 8.8 *without* Drush/Composer (can’t get Drush …

Continue reading ‘Drupal 8.8 upgrade SOLVED path_alias update error’ »

Filed under Web