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.
#1247 closed bug (invalid)
Creation d'un controleur rendu impossible
Reported by: | foxmask | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jelix-scripts | Version: | 1.2RC3 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
php jelix.php --havefnubb createctrl havefnubb sitemap Error: Entry point is unknown
selon la doc j'ai pourtant bien indique :
- --havefnubb (l'application)
- createctrl (la commande)
- havefnubb (le nom du module)
- sitemap (le nom de mon controleur)
pour autant jelix attendrait un point d'entrée?
Change History (3)
comment:1 Changed 10 years ago by foxmask
- Version changed from 1.1RC3 to 1.2RC3
comment:2 Changed 10 years ago by laurentj
- Resolution set to invalid
- Status changed from new to closed
comment:3 Changed 10 years ago by foxmask
ok ; donc l'aide est un poil incomplète parce qu'on n'indique pas d'entrypoint et j'avais oublié comment on le faisait ;)
par exemple : Usage of createctrl: # jelix.php [--APPNAME[:entrypoint]] createctrl [-addinstallzone] [-cmdline] MODULE CONTROLLER [METHOD]
Note: See
TracTickets for help on using
tickets.
oui parce que par défaut, il tente d'utiliser index.php, mais tu n'as pas d'index.php, d'où l'errur. il faut que tu précise le point d'entrée.