timetrex.ini.php problem

Ask your questions regarding TimeTrex installation here.
Locked
Ayrises
Posts: 3
Joined: Tue Jul 31, 2007 1:49 pm

timetrex.ini.php problem

Post by Ayrises »

I feel stupid asking this, but...

I keep getting the error

Config file (C:\wamp\www\timetrex\includes\..\timetrex.ini.php) does not exist!

When it does exist and is already configured when I try to run the http://localhost/timetrex/interface/install/install.php file.

I'm running a WAMP5 server with php5, pear, and all the other requirements using TimeTrex Standard v2.0.2

And the error log has nothing relevant to report, only comments about pear before I installed it correctly. (So no message for 30 minutes)

Aside from putting it on the server and configuring it, I've taken no other steps.

Thank you in advance for any information you give me.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Either the file does not in fact exist, or TimeTrex can't read it due to a permission issue.

Note the "\..\" in the path:

C:\wamp\www\timetrex\includes\..\timetrex.ini.php

So that means the actual path is:

C:\wamp\www\timetrex\timetrex.ini.php

Does the above file really exist and does your web server have permissions to read it?
Locked