Wenn ich versuche das bxcp zu installieren kommen folgende fehlermeldungen:
Warning: fopen(setup.php): failed to open stream: Permission denied in /var/www/web21/html/gtk-clan/mods/install/settings.php on line 97
Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/web21/html/gtk-clan/mods/install/settings.php on line 98
Warning: fclose(): supplied argument is not a valid stream resource in /var/www/web21/html/gtk-clan/mods/install/settings.php on line [B]99
[/B]Hier sind die Zeilen 97-99
[php]
$create_setup = fopen(‚setup.php‘,‚w‘) OR $flerr++;
fwrite($create_setup,$setup_php) OR $flerr++;
fclose($create_setup) OR $flerr++;
[/php]