Setup Error

Ask your questions regarding TimeTrex installation here.
Locked
vimalan
Posts: 6
Joined: Mon Nov 20, 2006 6:29 am

Setup Error

Post by vimalan »

Index page is not opening after installing timetrex in our system. It is giving error like Page Cannot be Displayed. But in interface folder index.php page is exist. Please provide me solution.
mikeb
Posts: 710
Joined: Thu Jul 27, 2006 11:58 am

Re: Setup Error

Post by mikeb »

vimalan wrote:Index page is not opening after installing timetrex in our system. It is giving error like Page Cannot be Displayed. But in interface folder index.php page is exist. Please provide me solution.
Whats the full URL that it saying page cannot be displayed? Are you sure the BASE_URL is setup correctly in timetrex.ini.php? If it is, check your PHP error logs, and the TimeTrex log to see if anything out of the ordinary is appearing in those.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
vimalan
Posts: 6
Joined: Mon Nov 20, 2006 6:29 am

Setup Error

Post by vimalan »

Full URL is http://localhost/TimePayroll/interface/index.php
http://localhost/TimePayroll/interface/Login.php page is opening. It is accepting username and password also. But after login index page is not displaying. And also please specify where to see PHP Error Logs.
mikeb
Posts: 710
Joined: Thu Jul 27, 2006 11:58 am

Re: Setup Error

Post by mikeb »

vimalan wrote:Full URL is http://localhost/TimePayroll/interface/index.php
http://localhost/TimePayroll/interface/Login.php page is opening. It is accepting username and password also. But after login index page is not displaying. And also please specify where to see PHP Error Logs.
PHP error logs can be almost anywhere. Check your php.ini file for "error_log" and see what it says. It may not be set in which case you will need to set it to: c:\logs\php_error.log or something and make sure "log_errors" is enabled as well, then restart your web server.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
vimalan
Posts: 6
Joined: Mon Nov 20, 2006 6:29 am

Login Error

Post by vimalan »

It is giving error like this while logging as administrator
PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in c:\Inetpub\wwwroot\TimePayroll\classes\cache_lite\Hashed_Cache_Lite.php on line 73.

Please specify whether we have to create any directory
mikeb
Posts: 710
Joined: Thu Jul 27, 2006 11:58 am

Re: Login Error

Post by mikeb »

vimalan wrote:It is giving error like this while logging as administrator
PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in c:\Inetpub\wwwroot\TimePayroll\classes\cache_lite\Hashed_Cache_Lite.php on line 73.

Please specify whether we have to create any directory
Yes, you need to create all the directories specified in the timetrex.ini.php. The installer _should_ enforce this on the Requirements.php page, did any of the requirement checks fail during installation?
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
vimalan
Posts: 6
Joined: Mon Nov 20, 2006 6:29 am

SetUpError

Post by vimalan »

I created all folders which is specified in timetrex.ini file and gave write permissions also. After Logged in it is not redirecting to index.php but it is coming back to Login.php it self. In TimeTrex.log file it is showing like

DEBUG [49]:<b>[Function]()</b>: Bypassing Authentication<br>
---------------[ Fri, 24 Nov 2006 01:43:35 -0800 (PID: 660) ]---------------
mikeb
Posts: 710
Joined: Thu Jul 27, 2006 11:58 am

Re: SetUpError

Post by mikeb »

vimalan wrote:I created all folders which is specified in timetrex.ini file and gave write permissions also. After Logged in it is not redirecting to index.php but it is coming back to Login.php it self. In TimeTrex.log file it is showing like

DEBUG [49]:<b>[Function]()</b>: Bypassing Authentication<br>
---------------[ Fri, 24 Nov 2006 01:43:35 -0800 (PID: 660) ]---------------
Sounds like your browser isn't storing the session cookie. Do you have it set to allow cookies?
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
Locked