Bonjour,
Je souhaite convertir un forum phpBB 2.0.22 en phpBB 3.0.2
J'ai suivi les différents tuto et cela fonctionne parfaitement en local (avec wamp)
Le problème arrive quand je veux faire la conversion chez mon hébergeur.
Quand je choisi convertir j'ai cette erreur : Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1245184 bytes) in /home/sites/xxxx/www/phpBB3/includes/utf/data/utf_compatibility_decomp.php on line 2
Quand je remplace $lang['ENCODING'] = 'ISO-8859-1' par $lang['ENCODING'] = 'UTF-8' dans le fichier lang_main.php (pour régler le problème d'accents) j'ai cette erreur :
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1245184 bytes) in /home/sites/xxxx/www/phpBB3/includes/utf/data/utf_nfkc_qc.php on line 2
Le problème ne semble pas venir d'une limite car j'ai une limite de 10M dans mon php.ini en local et mon hébergeur a la même limite.
Merci pour vos conseils et votre aide





