Ditchmonkey Posted April 29, 2010 Posted April 29, 2010 User error messages need to be more specific so that when a user reports them to me I have some idea what is going on. Example: if a user tries to upload a photo that exceeds the limit set in PHP, why not state that the image exceeds the Xmb limit? When a user has reached their global quota for the user group they are in, it seems pretty obvious to me that the software should state that rather than another ambiguous error message.
Robulosity2 Posted April 29, 2010 Posted April 29, 2010 User error messages need to be more specific so that when a user reports them to me I have some idea what is going on. Example: if a user tries to upload a photo that exceeds the limit set in PHP, why not state that the image exceeds the Xmb limit? When a user has reached their global quota for the user group they are in, it seems pretty obvious to me that the software should state that rather than another ambiguous error message. The time out limit, and exceeding PHP Size limit's are completely different things.. PHP (nor IPS products) have no way to just say well it's going to take this much time, which is higher than your limit of xx sorry ! If the file your uploading is to big it says "This file was to big to upload" , not sure how much more clear this can get.
Ditchmonkey Posted April 29, 2010 Author Posted April 29, 2010 The time out limit, and exceeding PHP Size limit's are completely different things.. PHP (nor IPS products) have no way to just say well it's going to take this much time, which is higher than your limit of xx sorry ! If the file your uploading is to big it says "This file was to big to upload" , not sure how much more clear this can get. I wasn't sure if that one would be possible but clearly there are other areas where the error message is ambiguous as in my second example.
Robulosity2 Posted April 29, 2010 Posted April 29, 2010 I wasn't sure if that one would be possible but clearly there are other areas where the error message is ambiguous as in my second example. It is, you just need to screw around a lot in PHP... and probably break it :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.