eZ Publish 4
This is a Stub article. Help the eZ Publish community by expanding it!
Topics
- Cache: You must use the new cache clearing script, 'bin/php/ezcache.php' to clear cache in eZ Publish (separate from autoload cache entirely)
- Cache: You must now (almost constantly) regenerate autoload cache when adding or changing the php class contents of extensions with the ez php cli shell script 'bin/php/ezpgenerateautoloads.php' and not the admin module view controls (as these only reload the admin siteaccess enabled extensions within the autoloads which breaks all your user siteaccess extension dependencies, it's a nasty negative feature)
- Workflow: The workflow system internals changed key variable names which means custom workflow events must be changed to mstch the new required style in eZ Publish 4.0 (Consider reviewing existing default kernel workflow events for examples of these changes)
Updated articles
Related articles
- Migrating from the eZXML library to PHP 5 DOM
- Troubleshooting extensions
- List of API BC breaks
- eZ Publish 4.1 extension incompatibilities
References
- eZ Publish BC API Documentation (Text Only) in the trunk repository.
- Forum: "Access denied" with module extensions after upgrade to eZ Publish 4.1
- Forum: Workflow not working after upgrading 3.6.1 to 4.0.1
- Doc: Upgrade Documentation 3.x to 4.0