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)
);