PHP problems (IIS 5)
Posted: 2007-01-25 05:33am
I've been wrestling with this problem for a while now. I've tried first with NT4 server but I did not get anywhere. So I installed PHP 5.20 + MySQL 5 on my XP workstation with IIS, everything works but this package refuses to install.
I always get this same error:
I've tried altering permissions and everything but nothing, the files are where they should be as well.
This is an excerpt from INSTALL.txt:
MySQL version 4.0.24 (got version 5)
PHP version 4.3.10 (same here, version 5)
GD version 2.0.33 (this one is 2.0.28 on php5)
mhash
Please help, this problem is driving me insane.
I always get this same error:
Code: Select all
PHP Warning: require_once(/websurvey/administration/config/global.config.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\websurvey\administration\config\config.inc.php on line 46 PHP Fatal error: require_once() [function.require]: Failed opening required '/websurvey/administration/config/global.config.inc.php' (include_path='.;C:\php\pear') in C:\Inetpub\wwwroot\websurvey\administration\config\config.inc.php on line 46
This is an excerpt from INSTALL.txt:
I got the required modules but for IIS.INSTALL INSTRUCTIONS for WebSurvey 1.0
Included in this package:
- Projectfiles
- Install instructions
- Entire database in .sql file
- LGPL License
WebSurvey is developed and tested on Linux Debian Sarge 3.1 with following required modules installed:
MySQL version 4.0.24
PHP version 4.3.10
GD version 2.0.33
Apache version 2.0.54
mhash
Configuration for database connection and paths
The configuration is located in the file administration/config/global.config.inc.php
Other paths
On line 37 in file administration/config/config.inc.php is the path to global.config.inc.php
Change this to the path on your server
Predefined username and password
After the database is installed and the config files is modified you can logon to websurvey with following predefined username and password:
Username: admin@websurvey.fi
Password: admin
MySQL version 4.0.24 (got version 5)
PHP version 4.3.10 (same here, version 5)
GD version 2.0.33 (this one is 2.0.28 on php5)
mhash
Please help, this problem is driving me insane.