volatileboy Posted October 1, 2008 Share Posted October 1, 2008 Hey people I have been working on a website for a month or so now, I have a captcher script that in the last couple of days has started showing an error: Fatal error: Call to undefined function imageloadfont() This is a standard php function so I am baffled as to why it's showing this error, especially since it has previously been working perfectly. Any ideas? Link to comment https://forums.phpfreaks.com/topic/126669-imageloadfont-no-longer-working/ Share on other sites More sharing options...
discomatt Posted October 1, 2008 Share Posted October 1, 2008 I don't believe GD functions are 'standard' as of PHP5.3 It could be disabled by the host, or the GD library isn't installed... Though usually it is if a previous imagecreate..() call worked. Link to comment https://forums.phpfreaks.com/topic/126669-imageloadfont-no-longer-working/#findComment-655096 Share on other sites More sharing options...
volatileboy Posted October 1, 2008 Author Share Posted October 1, 2008 PHP version 5.2.5 So basically I will have to scrap my captcher script then? It's wierd how it's been working for so long and now it doesn't. Link to comment https://forums.phpfreaks.com/topic/126669-imageloadfont-no-longer-working/#findComment-655098 Share on other sites More sharing options...
The Little Guy Posted October 1, 2008 Share Posted October 1, 2008 some code would be nice... Link to comment https://forums.phpfreaks.com/topic/126669-imageloadfont-no-longer-working/#findComment-655181 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.