- Issue created by @banoodle
- πΊπΈUnited States sean_e_dietrich Sacramento, CA
thejimbirch β credited sean_e_dietrich β .
-
thejimbirch β
committed 49f5236b on 1.x
Issue #3498288 by banoodle, sean_e_dietrich, thejimbirch: "$container is...
-
thejimbirch β
committed 49f5236b on 1.x
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States jnicola
Out of curiosity, how were you able to track the issue down to this particular module?
I'm having a similar issue with a Drupal 11.2 update from 11.0. No stack trace showing me any modules or anything in particular. Curious what methods you used that I can perhaps use for my issue.
- Issue was unassigned.
- Status changed to Fixed
7 days ago 4:14am 3 May 2025 - πΊπΈUnited States jsweetack
@jnicola Do "drush -vvv updb", this will show a better trace of what's choking. Look for any modules that do file includes, this is where it's causing this issue, for us it was doing this using the supposedly proper way, "\Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL)", but rewriting it just using "require_once" instead fixed the errors.