Thumbnail generator

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Thumbnail generator

Post by Benjamin »

If you are getting a blank page, that generally means there was a parse or fatal error. We can't debug your code for you. You'll need to enable error reporting so you can see the errors or use the code I gave you for displaying errors on pages you're having problems with.
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Re: Thumbnail generator

Post by susrisha »

If you cant see the log on the browser, you can view the same error log in the error log file of the apache server.
suhasiniketha
Forum Newbie
Posts: 20
Joined: Wed Feb 04, 2009 10:20 pm

Re: Thumbnail generator

Post by suhasiniketha »

Thank you
User avatar
mchaggis
Forum Contributor
Posts: 150
Joined: Mon Mar 24, 2003 10:31 am
Location: UK

Re: Thumbnail generator

Post by mchaggis »

Try with out the "exec 2>&1;"

Also, what does phpinfo() output?
Post Reply