Active
Project:
AdaptiveTheme
Version:
7.1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2026 at 13:28 UTC
Updated:
13 Jul 2026 at 10:09 UTC
Jump to comment: Most recent
After updating a website to Drupal 11.4 and PHP8.4, I've been getting open_basedir errors and (parts of the) the generated subtheme won't load.
After some digging it seems that $theme['path'] is not being set correctly. Because of that some checks for the theme version fail because those are based on the presence and location of specific folders.
I'm running version 7.1.1 of AdaptiveTheme. That version was also installed since March (and working fine), so that hasn't been updated. The subtheme was also created in March.
Comments
Comment #2
dries arnoldsComment #3
dries arnoldsI confirmed that PHP wasn't the problem. Rolling back to PHP8.3 has no effect. And I'll try testing this on a clean install of Drupal 11.4 later.
Comment #4
dries arnoldsI confirmed the problem also exists on a clean install.
Comment #5
dries arnolds