Search found 2 matches
- 2017-02-13T06:31:02-07:00
- Forum: IMagick
- Topic: Accessing Imagick from cron job
- Replies: 2
- Views: 14577
Re: Accessing Imagick from cron job
I have 7 cron jobs that all run from the same folder. The only issue is the one that uses imagick. The cron job code: include('/home/account/folder/config.php'); include('/home/account/folder/autoload.inc.php'); $DB = DB::dbConnection(); $Themes = new Themes(); $today = date('Y-m-d'); $dateexists ...
- 2017-02-12T14:03:04-07:00
- Forum: IMagick
- Topic: Accessing Imagick from cron job
- Replies: 2
- Views: 14577
Accessing Imagick from cron job
I have a site running on a shared server account. I'm having an issue where I have code using imagick that works fine when initiated from a web page, but when that same code is initiated from a cron job I get a "Class 'Imagick' not found" error. I have extension="imagick.so" in the php.ini file in ...