Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
server-administration:imagick-class-error [2010-06-22 23:45:24]
garrett.plasky
server-administration:imagick-class-error [2010-06-23 20:45:40]
garrett.plasky
Line 1: Line 1:
 ===== ImageMagick [Imagick] PHP Class Broken or Fails to Install ===== ===== ImageMagick [Imagick] PHP Class Broken or Fails to Install =====
  
-Some versions of CentOS (including the most recent 5.5) have an issue with the buggy 6.4.8 version of ImageMagick. This version prevents the Imagick PHP class from working properly, and also prevents the extension from being installed via PECL. If you are using the Imagick PHP class on your site, you will see an error something like:+Some versions of CentOS (including the most recent 5.5) have an issue with buggy 6.4.8 RPM version of ImageMagick. This version prevents the Imagick PHP class from working properly, and also prevents the extension from being installed via PECL. If you are using the Imagick PHP class on your site, you will see an error something like:
  
 <code>Fatal error: Class 'Imagick' not found in /home/user/public_html/file.php on line 92</code> <code>Fatal error: Class 'Imagick' not found in /home/user/public_html/file.php on line 92</code>