Test again la instalare
Scris: 24-Sep-2011, 10:28:07
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 :
cu asta :
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')
);
Cod: Selectaţi tot
$checks = array(
array('func_overload', '&', MB_OVERLOAD_MAIL|MB_OVERLOAD_STRING),
array('encoding_translation', '!=', 0)
);