Bom dia a todos!
alguem tem como me ajudar eu instalei o Interspire e ao fazer o primeiro acesso deu esse erro vou colocar o erro aqui e o Int.php Erro fatal : Erro não capturado: Chame para a função indefinida set_magic_quotes_runtime () em /home/ellossuplementos/public_html/emailmkt/admin/com/init.php:214 Rastreio de pilha: # 0 / home / ellossuplementos / public_html / emailmkt / admin / index. php (76): require_once () # 1 {main} lançado em /home/ellossuplementos/public_html/emailmkt/admin/com/init.php na linha 214
INT.PHP
if (in_array('ini_set', $disabled_functions)) {
$turn_off_message = "The 'ini_set' function has been disabled by your systems administrator or website host.\nThe application requires this function to be active, please contact your systems administrator or website host to have it enabled again.\n";
$turn_off_message .= "It will have to be removed from the 'disabled_functions' line in the php.ini file.\n";
die(nl2br($turn_off_message));
}
// Set up PHP environment
error_reporting(E_ALL);
// PHP > 5.3 will be deprecating this function @set_magic_quotes_runtime(false);
ini_set('short_tags', false);
ini_set('memory_limit', '64M');
ini_set('track_errors', true);
ini_set('magic_quotes_sybase', false);
// Since we auto-detect the time anyway, we should set up the default time zone to avoid warnings.
@date_default_timezone_set(@date_default_timezone_get());