PDA

Orijinalini görmek için tıklayınız : set_magic_quotes_runtime(0);


_SoN_
01-27-2014, 13:17
vbulletin de php sürümü güncellemlerinden sonra çıkan bu hatayı çözümek için .

set_magic_quotes_runtime(0);satırını



//set_magic_quotes_runtime(0);
if(version_compare(PHP_VERSION, '5.3.0', '<'))
{4set_magic_quotes_runtime(0); //18th line
}
değiştirmeniz yeterli olacaktır.