Aw: PHP Fehler nach magic_quotes_gpc Umstellung |
Betreff: Aw: PHP Fehler nach magic_quotes_gpc Umstellung von mambax7 am 19.06.2013 23:43:24 Ich empfehle Upgrade auf XOOPS 2.5.6! In Deinem Fall, bitte folgendes tun in /include/common.php: Zeile 21, von:
set_magic_quotes_runtime(0);
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
$xoops =& new xos_kernel_Xoops2();
$xoops = new xos_kernel_Xoops2();
|