dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [bug #16059] Autre DB_ERROR_NOSUCHFIELD avec la dern


From: Nicolas Gorguès
Subject: [Dolibarr-bugtrack] [bug #16059] Autre DB_ERROR_NOSUCHFIELD avec la dernière mouture...
Date: Fri, 10 Mar 2006 18:58:56 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16059>

                 Summary: Autre DB_ERROR_NOSUCHFIELD avec la dernière
mouture...
                 Project: Dolibarr
            Submitted by: gorni
            Submitted on: ven 10.03.2006 à 18:58
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: 2.0.0-alpha2
        Platform Version: GNU/Linux

    _______________________________________________________

Details:

En tentant d'émettre le paiement d'une facture fournisseur
(/fourn/facture/paiement.php?facid=12&action=create):

Dolibarr a détecté une erreur technique.

Voici les informations qui pourront aider au diagnostic:

Server: Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.1
Url sollicitée: /dolibarr/fourn/paiement/fiche.php?id=2
QUERY_STRING: id=2
Referer:

Type gestionnaire de base de donnée: mysql
Requete dernier acces en base: SELECT p.rowid,unix_timestamp(p.datep) as dp,
p.amount, p.statut, p.fk_bank, c.libelle as
paiement_type, p.num_paiement, p.note, b.fk_account FROM llx_c_paiement as c,
llx_paiementfourn as p LEFT JOIN llx_bank
as b ON p.fk_bank = b.rowid WHERE p.fk_paiement = c.id AND p.rowid = 2
Code retour dernier acces en base: DB_ERROR_NOSUCHFIELD
Information sur le dernier accès en base: Unknown column 'p.statut' in
'field list'

Dolibarr a détecté une erreur technique.

Voici les informations qui pourront aider au diagnostic:

Server: Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.1
Url sollicitée: /dolibarr/fourn/paiement/fiche.php?id=2
QUERY_STRING: id=2
Referer:

Type gestionnaire de base de donnée: mysql
Requete dernier acces en base: SELECT f.facnumber, f.total_ttc, pf.amount,
f.rowid as facid, f.paye, f.fk_statut, s.nom,
s.idp FROM llx_paiementfourn_facturefourn as pf,llx_facture_fourn as
f,llx_societe as s WHERE pf.fk_facturefourn = f.rowid
AND f.fk_soc = s.idp AND pf.fk_paiementfourn =
Code retour dernier acces en base: DB_ERROR_SYNTAX
Information sur le dernier accès en base: You have an error in your SQL
syntax; check the manual that corresponds to
your MySQL server version for the right syntax to use near '' at line 1

---

Effectivement, il n'y a pas de champ "statut" dans la table
llx_paiementfourn... Je ne comprends pas d'où sort la seconde erreur, et ma
connaissance encore balbutiante de Dolibarr ne me permet pas d'investiguer
efficacement plus avant...

Un rapport avec le bug #16025 ?





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: ven 10.03.2006 à 18:58  Name: erreur dolibarr.pdf  Size: 5,44Ko   By:
gorni
Copie PDF de l'erreur
<http://savannah.nongnu.org/bugs/download.php?item_id=16059&item_file_id=3490>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16059>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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