Welcome Guest, Not a member yet? Register   Sign In
No way to make capcha work on localhost
#3

[eluser]RiccardoC[/eluser]
Solved! The GD extension wasn't loaded in my PHP
This is the solution (for other dumb like me people Wink )

open your php.in file (usually c:\php folder)
look for this line
Code:
;extension=php_gd2.dll
Remove the semicolon and it will look like this
Code:
extension=php_gd2.dll
Restart your apache server and all will work properly!


Messages In This Thread
No way to make capcha work on localhost - by El Forum - 04-12-2012, 07:18 AM
No way to make capcha work on localhost - by El Forum - 04-12-2012, 07:31 AM
No way to make capcha work on localhost - by El Forum - 04-12-2012, 07:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB