Salut, Depuis ma dernière mise-à-jour, j'ai une erreur SQL sur la page d'accueil de mon install Dolibarr:
Request for last database access in error: SELECT count(rowid) as nb FROM llx_telephonie_societe_ligne WHERE fk_commercial_sign = 2 Return code for last database access: DB_ERROR_NOSUCHTABLE Information for last database access: Table 'dolibarr_demo.llx_telephonie_societe_ligne' doesn't exist Donc la table llx_telephonie_societe_ligne n'existerait plus, seulement avant de chercher, est-ce que quelqu'un peut me dire si cette dernière a subi des modifications lors des dernières mises-à-jour? Il y a encore pas mal de scripts qui l'utilisent apparemment: htdocs/$ rgrep -i llx_telephonie_societe_ligne . ./telephonie/script/tools/update-contrat-contact.php: $sql = "SELECT distinct(c.fk_contact) FROM llx_telephonie_contact_facture as c, llx_telephonie_societe_ligne as l"; ./telephonie/script/affect-id-ligne.php:$sql .= " FROM llx_telephonie_societe_ligne"; ./telephonie/sql/CVS/Entries:/llx_telephonie_societe_ligne.key.sql/1.1/Fri Dec 3 10:53:20 2004// ./telephonie/sql/CVS/Entries:/llx_telephonie_societe_ligne.sql/1.9/Thu Feb 16 12:29:01 2006// ./telephonie/sql/CVS/Entries:/llx_telephonie_societe_ligne_comments.sql/1.2/Thu Apr 6 11:55:07 2006// ./telephonie/sql/CVS/Entries:/llx_telephonie_societe_ligne_remise.sql/1.1/Thu Jan 27 08:47:41 2005// ./telephonie/sql/CVS/Entries:/llx_telephonie_societe_ligne_statut.key.sql/1.1/Fri Dec 3 10:31:49 2004// ./telephonie/sql/CVS/Entries:/llx_telephonie_societe_ligne_statut.sql/1.3/Wed Apr 13 14:02:37 2005// ./telephonie/sql/llx_telephonie_commande_ligne.key.sql:ALTER TABLE llx_telephonie_commande_ligne ADD FOREIGN KEY (fk_ligne) REFERENCES llx_telephonie_societe_ligne (rowid); ./telephonie/sql/llx_telephonie_contact_facture.key.sql:ALTER TABLE llx_telephonie_contact_facture ADD FOREIGN KEY (fk_ligne) REFERENCES llx_telephonie_societe_ligne (rowid); ./telephonie/sql/llx_telephonie_facture.key.sql:ALTER TABLE llx_telephonie_facture ADD FOREIGN KEY (fk_ligne) REFERENCES llx_telephonie_societe_ligne (rowid); ./telephonie/sql/llx_telephonie_groupe_ligne.key.sql:ALTER TABLE llx_telephonie_groupe_ligne ADD FOREIGN KEY (fk_ligne) REFERENCES llx_telephonie_societe_ligne(rowid); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:-- $Id: llx_telephonie_societe_ligne.key.sql,v 1.1 2004/12/03 10:53:20 rodolphe Exp $ ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:-- $Source: /sources/dolibarr/dolibarr/htdocs/telephonie/sql/llx_telephonie_societe_ligne.key.sql,v $ ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_fournisseur); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_client_comm); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_soc); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_soc_facture); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_user_creat); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_user_commande); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_commercial); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD INDEX (fk_concurrent); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_fournisseur) REFERENCES llx_telephonie_fournisseur (rowid); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_client_comm) REFERENCES llx_societe(idp); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_soc) REFERENCES llx_societe(idp); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_soc_facture) REFERENCES llx_societe(idp); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_user_creat) REFERENCES llx_user(rowid); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_user_commande) REFERENCES llx_user(rowid); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_commercial) REFERENCES llx_user(rowid); ./telephonie/sql/llx_telephonie_societe_ligne.key.sql:ALTER TABLE llx_telephonie_societe_ligne ADD FOREIGN KEY (fk_concurrent) REFERENCES llx_telephonie_concurrents (rowid); ./telephonie/sql/llx_telephonie_societe_ligne.sql:-- $Id: llx_telephonie_societe_ligne.sql,v 1.9 2006/02/16 12:29:01 rodolphe Exp $ ./telephonie/sql/llx_telephonie_societe_ligne.sql:-- $Source: /sources/dolibarr/dolibarr/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql,v $ ./telephonie/sql/llx_telephonie_societe_ligne.sql:create table llx_telephonie_societe_ligne ( ./telephonie/sql/llx_telephonie_societe_ligne_remise.sql:-- $Id: llx_telephonie_societe_ligne_remise.sql,v 1.1 2005/01/27 08:47:41 rodolphe Exp $ ./telephonie/sql/llx_telephonie_societe_ligne_remise.sql:-- $Source: /sources/dolibarr/dolibarr/htdocs/telephonie/sql/llx_telephonie_societe_ligne_remise.sql,v $ ./telephonie/sql/llx_telephonie_societe_ligne_remise.sql:create table llx_telephonie_societe_ligne_remise ( ./telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql:-- $Id: llx_telephonie_societe_ligne_statut.key.sql,v 1.1 2004/12/03 10:31:49 rodolphe Exp $ ./telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql:-- $Source: /sources/dolibarr/dolibarr/htdocs/telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql,v $ ./telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql:ALTER TABLE llx_telephonie_societe_ligne_statut ADD INDEX (fk_ligne); ./telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql:ALTER TABLE llx_telephonie_societe_ligne_statut ADD INDEX (fk_user); ./telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql:ALTER TABLE llx_telephonie_societe_ligne_statut ADD FOREIGN KEY (fk_ligne) REFERENCES llx_telephonie_societe_ligne(rowid); ./telephonie/sql/llx_telephonie_societe_ligne_statut.key.sql:ALTER TABLE llx_telephonie_societe_ligne_statut ADD FOREIGN KEY (fk_user) REFERENCES llx_user(rowid); ./telephonie/sql/llx_telephonie_societe_ligne_statut.sql:-- $Id: llx_telephonie_societe_ligne_statut.sql,v 1.3 2005/04/13 14:02:37 rodolphe Exp $ ./telephonie/sql/llx_telephonie_societe_ligne_statut.sql:-- $Source: /sources/dolibarr/dolibarr/htdocs/telephonie/sql/llx_telephonie_societe_ligne_statut.sql,v $ ./telephonie/sql/llx_telephonie_societe_ligne_statut.sql:create table llx_telephonie_societe_ligne_statut ( ./telephonie/sql/llx_telephonie_societe_ligne_comments.sql:-- $Id: llx_telephonie_societe_ligne_comments.sql,v 1.2 2006/04/06 11:55:07 rodolphe Exp $ ./telephonie/sql/llx_telephonie_societe_ligne_comments.sql:-- $Source: /sources/dolibarr/dolibarr/htdocs/telephonie/sql/llx_telephonie_societe_ligne_comments.sql,v $ ./telephonie/sql/llx_telephonie_societe_ligne_comments.sql:create table llx_telephonie_societe_ligne_comments ( _______________________________________________ Dolibarr-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dolibarr-dev
