Dolibarr ERP & CRM » Bugs » bug #850
Dolibarr PGSQLDernières modifications
Répondre
État Détails |
Last Modified On: | 25/04/2013 12:56 | | Submitted by: | Cathy Imhoff (Oxalis) |
Submitted on: | 25/04/2013 10:08 | |
Summary: | Dolibarr PGSQL |
Description: | Dolibarr a détecté une erreur technique.
Voici les informations qui pourront aider au diagnostic:
Date: 20130425095757
Dolibarr: 3.4.0-alpha
Niveau de fonctionnalités: 0
PHP: 5.3.3-7+squeeze15
Server: Apache/2.2.16 (Debian)
Url sollicitée: /compta/index.php?mainmenu=accountancy&leftmenu=
Referer: https://dolibarr.oxalis.com/index.php?mainmenu=home
Gestionnaire de menu: eldy_menu.php
Type gestionnaire de base de données: pgsql
Requête dernier accès en base en erreur: SELECT ff.rowid, ff.ref, ff.fk_statut, ff.libelle, ff.total_ht, ff.total_ttc, ff.paye, s.nom, s.rowid as socid, sum(pf.amount) as am FROM llx_societe as s, llx_facture_fourn as ff LEFT JOIN llx_paiementfourn_facturefourn as pf on ff.rowid=pf.fk_facturefourn WHERE s.rowid = ff.fk_soc AND ff.entity = 1 AND ff.paye = 0 AND ff.fk_statut = 1 GROUP BY ff.rowid, ff.ref, ff.fk_statut, ff.libelle, ff.total_ht, ff.total_ttc, s.nom, s.rowid
Code retour dernier accès en base en erreur: DB_ERROR_42803
Information sur le dernier accès en base en erreur: ERREUR: 42803: la colonne « ff.paye » doit apparaître dans la clause GROUP BY ou doit être utilisé dans une fonction d'agrégat LINE 1: ...fk_statut, ff.libelle, ff.total_ht, ff.total_ttc, ff.paye, s... ^ LOCATION: check_ungrouped_columns_walker, parse_agg.c:543
|
Step to reproduce bug: | Compta / Tréso / Facture client |
Version: | develop | | Category: | Core Problem |
Severity: | 9 - Blocking - Critical | | OS Type/Version: | Linux debian 6 |
PHP version: | 5.3.3-7+squeeze15 | | Database type and version: | PGSQL 8.4.17 |
Etat |
Status: | Open | | Assigned to: | HENRY Florian (fhenry) |
Resolution: | Fixed | |
Commentaires- HENRY Florian 25/04/2013 12:57
- https://github.com/Dolibarr/dolibarr/pull/880
- HENRY Florian 25/04/2013 12:56
- The bug has been corrected. Pull request send inside GIT sources
(http://www.github.com/Dolibarr/dolibarr) and waiting to merge
into develop branch.
|
|