developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#725 closed bug (fixed)
Problème en ligne de commande version gold
Reported by: | dlalleme | Owned by: | bballizlife |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.7 |
Component: | jelix:core:command line | Version: | 1.0.6 |
Severity: | major | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
Sur la commande
php cmdline.php admin~outils:importcat
Un problème en version 1.1 gold donc en production. J'ai l'erreur suivante
2008-10-24 17:38:46 [2] jelix_scan_action_sel(): Invalid third argument, not a string /home/reseaurc2i/lib/jelix/init.php 266 2008-10-24 17:38:46 [10] Syntax du sélecteur "admin~outils:importcat" invalide (type=act) /home/reseaurc2i/lib/jelix/init.php 276
Cette action fonctionne correctement dans l'environnement de développement.
Change History (3)
comment:1 Changed 12 years ago by laurentj
comment:2 Changed 12 years ago by laurentj
- Milestone set to jelix 1.1
comment:3 Changed 12 years ago by laurentj
- Milestone changed from jelix 1.1 to Jelix 1.0.7
- Resolution set to fixed
- Status changed from new to closed
- Version changed from 1.1 beta 1 to 1.0.6
The problem appears also in the 1.0.x series.
Fixed in the 1.0.X branch and in the trunk. svn 1154.
Note: See
TracTickets for help on using
tickets.
Pour bballizlife : le problème au niveau du request de cmdline, c'est qu'on appelle jSelectorAct, et que dans le cas de l'edition opt, on fait appelle à $gJCoord->moduleName. Or, lors de l'execution du request de cmdline, le coordinateur n'a pas encore rempli moduleName. Il va donc falloir faire autrement dans le request de cmdline...