MyBB.de Forum
Parse error Hab keine Problemlösung gefunden - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: Parse error Hab keine Problemlösung gefunden (/thread-17062.html)



Parse error Hab keine Problemlösung gefunden - dennisdra - 08.10.2010

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.


RE: Parse error Hab keine Problemlösung gefunden - StefanT - 08.10.2010

Bitte mache nur exakt diese Änderung: https://www.mybb.de/forum/thread-16857-post-121183.html#pid121183