PDA

View Full Version : Image verification not working after server move


sylar
04-21-2008, 12:28 AM
Our image veriication is not working after we moved to a new server. I found that I may need to recompile php with Free Type 2 support.

I would like to not bring the forum down for a few hrs to do this. Does anyone else have any suggestions.

Dismounted
04-21-2008, 06:02 AM
Create a PHP file with this, upload it to your server and post the link.
<?php
phpinfo();
?>
Also, recompiling PHP only takes a few minutes max.

Marco van Herwaarden
04-21-2008, 07:17 AM
I assume you have now set it to use GD. If it is installed on your server, give ImageMagick a try.