Page 1 of 1

Unable to Login: Only login page get refresh after login

Posted: Mon Jun 10, 2019 6:36 am
by kaldin
Hi,
I used the manual .ZIP file to install TimeTrex (Timetrex version 11.5.1) on my local system,
My PHP version is PHP 7.0.33,
Database PostgreSQL version is 11.3,
Operating System: Ubuntu 16.04.6
web server : apache 2

I have followed same instruction given in your site.
I reached to Login page, but after entering username and password the only login page is getting refresh, nothing happening further.
Also I set the following under the [debug] section in Trex.ini.php file:
enable = TRUE
enable_display = FALSE
buffer_output = TRUE
enable_log = TRUE
verbosity = 10

But there is no any error log in error file.

Also I changed the base path from [ base_url = "/timetrex/interface"] to [base_url = "/timetrex"]
I checked this in different browser and also followed the FAQ suggestion which is regarding to my issue and i did changes as per they have mention but still I am stuck at this point please guide me.

Re: Unable to Login: Only login page get refresh after login

Posted: Mon Jun 10, 2019 8:25 am
by mikeb
Based on the screenshot, your "base_url" should be just "/interface/", since "/timetrex" does not appear anywhere in your URL after the domain part.

Re: Unable to Login: Only login page get refresh after login

Posted: Mon Jun 10, 2019 10:19 pm
by kaldin
Thank you for your tremendous help ... I did the change in Path, now I am able to login and its working properly ,
I changed the path in the timetrex.ini.php file, initially it was "timetrex/interface/" , New path i have entered is "/interface/"
:)