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
#894 closed bug (fixed)
problème message d'erreur dans jResponseRedirectUrl
Reported by: | Arnall | Owned by: | laurentj |
---|---|---|---|
Priority: | low | Milestone: | Jelix 1.0.8 |
Component: | jelix:core response | Version: | 1.0.7 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: | 5.2.6 |
Description
Dans la fonction output() ligne 47 si l'URL de redirection est vide, Jelix lance une exception 'repredirect.empty.url' mais il manque le sélecteur 'jelix~errors.' et on se retrouve avec un message d'erreur : [error 200] The given locale key "repredirect.empty.url" is invalid
En remplaçant
'repredirect.empty.url'
par
'jelix~errors.repredirect.empty.url'
on règle le problème
Change History (2)
comment:1 Changed 12 years ago by laurentj
- Milestone set to Jelix 1.0.8
comment:2 Changed 12 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in trunk, 1.1.x, 1.0.x. r1375