I tried to combine the mysql from 4.7 and the module from cvs. ( because in the cvs mysql some tables are missing - see other bug report )
I get this error when adding invioce:
* warning: Missing argument 1 for _worklog_invoice_map_form_submit() in /home/conseni/public_html/extra/modules/worklog/worklog.module on line 924.
* warning: Missing argument 2 for _worklog_invoice_map_form_submit() in /home/conseni/public_html/extra/modules/worklog/worklog.module on line 924.
and this error when adding worklog:
user warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DISTINCT(n.nid) FROM EXTRA_node n LEFT JOIN EXTRA_worklog_invoi query: SELECT n.title, DISTINCT(n.nid) FROM EXTRA_node n LEFT JOIN EXTRA_worklog_invoice wi ON n.nid = wi.nid WHERE (n.type != 'worklog' OR n.type != 'worklog-invoice' OR n.uid=60) AND n.type='worklog-invoice' AND n.status = 1 AND (wi.closed = 0 OR n.nid=0) in /home/conseni/public_html/extra/includes/database.mysql.inc on line 120.
Comments
Comment #1
Dave Cohen commentedmarking as duplicate of http://drupal.org/node/71803
For now, you have to install the database tables manually, using worklog.mysql.