Karen
27-04-04, 12:03 PM
After installing, all I get is an error that php can't find config.php
You've done a clean, new install of dotProject and all you get is a white screen with an error like this:
Apache error line :PHP Fatal error:
Failed opening required './includes/config.php'
(include_path='.;c:\php4\pear')
in /user/local/web_root/dotproject/index.php on line 23
The config.php file does not exist by default in the distribution. You need to copy the config-dist.php file to config.php and make the appropriate changes for your local system are made (following the instructions in the config-dist.php file.
You've done a clean, new install of dotProject and all you get is a white screen with an error like this:
Apache error line :PHP Fatal error:
Failed opening required './includes/config.php'
(include_path='.;c:\php4\pear')
in /user/local/web_root/dotproject/index.php on line 23
The config.php file does not exist by default in the distribution. You need to copy the config-dist.php file to config.php and make the appropriate changes for your local system are made (following the instructions in the config-dist.php file.