v3.3.44.2 #14
se7enxweb
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v3.3.44.2 — Documentation Patch
Release date: 2026.04.11
Micro-patch on top of v3.3.44.1 adding a missing required installation step to the SQLite install walkthrough in
doc/INSTALL.md.Changes Since v3.3.44.1
Documentation
doc/INSTALL.md— Section 5c (SQLite install walkthrough): added Step 6 — Regenerate legacy extension autoloadsThis step was missing from the SQLite install sequence. Without it, the legacy kernel cannot locate extension classes after a fresh install (the extension class maps in
ezpublish_legacy/var/autoload/are empty), causing runtime null-object errors such asCall to a member function attribute() on nullinLegacyMapper/Security.php.The command is now documented as a mandatory post-install step, with an explanation of what it does and when it must be re-run (after any extension change).
Upgrade Notes
No code changes. Documentation fix only.
Full Changelog: v3.3.44.1...v3.3.44.2
Changes Since v3.3.44.1
Documentation
doc/INSTALL.md— Section 5c (SQLite install walkthrough): added Step 6 — Regenerate legacy extension autoloadsThis step was missing from the SQLite install sequence. Without it, the legacy kernel cannot locate extension classes after a fresh install (the extension class maps in
ezpublish_legacy/var/autoload/are empty), causing runtime null-object errors such asCall to a member function attribute() on nullinLegacyMapper/Security.php.The command is now documented as a mandatory post-install step, with an explanation of what it does and when it must be re-run (after any extension change).
Upgrade Notes
No code changes. Documentation fix only.
Full Changelog: v3.3.44.1...v3.3.44.2
This discussion was created from the release v3.3.44.2.
Beta Was this translation helpful? Give feedback.
All reactions