Search found 88 matches
- Thu Feb 04, 2021 8:38 pm
- Forum: Time Tracker
- Topic: Secure authentication using Active Directory
- Replies: 2
- Views: 342
Re: Secure authentication using Active Directory
How can I configure Timetracker to connect to AD securely? If what you want to do is to use LDAPS protocol instead of LDAP, you may consider introducing a port to configuration parameters, and also to modify ldap_connect call in WEB-INF/lib/auth/Auth_ldap.class.php so that it uses https and also a ...
- Tue Jan 12, 2021 4:21 pm
- Forum: Time Tracker
- Topic: Blank Page Problem
- Replies: 5
- Views: 517
Re: Blank Page Problem
Another thing to try is to enable displaying errors on screen on line #13 in initialize.php. Set it to On temporarily.
Code: Select all
// Enable displaying errors on screen.
ini_set('display_errors', '1');
- Tue Jan 12, 2021 3:37 pm
- Forum: Time Tracker
- Topic: Blank Page Problem
- Replies: 5
- Views: 517
Re: Blank Page Problem
I checked the Apache logfiles but didn't see any errors. Are there any other logfiles I should check? Apache has access log and an error log, which are different files configurable per application. You need to find out what ther error log file is and examine it when youi try to access the login pag...
- Fri Oct 23, 2020 7:18 pm
- Forum: Time Tracker
- Topic: upgrade from 1.36 to 1.19
- Replies: 7
- Views: 2001
Re: upgrade from 1.36 to 1.19
I just tried to install version v1.3.61.1132 locally. For your info: everything seems to work fine for me, including the export page, after reusing the latest pear directory from the current code base in v1.3.61.1132. Old code uses mysql driver, which is no longer supported. Proof below. For blank p...
- Sun Oct 18, 2020 3:33 pm
- Forum: Time Tracker
- Topic: upgrade from 1.36 to 1.19
- Replies: 7
- Views: 2001
Re: upgrade from 1.36 to 1.19
No, no error. 2020-10-17 14:29:42 xxx.xxx.xxx.xxx GET /export.php - 80 - xxx.xxx.xxx.xxx Mozilla/5.0+(Macintosh;+Intel+Mac+OS+X+10_15_6)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/85.0.4183.121+Safari/537.36 200 0 0 509 Wrong log. The above apparently comes from your web server access log file. ...
- Wed Aug 05, 2020 9:16 pm
- Forum: Time Tracker
- Topic: Multiple Custom Fields
- Replies: 2
- Views: 8980
Re: Multiple Custom Fields
Multiple custom fields are now a feature in Time Tracker since version 1.19.7.5040. They can be associated with time entries and projects and be seen on reports. There is no limit on the number of fields. Correction: Custom fields in the current version can be asspociated with time entries and user...
- Mon Jul 27, 2020 5:06 pm
- Forum: Time Tracker
- Topic: Possible to enter time on a weekly basis?
- Replies: 51
- Views: 33031
Re: Possible to enter time on a weekly basis?
I suggest splitting the week view in two pages, by basically moving the "new week entry" controls and functionality onto its own page. This will make the UI more intuitive. So, the week view would just have a calendar to select a week and a week table for quick entry into existing / suggested rows. ...
- Thu May 21, 2020 2:42 pm
- Forum: Time Tracker
- Topic: Cron Reports only working on 1 Group
- Replies: 4
- Views: 2284
Re: Cron Reports only working on 1 Group
I would check if the Notifications plugin is enabled in each subgroup.
To test, change cron schedule for each fav report to * * * * * (each minute), then execute cron.php manually in a browser, see how many reports it sends out.
To test, change cron schedule for each fav report to * * * * * (each minute), then execute cron.php manually in a browser, see how many reports it sends out.
- Tue Mar 03, 2020 2:33 pm
- Forum: Time Tracker
- Topic: Timetracker keeps logging me out -SOLVED
- Replies: 4
- Views: 10420
Re: Timetracker keeps logging me out
... Timetracker is now logging me out it seems every hour. That's odd as I think I read that the default is 24 hours. It' is not Time Tracker that logs you out. You run other applications in there that expire your sessions from a commonly shared directory. To resolve the problem, you need to keep t...
- Mon Jan 20, 2020 8:28 pm
- Forum: Time Tracker
- Topic: how to create tasks for projects
- Replies: 2
- Views: 6526
Re: how to create tasks for projects
I've seen some videos and screen shots in the help documentation that shows a Tasks tab. I don't have a Tasks or Activities tab when I log in. What must I do to have the ability to create tasks or activities that I can assign to tracked time? Use the Tracking mode control on Group settings and set ...
- Mon Jan 13, 2020 5:14 pm
- Forum: Time Tracker
- Topic: how best to modify "previous week" report SOLVED
- Replies: 2
- Views: 6600
Re: how best to modify "previous week" report
Did you try to make your week start on Monday? It's the "First day of week" control in group settings.
- Thu Feb 07, 2019 2:17 am
- Forum: Time Tracker
- Topic: Reports problem - Incorrect "Start date" data.
- Replies: 6
- Views: 8158
Re: Reports problem - Incorrect "Start date" data.
You have not provided a lot of details, have you? 1) What is actually in the "Start date" and "End date" fields? 2) What version of TT shows up in the footer? Are you sure that all PHP files are up-to-date, as with recent code the ttReportHelper::getReportOptions() is defined and the error 500 shoul...
- Tue Jan 22, 2019 7:56 pm
- Forum: Time Tracker
- Topic: propose "are you sure" if saving edited time entry with modified date
- Replies: 13
- Views: 10024
Re: propose "are you sure" if saving edited time entry with modified date
A couple months later and "are you sure" has saved me more times than I can count. However it's not triggered if converting an open task to a duration task, at least in this situation. I created an open task in the morning (start time but no end time) with my goals for the day in Comments. Several ...
- Wed Jun 06, 2018 12:35 pm
- Forum: Time Tracker
- Topic: Install TimeTracker on a Synology WebStation
- Replies: 13
- Views: 8532
Re: Install TimeTracker on a Synology WebStation
What kind of errors do you see? What is not working exactly?
- Fri Feb 03, 2017 11:28 pm
- Forum: Time Tracker
- Topic: User logged out in less than two hours
- Replies: 4
- Views: 4781
Re: User logged out in less than two hours
I have my PHPSESSID_TTL in config.php set to 172800 (48 hours) but users are logged out in less than 2 hours. They can hit the "now" button near start then two hours later if they hit the "now" button for stop the time is entered in the text box but once submit is hit they are directed back to the ...