Message:
Hi everyone,
I hope it's appropriate to post this here. We're experiencing significant problems after migrating from mod_hvp to mod_h5pactivity that seem related to the version bump issues discussed in this forum.
Our Environment:
- Moodle 4.5.1+ (Build: 20250109)
- Successfully migrated using the official "Migrate content from mod_hvp to mod_h5pactivity" tool
Migration Journey & Current Issues:
We originally had problems with missing icons and input box borders in mod_hvp, so we decided to use the migration plugin hoping it would solve these visual issues.
1. Initial Problem: After migration, H5P uploads showed infinite loading icons - couldn't create new activities or access content bank
- Solved: Deactivating WIRIS plugin resolved the upload issues
2. Current Major Problems:
- Many migrated activities don't display at all - just blank pages where content should appear (like Interactive Books that show nothing)
- Browser console shows: Unable to find constructor for: H5P.Column 1.18
- Visual/styling issues with content that does load - the original missing icons and input box border problems persist, plus general styling inconsistencies
Technical Analysis:
Looking at the database and content JSON, we found library version mismatches:
- Content JSON contains hardcoded references to "H5P.Column 1.13"
- Available Column versions: 1.16.2 and 1.18.8 (no 1.13)
- JavaScript tries to resolve to "H5P.Column 1.18" but fails to find the constructor
Questions:
1. Has anyone experienced similar constructor/library loading issues specifically after hvp→h5pactivity migration?
2. Are there additional post-migration steps needed for library compatibility?
3. Could this be related to the H5P library version updates discussed here, even though we're on 4.5.1 with v1.27 support?
4. Any suggestions for resolving the styling/CSS issues with migrated content?
The migration tool completed successfully, but much of our content is unusable. Our teachers are understandably frustrated with content that worked perfectly before migration (apart from the original styling issues we hoped to fix).
Any insights or similar experiences would be greatly appreciated!

