[Working] install error with php_gd2.dll
tonycajjo
Joined: 2009-07-18
Posts: 35 |
![]() |
The server encountered an unexpected condition which prevented it from fulfilling the request. 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 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
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
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) -s |
|
tonycajjo
Joined: 2009-07-18
Posts: 35 |
![]() |
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. |
|