Sponsor-Board.de
Mybb Error bei Square7.ch - Hilfe

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Scripting (/forumdisplay.php?fid=108)
+---- Thema: Mybb Error bei Square7.ch - Hilfe (/showthread.php?tid=9396)


Mybb Error bei Square7.ch - Hilfe - vpro-forum.de - 14.01.2011 16:28

Ich habe eine Datei, siehe Attachment, falls bei euch eine Fehlermeldung kommt mit dieser Meldung: (square7.ch, blaced.net)



verzeichnisvonftp/forum/ordner1/class_core.php

Wenn die Datei einen Fehler hat dann liegt das an diesem Problem:


Zitat:
}

// Determine Magic Quotes Status (< PHP 6.0)
if(version_compare(PHP_VERSION, '6.0', '<'))
{
if(get_magic_quotes_gpc())
{
$this->magicquotes = 1;
$this->strip_slashes_array($_POST);
$this->strip_slashes_array($_GET);
$this->strip_slashes_array($_COOKIE);
}
@set_magic_quotes_runtime(0);
@ini_set("magic_quotes_gpc", 0);
@ini_set("magic_quotes_runtime", 0);
}



Magic Quotes sind bei square7.ch falsch eingestellt!


Hoffe ich habe euch helfen können.

[Link: Registrierung erforderlich]


(Irgendwie kann ich keine Attachment hochladen, hab von mein Forum genommen, falls das kein Probs ist.. )


RE: Mybb Error bei Square7.ch - Hilfe - Bonyamin - 14.01.2011 17:04

ich hatte so ein problem noch nicht ^^
ich bin der meinung ich hätte auf square7 schonmal nen mybb gehabt, zu testzwecken , aber danke für den hinweis.


RE: Mybb Error bei Square7.ch - Hilfe - vpro-forum.de - 14.01.2011 17:06

Ja ich hatte es selber einmal und gerade eben hatte einer das Probs, deshalb habe ich das mal hier und da mal näher beschrieben und ein Update bereitgestellt!