Unable to Login: Only login page get refresh after login

Ask your questions regarding TimeTrex installation here.
Post Reply
kaldin
Posts: 2
Joined: Mon Jun 10, 2019 5:36 am

Unable to Login: Only login page get refresh after login

Post 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.
Attachments
timetrexissue.png
timetrexissue.png (704.97 KiB) Viewed 4581 times
mikeb
Posts: 709
Joined: Thu Jul 27, 2006 11:58 am

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

Post 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.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
kaldin
Posts: 2
Joined: Mon Jun 10, 2019 5:36 am

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

Post 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/"
:)
Post Reply