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
#1273 closed bug (fixed)
jLog et IP
Reported by: | hadrien | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.2.2 |
Component: | jelix:utils | Version: | 1.2 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
Un bug qui se produit quand on veut jLog dans un fichier avant que la requête n'ait été initialisée. Dans notre cas, on a jLog dans jelix/plugins/db/psql/psql.dbconnection.php:_doQuery() et on s'est tapé la fatal suivante :
Fatal error: Call to a member function getIP() on a non-object in /…/jelix/utils/jLog.class.php on line 53
Voici donc un patch qui patche…
Attachments (1)
Change History (3)
Changed 10 years ago by hadrien
comment:1 Changed 10 years ago by laurentj
- Milestone set to Jelix 1.2.2
comment:2 Changed 10 years ago by laurentj
- Resolution set to fixed
- review changed from review? to review+
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
pushed, thanks. https://bitbucket.org/jelix/jelix-1.2.x/changeset/6fc5f16b6be5