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 10 years ago
Closed 10 years ago
#1268 closed bug (fixed)
Erreur liée à noentrypoint
Reported by: | Rob2 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.2.1 |
Component: | jelix:plugins:urls | Version: | 1.2.1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
Après avoir fait la mise à jour vers Jelix 1.2.1, quand j'ai vidé le répertoire temp/ de mon application, j'ai obtenu l'erreur suivante :
[exception 0] The entry point ".php" is not declared into project.xml /home/robin/www/jelix/lib/jelix/plugins/urls/significant/jSignificantUrlsCompiler.class.php 302
Je peux la résoudre en supprimant noentrypoint="true" du fichier urls.xml de mon application, mais j'ai les points d'entrée dans mes urls. J'utilise le moteur significant.
Change History (3)
comment:1 Changed 10 years ago by laurentj
comment:2 Changed 10 years ago by laurentj
Oubli ma question...
comment:3 Changed 10 years ago by laurentj
- Milestone changed from Jelix 1.2.2 to Jelix 1.2.1
- Resolution set to fixed
- Status changed from new to closed
fixed https://bitbucket.org/jelix/jelix-1.2.x/changeset/2f3479523382. merci. sortie d'une version 1.2.1.1 pour l'occasion
Note: See
TracTickets for help on using
tickets.
Il semble que as oublié de mettre l'attribut name sur la balise entrypoint, indiquant le nom du point d'entrée. Confirmes-tu ?