Search found 77 matches
- Thu Feb 07, 2019 2:17 am
- Forum: Time Tracker
- Topic: Reports problem - Incorrect "Start date" data.
- Replies: 6
- Views: 122
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: 877
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: 1866
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: 2013
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 ...
- Tue Jan 31, 2017 2:17 pm
- Forum: Time Tracker
- Topic: Disallow manual time entry
- Replies: 2
- Views: 1188
Re: Disallow manual time entry
Use READONLY_START_FINISH as described in https://www.anuko.com/time_tracker/inst ... ig_php.htm
- Thu Dec 01, 2016 12:59 pm
- Forum: Time Tracker
- Topic: installation problem : MDB2 Error: unknown error
- Replies: 5
- Views: 2501
Re: installation problem : MDB2 Error: unknown error
Mostly likely the problem is with your DSN or database access permissions - something is wrong there, either login, password, or database name, or user account is not given rights to access the database.
- Thu Nov 17, 2016 7:52 pm
- Forum: Time Tracker
- Topic: Using Gmail, no Email functionality working
- Replies: 3
- Views: 1894
Re: Using Gmail, no Email functionality working
I suggest looking at your web server error log, as error 500 means your server is not properly configured (something is very wrong). Also, try to provide exact and specific details on what happens when you see the problem, which page you are accessing, what message appears in the error log when you ...
- Wed Sep 14, 2016 10:26 pm
- Forum: Time Tracker
- Topic: Time Lost
- Replies: 3
- Views: 1691
Re: Time Lost
We are using TimeTracker for quite a long time. Never had any trouble. Then, recently, the time entered by one of our users disappeared (some of it). And this happened twice for the same period. Is this a bug someone else already experienced? What's the fix? We are using TimeTracker over the Anulo ...
- Sat Aug 13, 2016 7:59 pm
- Forum: World Clock
- Topic: Not Working on Win10 Anniversary Edition
- Replies: 11
- Views: 6827
Re: Not Working on Win10 Anniversary Edition
This link with Microsoft Customer Service phone numbers seems to work for me at the moment: https://support.microsoft.com/en-nz/help/13948/global-customer-service-phone-numbers. I found the page by searching for "customer service phone numbers" string on https://support.microsoft.com website. A litt...
- Wed Aug 10, 2016 4:03 pm
- Forum: Time Tracker
- Topic: Unable to setup TimeTracker on Ubuntu 16.04LTS
- Replies: 3
- Views: 2656
Re: Unable to setup TimeTracker on Ubuntu 16.04LTS
" PHP extension 'mysql' is required but is not loaded. Read Time Tracker Install Guide for help. " This means that in your WEB-INF/config.php the DSN value is set to use the mysql driver. Which is not installed. To fix it, either change the DSN to use mysqli driver instead (add an "i" after mysql)....
- Sat Aug 06, 2016 9:55 pm
- Forum: World Clock
- Topic: Taskbar clocks tiny with new standard high res screen
- Replies: 8
- Views: 4762
Re: Taskbar clocks tiny with new standard high res screen
Looks like you use the Bamboo skin. In this skin, the digits are drawn as bitmaps and are not resizeable. As your digits appear to be larger then text, they define clock vertical size, which is then used for auto-positioning of a clock stack in taskbar. As your taskbar appears to be large enough to ...
- Sun Jul 17, 2016 9:17 pm
- Forum: Time Tracker
- Topic: Time Tracker install in HOSTING ENVIRONMENTS
- Replies: 34
- Views: 32286
Re: Time Tracker install in HOSTING ENVIRONMENTS
You can save the content below in a file named environment_check.php and put it the installation directory. The access it in browser. If will troubleshoot for basic configuration errors. <?php // +----------------------------------------------------------------------+ // | Anuko Time Tracker // +---...
- Fri Jul 15, 2016 1:47 am
- Forum: Time Tracker
- Topic: Time Tracker install in HOSTING ENVIRONMENTS
- Replies: 34
- Views: 32286
Re: Time Tracker install in HOSTING ENVIRONMENTS
I've installed Time Tracker in a hosted environment with our host, Bluehost, and I *think* I've done so correctly, but I'm getting an error of: "MDB2 Error: unknown error" I am able to get to the screen to create the database, and then I get the error. I can even get to the login page: http://www.a...
- Thu Jun 02, 2016 3:39 pm
- Forum: Time Tracker
- Topic: Problem update from v1.3.40.869
- Replies: 4
- Views: 2547
Re: Problem update from v1.3.40.869
The mysql.sql script in version 1.3.40.869 is missing a few fields. Specifically, c_lang, c_show_pie, and c_pie_mode. Here is what it has: CREATE TABLE `companies` ( `c_id` int(11) NOT NULL auto_increment, `c_name` varchar(200) NOT NULL default '', `c_www` varchar(250) default NULL, `c_currency` var...
- Sun May 29, 2016 2:14 pm
- Forum: Time Tracker
- Topic: Time entry blocking
- Replies: 3
- Views: 2049
Re: Time entry blocking
Take a look at the Locking plugin.