par
juanpa » 07 déc. 2012, 00:05
Désolé pour le double post
Je crois que ma base est déjà en utf-8
je ne sais pas si cela est lié mais dans mes recherches j'ai lu que HTTP_*_VARS était déprécié en php 5.x et il me semble que phpBB2 l'utilise beaucoup
phpBB 2.0.x and PHP 5
by Stefan Koopmanschap » Sat Jul 17, 2004 7:22 am
With the recent release of the official version of PHP 5, people and hosts may be switching to the latest PHP version. At this moment, the phpBB Team does not officially support running phpBB on PHP 5, as phpBB2.0.x was not written with PHP 5 in mind. However, many users have reported using it sucessfully on PHP 5 having made a configuration change in PHP to enable support for the deprecated HTTP_*_VARS arrays which is turned off by default in new PHP 5 installations. The relevant configuration option is register_long_arrays and it is decribed in the PHP Manual. phpBB 2.0.x makes use of these arrays in order to maintain backwards compatibility with PHP 3.x and early versions of PHP 4.x which is part of the original specification.
For this reason we do not support PHP 5 as platform for phpBB. It has been reported working, so you can try it. It's a risk you will be taking though.
phpBB 2.2.x will have a miminum requirement of PHP 4.1.0 and so will not require this configuration change to be made.
Donc si j'ai bien compris en mettant dans php.ini ça devrait résoudre le soucis des HTTP_*_VARS arrays
mais quand je mets ça j'ai une Error 500