Seite 1 von 1

Problem bei Instalation von 2.0.12

Verfasst: 09.03.2005 20:25
von 240709Gast
Hi. Ich soll bei dem Update auf 2.0.12 in der common.php
$test = array('HTTP_GET_VARS' => NULL, 'HTTP_POST_VARS' => NULL, 'HTTP_COOKIE_VARS' => NULL, 'HTTP_SERVER_VARS' => NULL, 'HTTP_ENV_VARS' => NULL, 'HTTP_POST_FILES' => NULL);
suchen und mit
$test = array('HTTP_GET_VARS' => NULL, 'HTTP_POST_VARS' => NULL, 'HTTP_COOKIE_VARS' => NULL, 'HTTP_SERVER_VARS' => NULL, 'HTTP_ENV_VARS' => NULL, 'HTTP_POST_FILES' => NULL, 'phpEx' => NULL, 'phpbb_root_path' => NULL);
ersetzen...

allerdings gibt es das was ich suchen soll in der common.php bei mir nicht... was soll ich da jetzt machen?


mfg, Cold

Re: Problem bei Instalation von 2.0.12

Verfasst: 09.03.2005 22:04
von maxl
Cold hat geschrieben: allerdings gibt es das was ich suchen soll in der common.php bei mir nicht... was soll ich da jetzt machen?
Verlinke mal deine common.php als txt-Datei, dann kann dir sicher jemand helfen!

lg maxl

Verfasst: 09.03.2005 22:14
von 240709Gast
Gute idee ^^...

hier ist sie...



mfg, Cold

Verfasst: 09.03.2005 22:40
von Andy120
hi...

Suche

Code: Alles auswählen

	$test = array('_GET', '_POST', '_SERVER', '_COOKIE', '_ENV');
Ersetze

Code: Alles auswählen

   $test = array('HTTP_GET_VARS' => NULL, 'HTTP_POST_VARS' => NULL, 'HTTP_COOKIE_VARS' => NULL, 'HTTP_SERVER_VARS' => NULL, 'HTTP_ENV_VARS' => NULL, 'HTTP_POST_FILES' => NULL, 'phpEx' => NULL, 'phpbb_root_path' => NULL);
Gruss, Andy