| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-12 | 2.8 kB | |
| v3.3.44.2 source code.tar.gz | 2026-04-12 | 712.4 kB | |
| v3.3.44.2 source code.zip | 2026-04-12 | 1.3 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
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.
Install from the 3.x branch:
bash composer create-project se7enxweb/exponential-platform-legacy:3.x-dev myproject
Changes Since v3.3.44.1
Documentation
doc/INSTALL.md— Section 5c (SQLite install walkthrough): added Step 6 — Regenerate legacy extension autoloads
This 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 as Call to a member function attribute() on null in LegacyMapper/Security.php.
bash
php bin/console ezpublish:legacy:generate-autoloads
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: https://github.com/se7enxweb/exponential-platform-legacy/compare/v3.3.44.1...v3.3.44.2
> composer create-project se7enxweb/exponential-platform-legacy:3.x-dev myproject
```
Changes Since v3.3.44.1
Documentation
doc/INSTALL.md— Section 5c (SQLite install walkthrough): added Step 6 — Regenerate legacy extension autoloads
This 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 as Call to a member function attribute() on null in LegacyMapper/Security.php.
bash
php bin/console ezpublish:legacy:generate-autoloads
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: https://github.com/se7enxweb/exponential-platform-legacy/compare/v3.3.44.1...v3.3.44.2