Closed (fixed)
Project:
H5P - Create and Share Rich Content and Applications
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2022 at 10:10 UTC
Updated:
18 Sep 2025 at 21:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sorlov commentedComment #3
sokru commentedTested to work and looks good.
Comment #4
shaundychko`h5p_site_type` no longer exists and was removed here: https://git.drupalcode.org/project/h5p/-/commit/78c2fba9f9c8c0a02e9c7e15...
The updated patch adds only
h5p_first_runnable_saved.Comment #5
shaundychkoComment #6
maya maierComment #7
maya maierConfirmed that #4's patch fixes the h5p.settings:h5p_first_runnable_saved error, but the h5p.settings:h5p_site_type error still appears after uninstalling & installing h5p@2.0.x. Is it certain that it should no longer be in the config?
Comment #8
maya maierComment #9
maya maierI see there are
$this->h5pF->setOption('site_type'calls still in h5p.classes.php, if that's where they're coming from.Comment #10
maya maierAdded h5p.settings:h5p_site_type schema, it's still added by h5p-core. Ready for review.
Comment #12
msandoval commentedConfirmed, these changes remove the errors seen from Config Inspector.
Comment #15
sim_1Merged and marking as fixed. Thanks, everyone!