Hello,

I have problems with Drupal 5.0 RC1 installed in Windows Server 2003 / IIS 6.0. PHP is 5.2.0 and MySQL 5.0.27.

Installation was OK but Il have some errors (one per module) with parse_ini_file function in the Help section, and with include function in the themes section (2 errors).

warning: parse_ini_file(modules/aggregator/aggregator.info) [function.parse-ini-file]: failed to open stream: No such file or directory in D:\Inetpub\wwwroot\drupal-5.0-rc1\includes\module.inc on line 195.

warning: include(themes/garland/color/color.inc) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\wwwroot\drupal-5.0-rc1\modules\color\color.module on line 62.

PHP parse_ini_file and include functions work fine when tested. There is no problem with file permissions.

Drupal 4.7.4 works fine on the same server with the php_mysqli interface (Login problems with php_mysql).
Drupal 5.0-RC1 works on another windows computer (Windows 2000, IIS 5.0, PHP 5.1.6 and MySQL 5.0.20).

There are no errors in the IIS log file.

What can I do ?

Frederic

Comments

c.lauziere’s picture

Hi,
I have the same problem, I was wondering if you fixed that.
I tried playing with safe mode, open_basedir in php's ini file but with no luck.
I don't know for you but my modules still seem to work, I can't see them in module menu and I get the same error as you do.

My permissions are ok.
I don't seem to have problems in my apache logs.

I'm running:
Drupal 5.1
FreeBSD 6.1-RELEASE
PHP 5.2.0
MySQL 5.2.0

thx

SadhooKlay’s picture

I have a similar problem
http://drupal.org/node/172660

The body of the message, my configuration, and the commentary-error log.
SELinux disabled...

Please help me!

wavesailor’s picture

I've got the same problem

http://drupal.org/node/164296#comment-645026

- has anyone solved this yet?

Thanks,

JJ

ddysart’s picture

I had a similar problem that was preceeded by the same error described in:

http://drupal.org/node/107716 (I'd gone straight to install.php)

Turns out along the way I'd put an entry in a .htaccess file up above the drupal installation that stomped on the default include path. I ended up adding an entry to mirror what was in my php.ini and it worked.