Problem mit Download MOD
Verfasst: 27.11.2005 15:33
Kann mir jemand sagen was ich machen muss wenn ich beim Download MOD im ACP einen neuen Download erstellen will und dann wenn ich es Abschicken will kommt folgende Fehlermedlung:
Hier der Code aus der admin_dl_files.php:
Was muss ich machen??
Julian
Code: Alles auswählen
File http://sfv-gruiten.de/php/phpBB2/media/hochseeangeln-2.zip not found!
Be sure this file is uploaded to folder ../media/
DEBUG MODE
Line : 305
File : admin_dl_files.phpCode: Alles auswählen
304 $file_size = ( $file_extern == 0 ) ? @filesize($download_dir . $file_path . $file_name) : -1;
305 if ( $file_size == 0 || !$file_size && $file_extern == "0" ) message_die(GENERAL_ERROR, 'File '.$file_name.' not found!<br />Be sure this file is uploaded to folder '.$download_dir . $file_path, '', __LINE__, __FILE__, '');
306
307 $current_time = time();Julian