Spot on. Makes me wonder why I didn't look in the error logs to begin with. There was an error parsing php.ini because of a line that had split across two lines.
All's well now. Thanks both for the replies.
Search found 4 matches
- Sun Jun 19, 2005 1:04 pm
- Forum: Graphics
- Topic: [SOLVED] imagecreatefromjpeg and large dimensions
- Replies: 7
- Views: 9360
- Sun Jun 19, 2005 8:58 am
- Forum: Graphics
- Topic: [SOLVED] imagecreatefromjpeg and large dimensions
- Replies: 7
- Views: 9360
- Sun Jun 19, 2005 7:01 am
- Forum: Graphics
- Topic: [SOLVED] imagecreatefromjpeg and large dimensions
- Replies: 7
- Views: 9360
hmmm...I've max_execution_time and max_input_time at 120 and the memory limit at 64M. The picture's actually quite small (80KB), and the script gives the 500 error only a few seconds after I upload it, which makes me wonder if it's indeed a resource problem. Other pictures that are 1024x768 and over...
- Sun Jun 19, 2005 5:52 am
- Forum: Graphics
- Topic: [SOLVED] imagecreatefromjpeg and large dimensions
- Replies: 7
- Views: 9360
[SOLVED] imagecreatefromjpeg and large dimensions
Hi guys, Nice place you have here. First poster. I've got a problem with imagecreatefromjpeg() dying with an internal server error on images with fairly large dimensions (say 2000x1500). My resoures in php.ini are set fairly high and I've noticed that large dimensions make it fall over and not file ...