PDA

View Full Version : root_config issue !


roddyp
04-10-04, 04:40 AM
Help ... I've been trying to figure this out for quite some time now. I've gone through the docs and check these forums.

Problem:
-----------------------------------------
I get the following message when i try to access the main logon page that you can find in <www.etecs.ca/project>


"Warning: main(C:\Domains\etecs.ca\wwwroot\dotproject/lib/PEAR/Date.php): failed to open stream: No such file or directory in C:\Domains\etecs.ca\wwwroot\dotproject\classes\dat e.class.php on line 7"
-----------------------------------------------------
When i check the check.php page (www.etecs.ca/project/docs/check.php).. I have the following errs

1) session.save_path c:\temp - Fatal: Save path does not exist
2)
>root_dir C:\Domains\etecs.ca\wwwroot\dotproject
>root_dir seems to be incorrect, probably should be C:\\Domains\\etecs.ca\\wwwroot\\dotproject\\docs\\ check.php

I did change the root_dir path to the one specified by dotproject but it didnt wrk. I also tried different slashes and it still didnt wrk.

:cry:

Revelation7
04-10-04, 01:19 PM
1) Do you have a c:\temp directory? If you do, is it for some reason unwrittable? Fix this first before all else.
2) That root path looks correct, judging from the errors on the index page. I won't worry about it for now, the check.php script acts little funky on windows machine.
3) Make sure you have the C:\Domains\etecs.ca\wwwroot\dotproject/lib/PEAR/Date.php file...when i tried on my local installation, broswer was smart enough to figure out the slashes and prompted me to view the PHP file...try just copy and paste C:\Domains\etecs.ca\wwwroot\dotproject/lib/PEAR/Date.php in your broswer, do you get a prompt to download it or nothing at all?