Issue 16: PHP-error when a download-file can't be found
Project Member Reported by trenchcoat.philosopher@gmail.com, Feb 7, 2009
What steps will reproduce the problem?
1. Go to a download page where the download doesn't exist on the server

What is the expected output? 
A page that states there's no download.

What do you see instead?
The regular download page with error warnings at the top.


Please use labels and text to provide additional information.


Picture 1.png
399 KB   View   Download
Feb 8, 2009
Project Member #1 trenchcoat.philosopher@gmail.com
system now first checks if the file exists and correctly prints "file does not
exist"-message. 

However: the message still needs to be styled, and ideally moderators should get an
internal PM that the file is no longer present.

Note that the message is now printed when the filesize-variable is false. It's best
to just add an extra check to the "download"-hash and use that instead.