Search found 3 matches

by jonathan06
2017-02-27T07:05:16-07:00
Forum: Bugs
Topic: Issue with php nginx and ImageMagick policy
Replies: 4
Views: 6343

Re: Issue with php nginx and ImageMagick policy

Hello
I try to install ImageMagik 7 but still the same issue.
Does anyone has already use time limit in php ?
Thanks
by jonathan06
2017-02-24T09:58:06-07:00
Forum: Bugs
Topic: Issue with php nginx and ImageMagick policy
Replies: 4
Views: 6343

Re: Issue with php nginx and ImageMagick policy

Thanks for your help magick. PHP should be able to catch the fatal error and recover Are you sure ?? Even if i do a try/catch , I never 'enter' into the catch part (try catching ErrorException, Exception, ImagickException...). If the 'try' fail, code is exited showing 502 BAD GATEWAY When I do <?php ...
by jonathan06
2017-02-24T08:38:11-07:00
Forum: Bugs
Topic: Issue with php nginx and ImageMagick policy
Replies: 4
Views: 6343

Issue with php nginx and ImageMagick policy

Hello I have an issue using ImageMagick with php when I set the time policy. When the time set in the policy is reached, I get an 502 Bad Gateway error (so my die('in') isn't showing )! And I can't catch it in PHP. But php process seems still runing (while 300sec). So when sevral calls to the code ...