Error while generating thumbnails

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

Post Reply
HarPaddy
Forum Commoner
Posts: 40
Joined: Tue Feb 03, 2009 12:54 am

Error while generating thumbnails

Post by HarPaddy »

Hi,

I have a problem with thumbnail generation using imagemagick through exec PHP function.

I got the error code: 1.

What this error code is? i mean is the path problem which i specified for convert?

Please help me in this.

Thanks in advance.

Thanks,
HarPaddy
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Error while generating thumbnails

Post by pickle »

check the documentation for exec()
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply