[Working] install error with php_gd2.dll

tonycajjo

Joined: 2009-07-18
Posts: 35
Posted: Wed, 2010-09-08 06:41

The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.

Quote:
PHP Warning: PHP Startup: Unable to load dynamic library './php_gd2.dll' - ./php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './php_gd2.dll' - ./php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0

i just did an install in a different directory on the same server not more than 2 weeks ago... i must be missing something very simple.

Solution: Reduce the permission on install folder from 775 to 755... i do not remember doing that a couple weeks ago but i must have.

i still get the error so i'm thinking that another directory needs the proper permission set as well.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2010-09-08 12:17
Quote:
PHP Warning: PHP Startup: Unable to load dynamic library './php_gd2.dll'

This error has nothing to do with directory permissions.

Its a PHP error trying to load an extension (GD2)
check your php.ini

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
tonycajjo

Joined: 2009-07-18
Posts: 35
Posted: Wed, 2010-09-08 14:25

i would agree with you but it clearly worked and didn't work after i changed the permission of the install folder. it is just a warning... im just trying to fully understand.

php.ini is the same i have for another installation in another directory on the same server, all is well with that gallery install. i must have done something and dont remember.