just a short notice, if anyone else has this issue: when activating the monthly quota plugin the timetracker stopped working.
Login attempts led to a HTTP 500 error. Logins to other groups that didn't have the plugin activated still worked.
A quick remedy is to remove the plugin from the list of enabled plugins directly in the tt_groups table in the database:
Code: Select all
update tt_groups set plugins="ch,mq" where id=1;
My Timetracker version is 1.18.37.4748.
Cheers,
Volker