Error message after Update to version 12.7.2 on Win10

Ask your questions regarding TimeTrex installation here.
Post Reply
dhananjay
Posts: 47
Joined: Thu Jan 20, 2011 2:28 pm

Error message after Update to version 12.7.2 on Win10

Post by dhananjay »

Got the following message at the top of the TimeTrex screen AFTER updating to version 12.7.2 on Win10 AND after being able to login
WARNING: Hostname specified in TimeTrex config file does not match the accessed URL. Please contact your TimeTrex administrator immediately.
during the installation I got no error messages. I've attached the most recent .log file from C:\TimeTrex\log
Attachments
timetrex.log
(6.68 MiB) Downloaded 297 times
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Error message after Update to version 12.7.2 on Win10

Post by shaunw »

In your timetrex.ini.php file, there is a "hostname" setting that must match the hostname in URL that you use to access TimeTrex.

For example if you access TimeTrex in your browser with:

Code: Select all

http://mycompany.com:8085/timetrex/interface
The hostname setting should be:

Code: Select all

hostname = mycompany.com
Once those two match, that warning message will go away.
dhananjay
Posts: 47
Joined: Thu Jan 20, 2011 2:28 pm

Re: Error message after Update to version 12.7.2 on Win10

Post by dhananjay »

I usually access with the URL https://localhost:8085

can I continue to use the installation as is without making that change? Is it more of just a warning then?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Error message after Update to version 12.7.2 on Win10

Post by shaunw »

In that case you should use this setting:

Code: Select all

hostname = localhost
You can continue to run TimeTrex without that setting, but some functions won't work.
Post Reply