Modérateur: Equipe


7. Modifier \language\lang_french\lang_main.php ligne 35
remplacer : "$lang['ENCODING'] = 'ISO-8859-1';"
par "$lang['ENCODING'] = 'UTF-8'; // Encoding modifié pour fiter la "langue" que parle phpbb3"
5.iv. Common conversion problems
Broken non-latin characters The conversion script assumes that the database encoding in the source phpBB2 matches the encoding defined in the lang_main.php file of the default language pack of the source installation. Edit that file to match the database's encoding and re-start the conversion procedure.







DROP TABLE IF EXISTS `phpbb_posts_text`;
CREATE TABLE `phpbb_posts_text` (
`post_id` mediumint(8) unsigned NOT NULL default '0',
`bbcode_uid` char(10) NOT NULL default '',
`post_subject` char(60) default NULL,
`post_text` text,
PRIMARY KEY (`post_id`),
KEY `bbcode_uid` (`bbcode_uid`),
KEY `post_id` (`post_id`),
KEY `post_subject` (`post_subject`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


Retourner vers Mises à jour/Conversions
Utilisateurs parcourant ce forum: MSN [Bot] et 1 invité