Search found 7 matches
- Wed Sep 04, 2019 10:39 pm
- Forum: Time Tracker
- Topic: Time Tracker - improvement proposals
- Replies: 0
- Views: 20721
Time Tracker - improvement proposals
TimeTracker is a very good tool, but I have some proposals to make it much better. Please consider below proposals: 1) Please remove version number form start page. It is not wise to advertise to world wide TT version installed on the server for security reason. Version number can be displayed after...
- Wed Sep 04, 2019 10:22 pm
- Forum: Time Tracker
- Topic: Anuko Time Tracker 1.19.8.5052 - reports error
- Replies: 2
- Views: 7966
Re: Anuko Time Tracker 1.19.8.5052 - reports error
At the moment I don't have inactive users, but in can change in the future. It would be nice to fix the code to avoid errors in syslog.
- Mon Sep 02, 2019 10:55 pm
- Forum: Time Tracker
- Topic: Anuko Time Tracker 1.19.8.5052 - reports error
- Replies: 2
- Views: 7966
Anuko Time Tracker 1.19.8.5052 - reports error
I noticed an error in log file when I entered to Reports: root@local:/# cat /var/log/apache2/timetracker.mydomain.com_error.log [Tue Sep 03 00:32:15.091402 2019] [:error] [pid 4355] [client 1.1.1.1:5378] PHP Warning: Invalid argument supplied for foreach() in /var/www/timetracker.mydomain.com/WEB-IN...
- Mon Sep 02, 2019 1:02 pm
- Forum: Time Tracker
- Topic: TimeTracker - MySQL problem
- Replies: 8
- Views: 54434
Re: TimeTracker - MySQL problem
Ok, I managed to fix it by my self (chown www-data:www-data /var/lib/php/sessions/).
- Mon Sep 02, 2019 12:02 pm
- Forum: Time Tracker
- Topic: TimeTracker - MySQL problem
- Replies: 8
- Views: 54434
Re: TimeTracker - MySQL problem
Ok, I managed to reconfigure MySQL to use mysql_native_password. Now connection to database via PHP is working. I tried to login to TT using start-up credentials (admin/secret) but nothing happens, it seems like login.php goes into a loop if I eneter correct login and password, it is still asking me...
- Mon Sep 02, 2019 10:30 am
- Forum: Time Tracker
- Topic: TimeTracker - MySQL problem
- Replies: 8
- Views: 54434
Re: TimeTracker - MySQL problem
Rank keyword is now backticked in TT version 1.19.8.5052. This should fix the manual database population step and hopefully the application in its entirety, assuming you get the connection working. For the connection to work, perhaps the easiest is to use native authentication (as in MySQL 5.6). Th...
- Thu Aug 29, 2019 6:01 pm
- Forum: Time Tracker
- Topic: TimeTracker - MySQL problem
- Replies: 8
- Views: 54434
TimeTracker - MySQL problem
I'm trying to install TimeTracker on my Debian machine, but when I open https://timetracker.mydomain.com/dbinstall.php I get database connection error: Environment Checks WEB-INF/templates_c/ directory is writable. WEB-INF/config.php file exists. DSN is defined. PHP version: 7.0.33-0+deb9u3, good en...