Path to domain info yml not exist

Created on 1 March 2023, over 1 year ago

Drupal 9.5.3

Domain module version. 8x betav7

Expected Behavior

[What did you try to do? What URL did you use to do it?] upgrade from beta 6

Actual Behavior

[What actually happened?] error below

(/var/www/public_html/modules/domain/domain/domain.info.yml) do not exist. in assert() (line 68 of core/lib/Drupal/Core/Extension/Extension.php).
assert(, 'The file specified by the given app root, relative path and file name (/var/www/public_html/modules/domain/domain/domain.info.yml) do not exist.') (Line: 68)
Drupal\Core\Extension\Extension->__construct('/var/www/public_html', 'module', 'modules/domain/domain/domain.info.yml', 'domain.module') (Line: 114)
Drupal\Core\Extension\ModuleHandler->__construct('/var/www/public_html', Array, Object) (Line: 259)
Drupal\Component\DependencyInjection\Container->createService(Array, 'module_handler') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('module_handler') (Line: 597)
Drupal\Core\DrupalKernel->preHandle(Object) (Line: 74)

Steps to reproduce

[A bullet list of steps to reproduce the error. Note if the error always happens or sometimes happens.] upgrade

Manually downloading the tarbal and moving the old domain - actually the new attempt to upgrade off to a hold directory, and then expanding the download beta 8 tarbal is a work around the problem

Also upgrade status reports incompatible core version requirement

I fixed the DomainListBuilder error shown int he uploaded screen capture with changng

return $query->execute();

to

return $query->accessCheck(FALSE)->execute();

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bobburns

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024