Wieviele Zeilen hat Deine config.php. Es müssen genau 262 Zeilen sein !
alles was ggfs. dahinter steht, mußt Du entfernen. Also :
config.php :
...
...
$mxConf['Version_Num'] = "vkpMx 2.1";
$mxConf['dbtype'] = "MySQL";
foreach ($mxConf as $key => $value) {
$$key = (is_string($value) && !is_numeric($value)) ? stripslashes($value) : $value;
}
unset($key); unset($value); unset($mxConf);
if (eregi("config.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
?>danach darf nichts mehr stehen !
Siehe auch
http://www.pragmamx.org/modules.php?name=eBoard&file=viewthread&tid=8557#pid44234