Bonsoir
Effectivement, ce n’est apparemment pas un exe que je peux executer.
Mais grace à Yves, j’ai un peu suivi un wiki et j’ai put avoir le lancement de l’install de dolibar sur le serveur OVH (par un script je croit…)
Mais là, je sèche, voici le message que le serveur me renvoi après le début de l’install
"Installation ou mise à jour de Dolibarr - Création des objets de la base
Base de données
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 1, ‹ AC_TEL ›, ‹ system ›, ‹ Phone call › ,NULL, 2); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 2, ‹ AC_FAX ›, ‹ system ›, ‹ Send Fax › ,NULL, 3); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 3, ‹ AC_PROP ›, ‹ system ›, ‹ Send commercial proposal by email › ,‹ propal ›, 10); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 4, ‹ AC_EMAIL ›, ‹ system ›, ‹ Send Email › ,NULL, 4); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 5, ‹ AC_RDV ›, ‹ system ›, ‹ Rendez-vous › ,NULL, 1); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 8, ‹ AC_COM ›, ‹ system ›, ‹ Send customer order by email › ,‹ order ›, 8); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 9, ‹ AC_FAC ›, ‹ system ›, ‹ Send customer invoice by email › ,‹ invoice ›, 6); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 10, ‹ AC_SHIP ›, ‹ system ›, ‹ Send shipping by email › ,‹ shipping ›, 11); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 30, ‹ AC_SUP_ORD ›, ‹ system ›, ‹ Send supplier order by email › ,‹ order_supplier ›, 9); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values (31, ‹ AC_SUP_INV ›, ‹ system ›, ‹ Send supplier invoice by email › ,‹ invoice_supplier ›, 7); - Unknown column ‹ position › in ‹ field list ›
Erreur SQL : DB_ERROR_NOSUCHFIELD - insert into llx_c_actioncomm (id, code, type, libelle, module, position) values ( 50, ‹ AC_OTH ›, ‹ system ›, ‹ Other › ,NULL, 5); - Unknown column ‹ position › in ‹ field list ›
Connexion au serveur : mysql51-55.perso OK
Version de la base 5.1.49-3-log
Nom de la base de données ecoconstvmod1
Création des tables et des clés primaires OK
Création des clés étrangères et des index pour la table llx_c_ziptown.key
Request 194 : ALTER TABLE llx_c_ziptown ADD INDEX idx_c_ziptown_fk_pays (fk_pays) Erreur SQL DB_ERROR_1072 Key column ‹ fk_pays › doesn’t exist in table
Création des clés étrangères et des index pour la table llx_c_ziptown.key
Request 197 : ALTER TABLE llx_c_ziptown ADD CONSTRAINT fk_c_ziptown_fk_pays FOREIGN KEY (fk_pays) REFERENCES llx_c_pays(rowid) Erreur SQL DB_ERROR_1072 Key column ‹ fk_pays › doesn’t exist in table
Création des clés étrangères et des index pour la table llx_c_ziptown.key
Request 198 : ALTER TABLE llx_c_ziptown ADD UNIQUE INDEX uk_ziptown_fk_pays (zip, town, fk_pays) Erreur SQL DB_ERROR_1072 Key column ‹ fk_pays › doesn’t exist in table
Création des clés étrangères et des index pour la table llx_usergroup_user.key
Request 415 : ALTER TABLE llx_usergroup_user ADD UNIQUE INDEX uk_usergroup_user (entity,fk_user,fk_usergroup) Erreur SQL DB_ERROR_1072 Key column ‹ entity › doesn’t exist in table
Création des fonctions OK
Chargement des données de référence OK