Uploading problems Uploading problems
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Uploading problems

Started by clearhill, July 26, 2004, 01:41:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

clearhill

One of my users is trying to uploading a JPEG file but when they submit it, they get the Cannot find server or DNS Error page. I think it might be a problem with file size or dimension, but why does it result in showing the generic error page rather than a Coppermine error page?

Joachim Müller

Some errors can not be "caught" by coppermine's error handling mechanisms, e.g. if a user tries to upload a file that is just to large it will make the script time out, resulting in a generic error page the browser generates that says something about various error resons (including dns issues). Just put some text on the upload pages, telling users not to upload files larger than xxx bytes (you'll have to find out what is a save file size for you).

GauGau