Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] Echec d'install de Testapp sur Jelix 1.2.1.1

Posted by Obewan on 02/18/2011 11:55

Bonjour En voulant repartir sur la dernière version jelix 1.2.1.1 et en suivant les consignes de INSTALL.TXT de testapp il y a des erreurs à l'install

D:\Wamp\www\jelix-1.2.1.1-dev\testapp\install>D:\Wamp\bin\php\php5.3.0\php installer.php
Installation start..
[[notice]] Installation starts for the entry point index
[[error]] The module jelix_tests needs another jelix version (1.2.1 - 1.2.1)
[[error]] The module testapp needs another jelix version (1.2.1 - 1.2.1)
[[error]] The module testurls needs another jelix version (1.2.1 - 1.2.1)
[[error]] Error in dependencies. Installation cancelled.
Installation/upgrade is aborted for the entry point index
Installation ended.

Qu'y a t il de plus à faire pour résoudre les problèmes de compatibilité de version ?

Cordialement Obewan

  [Opened] Echec d'install de Testapp sur Jelix 1.2.1.1

Reply #1 Posted by Obewan on 02/18/2011 15:58

Résolu Il faut modifier les propriétés maxversion de la manière suivante :

  1. dans \jelix-1.2.1.1-dev\testapp\modules\jelix_tests\module.xml
<module name="testurls" minversion="1.2.1" maxversion="1.2.1.1" />
  1. dans \jelix-1.2.1.1-dev\testapp\modules\testapp\module.xml
<jelix minversion="1.2.1" maxversion="1.2.1.1" />
<module name="jelix_tests" minversion="1.2.1" maxversion="1.2.1.1" />
  1. dans \jelix-1.2.1.1-dev\testapp\modules\testurls\module.xml
<jelix minversion="1.2.1" maxversion="1.2.1.1" />

  [Opened] Echec d'install de Testapp sur Jelix 1.2.1.1

Reply #2 Posted by laurentj on 02/18/2011 17:04

ok, noté :-)

 
Page
  1. Echec d'install de Testapp sur Jelix 1.2.1.1