Search found 18 matches
- Thu Mar 29, 2018 4:00 pm
- Forum: Time Tracker
- Topic: Date is in future
- Replies: 4
- Views: 2653
Re: Date is in future
Not sure why, but cant see the Group menu. However, once the Future entries check box was checked from the Top Managers profile, it started working.
- Wed Mar 28, 2018 9:40 pm
- Forum: Time Tracker
- Topic: Date is in future
- Replies: 4
- Views: 2653
Date is in future
Hi, Upgraded to version 1.17.64.4125. When entering a time for future, for example if user leaves for vacation, they might want to submit timesheet before they leave, it gives the Date is in future message and ignores the entry. I am using config.php instead of config.php.dist. From some of the prev...
- Thu Mar 22, 2018 4:56 pm
- Forum: Time Tracker
- Topic: How to replace manager user account
- Replies: 2
- Views: 1585
Re: How to replace manager user account
Thank you! This worked very well. The new manager role is now called Top Manager.
Thanks again.
Thanks again.
- Mon Mar 19, 2018 4:45 pm
- Forum: Time Tracker
- Topic: How to replace manager user account
- Replies: 2
- Views: 1585
How to replace manager user account
How can the manager rights transferred to another user? In my specific scenario, the manager needs to be changed to a regular user and another users needs to be made manager. I see from the forum that a hack can be used to create another manager account, but there are complications while deleting us...
- Wed Oct 04, 2017 9:33 pm
- Forum: Time Tracker
- Topic: HIGHCGI Generic SQL Injection (blind)
- Replies: 2
- Views: 1886
HIGHCGI Generic SQL Injection (blind)
While running Nessus vulnerability scan on timetracker, I am getting the following error. Timetracker version is 1.9.10.3371 running on Apache 2.4.28. Details are below. Have anyone seen this and is there a fix> Thanks. Using the GET HTTP method, Nessus found that : + The following resources may be ...
- Wed Oct 04, 2017 9:28 pm
- Forum: Time Tracker
- Topic: Disable mobile page
- Replies: 2
- Views: 2243
Re: Disable mobile page
Thank you for your help.
- Mon Dec 14, 2015 10:19 pm
- Forum: Time Tracker
- Topic: Disable mobile page
- Replies: 2
- Views: 2243
Disable mobile page
I need to be able to display the full site when users access timetracker from their mobile devices. Currently, it will check to see whether the device is running a mobile OS and then display the mobile page. I would like to disable this so that it will be similar to a browser from a computer where i...
- Tue Sep 22, 2015 4:22 pm
- Forum: Time Tracker
- Topic: Migrate and upgrade timetracker to a new version
- Replies: 9
- Views: 6931
Re: Migrate and upgrade timetracker to a new version
I have ordered a support incident.
- Mon Sep 21, 2015 5:59 pm
- Forum: Time Tracker
- Topic: Migrate and upgrade timetracker to a new version
- Replies: 9
- Views: 6931
Re: Migrate and upgrade timetracker to a new version
Processing... ALTER TABLE users DROP u_show_pie successful update ALTER TABLE users DROP u_pie_mode successful update ALTER TABLE users DROP u_lang successful update ALTER TABLE `users` modify u_login varchar(100) NOT NULL successful update ALTER TABLE `users` modify u_active smallint(6) default '1...
- Mon Sep 21, 2015 5:58 pm
- Forum: Time Tracker
- Topic: Migrate and upgrade timetracker to a new version
- Replies: 9
- Views: 6931
Re: Migrate and upgrade timetracker to a new version
Thanks. The did the upgrade again and as you mentioned, the issue is from Update database structure (v1.3.40 to v1.4.85) and it happened again: ALTER TABLE att_users CHANGE u_company_id team_id int(11) NOT NULL error: MDB2 Error: invalid ALTER TABLE tt_users CHANGE u_active status tinyint(4) default...
- Thu Sep 17, 2015 9:17 pm
- Forum: Time Tracker
- Topic: Migrate and upgrade timetracker to a new version
- Replies: 9
- Views: 6931
Re: Migrate and upgrade timetracker to a new version
Thanks Nik, I don't see any difference for tt_teams. For tt_users, I see the following issues: mysql> describe tt_teams; +---------------+--------------+------+-----+-------------------+-----------------------------+ | Field | Type | Null | Key | Default | Extra | +---------------+--------------+---...
- Tue Sep 15, 2015 6:23 pm
- Forum: Time Tracker
- Topic: Migrate and upgrade timetracker to a new version
- Replies: 9
- Views: 6931
Migrate and upgrade timetracker to a new version
Hi, I am in the process of migrating timetracker from v1.3.28.795 to v1.9.8.3366 on a new server. However, for security reasons, I am also upgrading apache, MySQL and PHP also to latest versions. Below is what I have done so far on the new server. 1. Installed apache (2.4.16) 2. Installed latest ver...
- Thu May 23, 2013 7:21 pm
- Forum: Time Tracker
- Topic: MDB2 Error: no such field
- Replies: 4
- Views: 7555
Re: MDB2 Error: no such field
Nik, thanks for your reponse. I did this in qa after taking a snapshot, so I reverted back to 1.3.28.795 and tried this again. After replacing htdocs\timetracker folder and updating the dsn value in WEB-INF\config.php, I pulled up the timetracker/dbinstall.php page and it gave me the following updat...
- Sat May 18, 2013 12:24 am
- Forum: Time Tracker
- Topic: MDB2 Error: no such field
- Replies: 4
- Views: 7555
MDB2 Error: no such field
Upgraded timetracker from 1.3.28.795 to 1.5.99. After the upgrade, when I login, I get the following error: MDB2 Error: no such field. Thanks.
- Fri Jan 27, 2012 3:24 pm
- Forum: Time Tracker
- Topic: Incorrect 'email' data
- Replies: 2
- Views: 3420
Re: Incorrect 'email' data
Thanks Nik, that defenitely helps.