Merci encore Régis. J'ai changé de problème
J'ai suivi tes indications. L'export avait été fait, en effet, sans la case cochée.
Je l'ai refait, puis lancé l'importation par un fichier ("parcourir").
PhpmyAdmin m'a créé 199 tables dont 25 ne commencent pas par "llx_" (Webcalendar...) et affiché cette erreur :
Erreur
requête SQL:
--
-- Contraintes pour la table `llx_categorie_association`
--
ALTER TABLE `llx_categorie_association` ADD CONSTRAINT `fk_categorie_asso_fk_categorie_fille` FOREIGN KEY ( `fk_categorie_fille` ) REFERENCES `llx_categorie` ( `rowid` ) ,
ALTER TABLE `llx_categorie_association` ADD CONSTRAINT `fk_categorie_asso_fk_categorie_fille` FOREIGN KEY ( `fk_categorie_fille` ) REFERENCES `llx_categorie` ( `rowid` ) ,
ADD CONSTRAINT `fk_categorie_asso_fk_categorie_mere` FOREIGN KEY ( `fk_categorie_mere` ) REFERENCES `llx_categorie` ( `rowid` ) ;
MySQL a répondu:Documentation
#1064 - 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 'TABLE `llx_categorie_association`
ADD CONSTRAINT `fk_categorie_asso_fk_categor' at line 3
Je ne sais pas si c'est grave, mais il a entré beaucoup (toutes ?) de données.
Je me suis dit chouette c'est réussi, les données sont (presque) là.
J'ai dont uplodé Dolibarr 2.6 (dans un dossier vide) puis le fichier .conf modifié et j'ai eu .... non pas Dolibarr mais un message d'erreur Mysql
Que voici :
Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php on line 203
Warning: include_once(
www.trucmachinchose.com/dolibarr/htdocs/core/conf.class.php) [function.include-once]: failed to open stream: no suitable wrapper could be found in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php on line 203
Warning: include_once() [function.include]: Failed opening '
www.trucmachinchose.com/dolibarr/htdocs/core/conf.class.php' for inclusion (include_path='.:') in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php on line 203
Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php on line 89
Warning: include_once(
www.trucmachinchose.com/dolibarr/htdocs/...abases/mysql.lib.php) [function.include-once]: failed to open stream: no suitable wrapper could be found in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php on line 89
Warning: include_once() [function.include]: Failed opening '
www.trucmachinchose.com/dolibarr/htdocs/...abases/mysql.lib.php' for inclusion (include_path='.:') in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php on line 89
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/inc.php:203) in /var/www/vhosts/trucmachinchose.com/httpdocs/dolibarr/htdocs/install/index.php on line 38
J'ai donc sûrement un problème de chemin d'accès...
Comme quoi j'ai changé de problème 8-|