I don't remember the exact set of steps, but I can relate what I was doing in more detail.
1. Attempted upgrade several times from 10.4 using the
Drupal 11.1 install page β
. commands:
composer update "drupal/core-*" --with-all-dependencies
and
composer require drupal/core-recommended:11.1.0 drupal/core-composer-scaffold:11.1.0 drupal/core-project-message:11.1.0 --update-with-all-dependencies
neither of which were successful and gave varying errors such as the one in the DrupalUpgrade11Probs attachment.
2. One of my cleanup attempts must have included removing the
Insha theme β
, which was installed but not my default theme, Bartik.
I used the composer remove command to do this. Composer either denies the existence of objects or
displays choices such as:
sudo composer require symfony_mailer_lite
Pick one of these or leave empty to abort:
[0] drupal/symfony_mailer_lite
[1] drupal/swiftmailer
[2] drupal/htmlmail
3. After several attempts the theme errors in my site and drush appeared. After several failed attempts, I reinstalled the insha theme using the composer require command, as stated in item 3 of my error report. I then used the drush updb command successfully to reinstall additional modules required by drush updb, as in item 4 of my error report.
4. If I had to guess a possible cause of my error, it could possibly have something to do with removing an installed theme, even though it is not the default.
FYI. A similar error also happened to my website and in Drush. Fortunately, I was able to correct the Drush error which also corrected the corresponding website error. Hope the link helps.
LinkToError π Theme deletion causes ThemeHandler::addTheme() error Active
othdvlpr β created an issue.
I'm no longer using CentOS, but I am running Drupal 10.2.25 under Ubuntu Server and Windows 10 linux. I downloaded, installed and tested
this module, per the above request, without success. I had to de-install it under Windows Linux to enable my homepage to reappear. No parameter combination that I tried showed the desired homepage for anonymous users.
My original home page in Basic site settings is '/node'; the page for anonymous users is '/node/3'. The latter entry in the front page module only yields 'Access Denied'.
Please let me know if additional information is needed.
Changed to bug report.
Yml file added.
othdvlpr β created an issue.
I'd request merging with other Claro issues if my problem also occurs in version 10.
othdvlpr β created an issue.