I am trying to install Drupal and it says I need to disable register_globals, and support PDO. I made a few php.ini files and tried putting them in my server using ftp but cannot get it.

It is a Microsoft-IIS/6.0 server and phpinfo() says Configuration File (php.ini) Path is at C:\WINDOWS and Loaded Configuration File is at C:\PHP\php.ini.

I only have access to ftp of the site.

Thanks.

Comments

jeffdiecks’s picture

your issue sounds similar to this thread http://forums.iis.net/p/1134052/1806058.aspx#1806058 where changes to php.ini arent being picked up. a restart of the services may help read in your changes?

jeffdiecks’s picture

reading more closely, if finding php.ini is the issue i think that is due to limitations of your FTP access. You may need remote desktop or other access to be able to get to the file which most likely is at C:\Windows. See here for more about the setup (especially section 5 - the final step/moving the php.ini file) http://www.simongibson.com/intranet/php2003/installer.asp