Cannot Add New Clock or Change City Window 11
[SOLVED] Forgot Password -> Error 500
installation problem : MDB2 Error: unknown error
the "actual" time of arrival & departure
Time Tracker UPGRADE INSTRUCTIONS
$ wget https://www.anuko.com/download/time-tracker/time-tracker.zip
$ cd /path/to/DocumentRoot/ $ unzip time-tracker.zip $ cd timetracker
$ chmod 777 WEB-INF/templates_cSome hosting providers like Hostmonster additionally require files having 644 and directories 755. Otherwise you'll see error 500 (bad permissions, writable by group).
$ mysql -h localhost -u root -p mysql> CREATE DATABASE timetracker CHARACTER SET = 'utf8mb4'; mysql> GRANT ALL PRIVILEGES ON timetracker.* TO 'ttuser'@'localhost' IDENTIFIED BY 'yourpassword';
$ cd WEB-INF $ cp config.php.dist config.phpChange the $dsn value to reflect your database connection parameters: username, password, and database name (in the example below ttuser is username, yourpassword is password, and timetracker is database name):
define('DSN', 'mysql://ttuser:yourpassword@localhost/timetracker');If you install Time Tracker into a sub-directory of your site, make sure this is reflected in the DIR_NAME parameter in WEB-INF/config.php.
define('DIR_NAME', 'timetracker');
http://localhost/timetracker/dbinstall.phpFor new installation use the first step (Create database structure) in dbinstall.php. For updates from an older version execute only the update steps that apply to your version, going from top to bottom.
$ cd ../.. $ chmod 000 dbinstall.php
http://localhost/timetrackerClick the Options menu item and change admin password there.