MyBB.de Forum

Normale Version: Parse error Hab keine Problemlösung gefunden
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo,

hab da ein großes Problem:

FFP Forum New

Das ist der Error:

Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /users/flyforplay/www/forum/inc/class_core.php on line 168

Ich habe aufgrund eines anderen Problems die class_core.php geändert.
So wurde es im Forum als Problemlösung ergeben:

Zitat: 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);

Jetzt gibts halt aber das neue Problem.

Hab den Webspace bei bplaced.net
Die haben ja PHP 5 drauf, jedoch funktioniert es leider nicht.

SuFu hab ich auch schon ausprobiert.
Bitte mache nur exakt diese Änderung: https://www.mybb.de/forum/thread-16857-p...#pid121183