Maybe a file missing after upload or sth.
netherless i suggest adding
ob_start();
at the very beginning of the file, so it will look like
Quote:
Warning: filesize() [function.filesize]: stat failed for
/tmp/1264498120/schloss_textures1.zip in
/var/www/web/quakeworld.nu-maps/inc/func.php on line 117
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/web/quakeworld.nu-maps/inc/func.php:117) in
/var/www/web/quakeworld.nu-maps/inc/func.php on line 117
Warning: readfile(/tmp/1264498120/schloss_textures1.zip)
[function.readfile]: failed to open stream: No such file or directory in
/var/www/web/quakeworld.nu-maps/inc/func.php on line 118
/tmp/1264498120/schloss_textures1.zip in
/var/www/web/quakeworld.nu-maps/inc/func.php on line 117
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/web/quakeworld.nu-maps/inc/func.php:117) in
/var/www/web/quakeworld.nu-maps/inc/func.php on line 117
Warning: readfile(/tmp/1264498120/schloss_textures1.zip)
[function.readfile]: failed to open stream: No such file or directory in
/var/www/web/quakeworld.nu-maps/inc/func.php on line 118
netherless i suggest adding
ob_start();
at the very beginning of the file, so it will look like
Quote:
<?php
ob_start();
//rest of code
ob_start();
//rest of code