dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #883] Silent pgsql errors in comm/index.php


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #883] Silent pgsql errors in comm/index.php
Date: Tue, 07 May 2013 16:59:08 +0200

Doliforge
Ce message ne s'affiche pas correctement?
mettez à jour vos préférences utilisateur.

Silent pgsql errors in comm/index.php

Dernières modifications

07/05/2013 16:59 (Europe/Paris)
The bug has been corrected. Pull request send inside GIT sources
(http://www.github.com/Dolibarr/dolibarr) and waiting to merge
into develop branch.
Changements :
  • Resolution: 
AucunFixed

Répondre

État

 Détails
Last Modified On:  07/05/2013 16:17 Submitted by:  damien clochard (daamien)
Submitted on:  07/05/2013 16:16 
Summary:  Silent pgsql errors in comm/index.php
Description:  1/ go to /comm/index.php?mainmenu=commercial&leftmenu=

No bugs on the page but the logs contains :

2013-05-07 16:13:40 WARNING 2.6.99.127 DoliDBPgsql::query SQL error usesavepoint = 0 - SELECT a.id, a.percent, a.datep as da, a.datep2 as da2, a.fk_user_author, a.label, c.code, c.libelle, s.rowid, s.nom as sname, s.client FROM (llx_c_actioncomm as c, llx_actioncomm as a LEFT JOIN llx_societe as s ON a.fk_soc = s.rowid) WHERE c.id = a.fk_action AND a.entity = 1 AND (a.percent >= 100 OR (a.percent = -1 AND a.datep2 <= '2013-05-07 16:13:40')) ORDER BY a.datep2 DESC LIMIT 3 - ERROR: 42601: syntax error at or near ","
LINE 1: ...nom as sname, s.client FROM (llx_c_actioncomm as c, llx_acti...
^
LOCATION: scanner_yyerror, scan.l:1002 = DB_ERROR_SYNTAX
2013-05-07 16:13:40 ERR 2.6.99.127 Error url="" query_string=mainmenu=commercial&leftmenu=, sql=SELECT a.id, a.percent, a.datep as da, a.datep2 as da2, a.fk_user_author, a.label, c.code, c.libelle, s.rowid, s.nom as sname, s.client FROM (llx_c_actioncomm as c, llx_actioncomm as a LEFT JOIN llx_societe as s ON a.fk_soc = s.rowid) WHERE c.id = a.fk_action AND a.entity = 1 AND (a.percent >= 100 OR (a.percent = -1 AND a.datep2 <= '2013-05-07 16:13:40')) ORDER BY a.datep2 DESC LIMIT 3, db_error=ERROR: 42601: syntax error at or near ","
LINE 1: ...nom as sname, s.client FROM (llx_c_actioncomm as c, llx_acti...
^
LOCATION: scanner_yyerror, scan.l:1002
2013-05-07 16:13:40 WARNING 2.6.99.127 DoliDBPgsql::query SQL error usesavepoint = 0 - SELECT a.id, a.label, a.datep as dp, a.datep2 as dp2, a.fk_user_author, a.percent, c.code, c.libelle, s.nom as sname, s.rowid, s.client FROM (llx_c_actioncomm as c, llx_actioncomm as a LEFT JOIN llx_societe as s ON a.fk_soc = s.rowid) WHERE c.id = a.fk_action AND a.entity = 1 AND ((a.percent >= 0 AND a.percent < 100) OR (a.percent = -1 AND a.datep2 > '2013-05-07 16:13:40')) ORDER BY a.datep DESC, a.id DESC LIMIT 10 - ERROR: 42601: syntax error at or near ","
LINE 1: ...ame, s.rowid, s.client FROM (llx_c_actioncomm as c, llx_acti...
^
LOCATION: scanner_yyerror, scan.l:1002 = DB_ERROR_SYNTAX
2013-05-07 16:13:40 ERR 2.6.99.127 Error url="" query_string=mainmenu=commercial&leftmenu=, sql=SELECT a.id, a.label, a.datep as dp, a.datep2 as dp2, a.fk_user_author, a.percent, c.code, c.libelle, s.nom as sname, s.rowid, s.client FROM (llx_c_actioncomm as c, llx_actioncomm as a LEFT JOIN llx_societe as s ON a.fk_soc = s.rowid) WHERE c.id = a.fk_action AND a.entity = 1 AND ((a.percent >= 0 AND a.percent < 100) OR (a.percent = -1 AND a.datep2 > '2013-05-07 16:13:40')) ORDER BY a.datep DESC, a.id DESC LIMIT 10, db_error=ERROR: 42601: syntax error at or near ","
LINE 1: ...ame, s.rowid, s.client FROM (llx_c_actioncomm as c, llx_acti...
^
LOCATION: scanner_yyerror, scan.l:1002
Step to reproduce bug:  
Version:  3.4.0 Category:  Core Problem
Severity:  5 - Major OS Type/Version:  pgsql
PHP version:   Database type and version:  
 Etat
Status:  Open Assigned to:  HENRY Florian (fhenry)
Resolution:  Fixed 

Commentaires

HENRY Florian 07/05/2013 16:59
The bug has been corrected. Pull request send inside GIT sources
(http://www.github.com/Dolibarr/dolibarr) and waiting to merge
into develop branch.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]