Pagina 1 din 1

Test again la instalare

Scris: 24-Sep-2011, 10:28:07
de AlleXyS
Incerc sa instalez phpbb 3.0.9 dar nu pot mai departe de requirements . e foarte stresant , jos in loc de Install este un buton "test again" Si testez de 100 ori , si nimic , ramane la fel X(((



edit :

gata am gasit rezolvarea , trebuia sa inlocuiesc in install/install_install.php :


asta :

Cod: Selectaţi tot

$checks = array(
   array('func_overload', '&', MB_OVERLOAD_MAIL|MB_OVERLOAD_STRING),
   array('encoding_translation', '!=', 0),
   array('http_input', '!=', 'pass'),
   array('http_output', '!=', 'pass')
);
cu asta :

Cod: Selectaţi tot

$checks = array(
   array('func_overload', '&', MB_OVERLOAD_MAIL|MB_OVERLOAD_STRING),
   array('encoding_translation', '!=', 0)
);

Re: Test again la instalare

Scris: 24-Sep-2011, 18:41:54
de bogdan
In mod normal nu trebuie sa modifici nimic.