php - Installing Drupal - missing extension 'gd' -


i'm attempting install drupal on windows / apache / php box. when running install script 'install.php' i'm told extension gd not installed.

my php ini file has enabled:

... ;extension=php_curl.dll ;extension=php_fileinfo.dll extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_gmp.dll ... 

i have restarted server.

looking inside install script can see using if(extension_loaded ('gd')) discover extension, returns false. phpinfo(); mentions within 'php credits' section @ bottom.

i've followed instructions can find, of boil down uncommenting in php.ini file.

could point me in right direction?

turned out 'read manual' moment.

i hadn't set default extension directory via:

extension_dir = c:\php\ext

as assumed relative within downloaded installation. discovered reading apache logs.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -