Obsolete Releases > SME 8.x Contribs
Time tracking SW
stimzuk:
Hi, anybody with expirience with the Timetracking Software http://www.anuko.com/time_tracker/index.htm on the SME-Server 8?
This SW is very simple and fullfills all requirements for a small office. I have it installed on a Win7 standalone PC with XAMPP and it runs very fine.
But i cannot install it on the SME Server to have access from a SUSE Client in the SME-Network.. The System requirements should be fullfilled by the SME Server.
Any experience?
Or is there any other time tracking SW for the SME?
wrc:
Yes, I installed Time Tracker successfully on SME Server 8.0 (after some troubleshooting).
The problem is that PEAR that comes with SME conflicts with the PEAR integrated inside Time Tracker, and if you use wrong PEAR, the app does not work, may show a blank page in dbinstall.php.
To solve this problem change the first line in Time Tracker config.php
set_include_path(get_include_path() . PATH_SEPARATOR . realpath(dirname(__FILE__).'/lib/pear'));
so that it becomes
set_include_path(realpath(dirname(__FILE__).'/lib/pear') . PATH_SEPARATOR . get_include_path());
This should fix the PEAR issue.
I will try to prepare a more detailed description of the installation process with screenshots and post a link here.
wrc:
See if this manual can help.
It assumes that you have set_include_path() correctly as per above.
Hope it helps.
stimzuk:
Perfect! Thank you very much!!
Only one small problem: I have started already with Timetracker on an standalone Win7-PC with XAMPP ans i have alreday data there. Can i export and import the data somehow to move it on the sme server?
Thanks
wrc:
--- Quote from: stimzuk on June 15, 2013, 02:45:44 PM ---Can i export and import the data somehow to move it on the sme server?
--- End quote ---
Sure. Just export the existing data to an XML file and then login as admin to Time Tracker and import data from that file. See How to Migrate.
Hope it helps.
Navigation
[0] Message Index
[#] Next page
Go to full version