mull300
03-30-2007, 10:39 PM
So i have a script on my server that creates a set of images from one. When the script is called in the browser the script runs fine. When it runs as a cron job it fails.
now to see if i am getting an error i ran the script from the command prompt as the same user that is running the cron job. and i get this error
call to undefined function: imagecreatefrompng()
but this works in the browser!!! any ideas?
now to see if i am getting an error i ran the script from the command prompt as the same user that is running the cron job. and i get this error
call to undefined function: imagecreatefrompng()
but this works in the browser!!! any ideas?