![]() |
|
Enabling imagick causes missing captcha image - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Enabling imagick causes missing captcha image (/thread-9644.html) |
Enabling imagick causes missing captcha image - Cas - 2012-02-15 Recently I noticed the captcha image was missing from the contact form and seemed to coincide with updating zenphoto to 1.4.2.1. However I remembered that I had ticked the Checking the error.log it was full of these warnings and errors: Quote:PHP Fatal error: Maximum execution time of 30 seconds exceeded in zenphoto/zp-core/lib-Imagick.php on line 279 Quote:PHP Warning: Module 'imagick' already loaded in Unknown on line 0 Enabling imagick causes missing captcha image - sbillard - 2012-02-16 Probably there is a configuration problem with imagick on your server. Zenphoto does not actually load the imagick module, that is done by PHP initialization. Check if maybe the imagick module is listed twice in your php.ini file. |