04.08.2010, 11:20
(04.08.2010, 11:18)frostschutz schrieb: [ -> ]So müsste es eigentlich gehen:
PHP-Code:// 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);
}
Wow, danke nun kommt keine Fehlermeldung mehr bei der Installation

Ich schau mal und guck wies weiterläuft
Mal ne Frage, wie kann ich Präfixe angeben?
Ich hab eines erstellt namens "Test" doch ich kann bei der Themenerstellung keines angeben