November FIXME 2015
eZ announces the availability of 5.4.5, a maintenance release available for all users of eZ Publish Platform 5.4.
Installing the RC
To be able to get access to the beta you will have to change stability flag on affected/added packages (Solr and Recommendation are optional new packages, ezfind depends if you're using it):
After this has been done follow the 5.4.x Update Instructions to apply this update to your platforms, including the following items:
- edit
ezpublish/EzPublishKernel.php
, and addeZ\Bundle
\
EzPublishLegacySearchEngineBundle
\
EzPublishLegacySearchEngineBundle
to the list of enabled bundles in the$bundles
array in theregisterBundles()
method, right beforeEzPublishLegacyBundle
. - if you have installed
ezsystems/ezplatform-solr-search-engine
, addEzSystems\EzPlatformSolrSearchEngineBundle\EzSystemsEzPlatformSolrSearchEngineBundle
at the end of the$bundles
array in theregisterBundles()
method. - if you have installed
ezsystems/recommendation-bundle
, addEzSystems\RecommendationBundle\EzSystemsRecommendationBundle
at the end of the$bundles
array in theregisterBundles()
method.
Every package manually updated in the root composer.json must be added the update line specified in the 5.4.x update instructions. Add ezsystems/ezflow-ls-extension
to the line. If the optional packages must be installed, add them as well: ezsystems/ezplatform-solr-search-engine recommendation-bundle ezsystems/ezfind-ls
.
If they are omitted, composer will fail with a dependencies error.
After executing `composer update`, further actions are needed for Solr Search Engine Bundle, and Recommendation Bundle in order to correctly install them.
Highlights: New Features
This maintenance release introduces two new eZ Platform features to 5.4.x: Solr Search Engine Bundle and Recommendations Bundle, besides this there are several maintenance issues fixed as listed below both coming from support issues and pull requests from community.
$bundlesImproved Search engine powered by Solr
Improved Recommendations integration
Package Details
Resolving known issues
Known for both Solr and Recommendation:
- Exception if Binary files in database has invalid path prefix
- Make sure
ezpublish.yml
configurationvar_dir
is configured properly, and that you specify siteaccess when indexing content for Solr via command line.
- Make sure
- Exception on unsupported Field Types
- Make sure to configure all FieldTypes (datatypes) in your installation as NullType
- Content not immediately available
- Solr Search Engine Bundle is on purpose not committing changes on Repository updates, but letting you control this using Solr configuration.
Adjust Solr autoSoftCommit to control this. - For Recommendation service same is the true,
- Solr Search Engine Bundle is on purpose not committing changes on Repository updates, but letting you control this using Solr configuration.
If you still have problems, pop into our Slack channel at https://ezcommunity.slack.com/messages/ezplatform-use/ to discuss.
Package updates
Here are the ezsystems packages that have received an update as part of this release:
package | version | prior version |
---|---|---|
ezsystems/ezpublish-kernel | 5.4.5 | 5.4.4.3 |
ezsystems/ezpublish-legacy | 5.4.5 | 5.4.4 |
ezsystems/ezplatform-solr-search-engine | 1.0.0 | NEW |
ezsystems/recommendation-bundle | 1.0.0 | NEW |
Updates and fixes in this release
