Jump to content

Recommended Posts

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

Posted

I'm having trouble getting these to work, so I'm recompiling Apache/PHP. I'll let you know once it's done.

Posted
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.

Posted

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.

Posted

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?

Posted

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?

Posted

Got it! I had to manually compile from source, though. The PECL installer wasn't working.

Posted

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;
?>

Posted

I'm not seeing any coredumps, but I am seeing an error_log. Is that what you meant?

Guest
This topic is now closed to further replies.

×
×
  • Create New...