Table des matières
Upgrading to eZ Find 2.2 -- Mettre à jour eZ Find 2.2
Date de publication: le dimanche 27 novembre 2011 à 09h55
Dernière modification: par Pascal BOYER le dimanche 27 novembre 2011 à 11h18
Back-up / Sauvegarde
Before starting the eZ Find upgrading process make sure that you have a working backup of the existing website state including database, extensions, INI settings, etc. During the upgrade process the existing eZ Find extension will be removed and replaced with a new version.
Avant d'entamer la procédure de mise à jour d'eZ Find, assurez-vous d'être en possession d'une sauvegarde fonctionnelle de votre site web, sauvegarde qui contiendra votre base de données, vos extensions, vos fichiers INI, etc. Lors de sa mise à jour, l'extension existante d'eZ Find sera supprimée puis remplacée par la nouvelle version.
Download / Télécharger
Download eZ Find from http://share.ez.no/download-develop/downloads
Téléchargez eZ Find depuis cette page:
eZ Find sur share.ez.no
Make sure the extension is activated under the [ExtensionSettings] block in the "settings/site.ini.append.php" like this:
Assurez-vous que l'extension soit effectivement activée sous la section [ExtensionSettings] du fichier settings/site.ini.append.php, comme ceci:
[ExtensionSettings] ActiveExtensions[]=ezfind [...]
It is important that eZ Find is activated before eZ Webin and eZ Flow, if you use those extensions, to ensure that your installation uses the correct search templates.
Il est important qu'eZ Find soit activée avant les extensions eZ Webin et eZ Flow, si vous utilisez celles-ci, afin d'être certain que votre installation utilise les templates de recherche corrects.
Autoload update / Mettre à jour le tableau d'autochargement
Next the autoload array needs to be updated for the extension. To do this, execute following command from eZ Publish root folder:
Le tableau d'autochargement doit ensuite être mis à jour pour l'extension. Pour cela, exécutez comme suit la commande ci-dessous depuis le répertoire racine d'eZ Publish:
php bin/php/ezpgenerateautoloads.php -e -p
Clear cache / Vider les caches
Clear the template override cache with following command:
Videz à présent le cache des templates de surcharge avec cette commande:
php bin/php/ezcache.php --clear-id=template-override
Re-index / Ré-indexer
Next re-index the content of the site by running the command:
Enfin, ré-indexez le contenu de votre site avec cette dernière commande:
php extension/ezfind/bin/php/updatesearchindexsolr.php -s <admin siteaccess> --clean
Commentaires














