Byron Posted April 30, 2010 Posted April 30, 2010 Just so you know djbob. I'm not seeing either one on the php info page now. http://www.heliohost.org/phpinfo.php
Ashoat Posted April 30, 2010 Posted April 30, 2010 I'm having trouble getting these to work, so I'm recompiling Apache/PHP. I'll let you know once it's done.
Byron Posted April 30, 2010 Author Posted April 30, 2010 Okay, are they working now? My site isn't working yet but a friend of mine's site is up. According to his php info page only Ming is working. I also tried using Imagick on his site and it didn't work. Also Tidy isn't showing as being installed. My friends site http://sonny175.heliohost.org/info.php Once my site is up I can tell you for sure about Ming and Tidy.
Byron Posted May 1, 2010 Author Posted May 1, 2010 I got in touch with my friend this morning and had him upload a couple of scripts to check Ming and Tidy. Both seem to be working ok. I guess Tidy is different for the new php cause it used to show as being enabled on the php info page just like it would show for Curl or another php feature. So as of now Imagick still isn't working.
Byron Posted May 2, 2010 Author Posted May 2, 2010 Just a reminder that the Imagick Class still isn't working.
Byron Posted May 2, 2010 Author Posted May 2, 2010 No it's still showing the error message that it can't find Imagick: http://sonny175.heliohost.org/php/imagick-test.php
Ashoat Posted May 3, 2010 Posted May 3, 2010 Are you sure it shouldn't have a capital "I"? I'm getting a successful install message, and I don't think that PECL modules show up in phpinfo()... EDIT Changed the spelling, and it didn't help. Any ideas as to how else I can try installing it?
Byron Posted May 3, 2010 Author Posted May 3, 2010 You had it working before we were attacked and it was showing as a module on the php info page. Would it have anything to do with ImageMagick being installed?
Ashoat Posted May 3, 2010 Posted May 3, 2010 Got it! I had to manually compile from source, though. The PECL installer wasn't working.
Byron Posted May 3, 2010 Author Posted May 3, 2010 That's it. Thanks! EDIT: We still seem to have a small problem. Everytime I use the Imagick class it produces a huge core file. Just a simple script like this will do it: <?php header("Content-type: image/jpeg"); $image = new Imagick("Color-Scale.jpg"); $image->charcoalImage(1, 2); echo $image; ?>
Ashoat Posted May 3, 2010 Posted May 3, 2010 I'm not seeing any coredumps, but I am seeing an error_log. Is that what you meant?
Recommended Posts