[Help] Loading php_gd2.dll Falied!

Status
Not open for further replies.
Joined
Jul 1, 2005
Messages
6
Reaction score
0
Im trying to install the 0.8 with music website but it's telling me to do this.

Please Enable php_gd2.dll in ur php.ini

but the php_gd2.dll in my php.ini located in my windows is already enabled.

how to solve the problem?
 
Re: [HELP]Loading php_gd2.dll Falied!

Im havin the same problem :D
Loading php_gd2.dll Falied!
Enable php_gd2.dll in php.ini!
Error#123
Loading php_mssql.dll Falied!
Enable php_gd2.dll in php.ini!
Already enabled it, restarted it, deleted it ugh no, but still, it wont work :O
 
Upvote 0
Re: [HELP]Loading php_gd2.dll Falied!

do u use EasyPHP? And if so use EXTENSIONS menu in it, and life will be buetiful :)
 
Upvote 0
Appserv users
The php.ini file is located at c:/windows/php.ini
Find
;extension=php_filepro.dll
;extension=php_gd2.dll
;extension=php_gettext.dll

Take the ; out of what u want to activate

;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll

once completed save file.

Then go to Start->Programs->AppServ->Control Server by Service->Apache Restart

Make sure u close your internet browser and possibly clear your cache to make sure everything is golden.

If it still dont work PM me on MSN "[email protected]" I will try and walk u through it.
 
Upvote 0
Status
Not open for further replies.
Back