MyXoops Forum

Forum - myXOOPS German Support

4 + 8 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

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);
auf:
if (version_compare(PHP_VERSION'5.3.0''<')) {
    
set_magic_quotes_runtime(0);
}
Zeile 94, von:
$xoops =& new xos_kernel_Xoops2();
auf:
$xoops = new xos_kernel_Xoops2();
Aber ich empfehle Upgrade auf XOOPS 2.5.6!

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 66 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 160 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag