Search found 1 match
- 2012-10-04T08:27:10-07:00
- Forum: Bugs
- Topic: Error 500 IIS 7.5, FastCGI, PHP 5.3.13
- Replies: 2
- Views: 7147
Re: Error 500 IIS 7.5, FastCGI, PHP 5.3.13
Hi MrBurns, My development environment is similar to yours, were you able to have a solution to the imageMagick issue you had? System: - windows 2008 server - II7 - PHP 5.3.10 - imagick is installed (I hope properly) - Checked if class exists, and it does. (if (class_exists('Imagick')) {}) - Checked ...