Tech Support Forum banner

Php image functions crashing w/white screen

1062 Views 2 Replies 2 Participants Last post by  b72077
I have a website currently running that contains lots of images and in many different directories. I use a php script that automatically creates missing thumbnail images. It often crashes to a white screen. Any suggestions on generating thumbs without crashes?

More info: Error log usually says something about memory overload. Doesn't seem realistic, since successful runs show less than 1 mb used. File sizes are never more than 3mb and allowed memory on my server account was doubled from 16mb to 32mb and it didn't help a spit. Also, sometimes it runs, sometimes it doesn't, sometimes crashes in directories with no files over 400kb. So I don't really believe the error log. Occasionally i see corrupt jpeg errors. These files open without problems off line.
Status
Not open for further replies.
1 - 2 of 3 Posts
Actually, no I couldn't give you a link to see the error. The scripts I am having trouble with are running as administrator. I would have to give you the main account username and password, as well as ftp access, and account access. All three just for you to reproduce the error. Currently the paying member area is 100% functioning since I keep the problem jpegs isolated from the member area. Hard to get help on this one.
I guess I could go hunt for an error log to show, and the script line that is crashing. If you know much about php functions (image section) and or error handling, that could be pretty helpful. That way I could at least keep the script going past bad data or memory issues???????

I'll get back to you with an error log when I get secure access.
1 - 2 of 3 Posts
Status
Not open for further replies.
Top