neatik Posted May 29, 2009 Share Posted May 29, 2009 Lors de l'installation etape 3 j'ai un message d'erreurErreur lors de l'insertion dans la base :'SET NAMES ''''utf8'''''Unknown character set: ''''(Erreur : : 1115) :-/ bien sur possibilité de me connecter a la baseserveur dedie 1and1 merci pour vos reponses car les posts sur le forum sont sans reponses Link to comment Share on other sites More sharing options...
smidi Posted May 30, 2009 Share Posted May 30, 2009 Salut Neatik,J'ignore les spécificités de 1and1, mais si tu as "SET NAMES ‘utf8’, il semble que le probléme vienne de la différence entre la base de Prestashop, qui est en utf8, et les parametres par defaut de ta base, coté serveur, vois tes parametres PHPmyadmin, vérifie si tu est bien en "utf8_general_ci" dans "Interclassement pour la connexion MySQL: ". C'est une piste probable...!Dans le cas contraire, si tu es bien en utf8, ??? Link to comment Share on other sites More sharing options...
Julien Breux Posted May 30, 2009 Share Posted May 30, 2009 Dédié :s dépend directement de la configuration. UTF-8 surement. Link to comment Share on other sites More sharing options...
neatik Posted May 31, 2009 Author Share Posted May 31, 2009 Merci pour vos reponses ma base de donnes est bien en utf8je ne comprent passur le fichier db.sqlj'ai du retire des quote pour que le script passe CREATE TABLE PREFIX_contact ( id_contact INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, email VARCHAR(128) NOT NULL, position TINYINT(2) UNSIGNED NOT NULL default '0', PRIMARY KEY(id_contact)) ENGINE=MyISAM DEFAULT CHARSET=utf8;enCREATE TABLE PREFIX_contact ( id_contact INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, email VARCHAR(128) NOT NULL, position TINYINT(2) UNSIGNED NOT NULL default 0, PRIMARY KEY(id_contact)) ENGINE=MyISAM DEFAULT CHARSET=utf8;manitenat j'ai un autre message d'erreurdans le script db_settings_lite.sqlmerci pour vos reponses Link to comment Share on other sites More sharing options...
Julien Breux Posted May 31, 2009 Share Posted May 31, 2009 Quelle version de mysql ? Link to comment Share on other sites More sharing options...
neatik Posted May 31, 2009 Author Share Posted May 31, 2009 MySQL - 5.0.45 Link to comment Share on other sites More sharing options...
Julien Breux Posted May 31, 2009 Share Posted May 31, 2009 Etrange... Link to comment Share on other sites More sharing options...
neatik Posted June 1, 2009 Author Share Posted June 1, 2009 Alors installation en local avec MAMP sous MACtransfert de la boutique sur le serveur parti back office accessiblepage blanche en frond en a ne plus rien comprendrej'ai mis sur on le fichier config.inc.phpvoici l'erreur]Fatal error: Smarty error: [in /var/www/vhosts/neatik.com/subdomains/boutik/httpdocs/modules/feeder/feederHeader.tpl line 1]: syntax error: unrecognized tag: $meta_title|escape:htmlall:''UTF-8'' (Smarty_Compiler.class.php, line 446) in /var/www/vhosts/neatik.com/subdomains/boutik/httpdocs/tools/smarty/Smarty.class.php on line 1095 Link to comment Share on other sites More sharing options...
neatik Posted June 8, 2009 Author Share Posted June 8, 2009 pas de reponse a mon probleme Link to comment Share on other sites More sharing options...
iQuid Posted September 20, 2011 Share Posted September 20, 2011 J'ai le même problème, as-tu trouvé une solution neatik ? pas de reponse a mon probleme Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now