March 30, 200917 yr Hi All, Got a strange problem - when server was on PHP4 I had no problems but since upgrading to PHP5 ths following problem is occuring: When I upload an image, if it is small image it uploads fine and dandy without a problem.... however: If I take an image that is say 1.6 meg, I click upload.... it takes 25 seconds then says: The website cannot display the page HTTP 500 Most likely causes: The website is under maintenance. The website has a programming error. Can anyone tell me why this has suddenly started happening with large images? I am rendering images with GD Library if that makes any difference whatso ever.. but I dont think it would as it works fine with smaller images?
March 30, 200917 yr Is it your server? are you using a server company? OK if its your server you might have changed settings so that files over a certain size dont upload. the default is 10mb i think. If your using a payed server then i could contact them and ask for a reason. other than this i could not guess. Might be your coding if you made the page it could be a few other things like your connection or even your ftp program.
March 30, 200917 yr Author its a paid server company... I'll e-mail them asking them if they can help. I was wondering if something may have changed in PHP.INI.. I checked max file size but it says 2M which should be more than sufficient?
March 30, 200917 yr make sure your file is not corrupt and open it .. Also might be time limit on upload where your connection is taking longer and cut out ... there is a default time out limit on php but im not sure what it is... I think emailing them will be your best bet in solving this issue
March 30, 200917 yr Author I did wonder if there was a time limit for the upload, but I dont want to touch PHP.INI cause quite frankly i dont know what im doing with it.
Create an account or sign in to comment