This shows you the differences between two versions of the page.
|
server-administration:imagick-class-error [2010-06-22 16:44:48] garrett.plasky created |
server-administration:imagick-class-error [2010-06-23 13:45:40] (current) garrett.plasky |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== ImageMagick PECL 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 a 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> | ||