I was just finishing testing a featured listings and noticed that when I upload a photo to the featured listing, the site would stall out and the browser would go white. I tried to upload a photo 3 times and also verified that the image was not being stored on the server via FTP.

I have added the following script to my php5.ini with no prevail:

post_max_size = 10MB
upload_max_filesize = 10MB
memory_size_limit = 10MB

Can anyone assist?