I am getting an error when trying to add a notification error as follows:
Any pointers?
thanks.
Error Number: 1366
Incorrect integer value: ‘’ for column ‘item_id’ at row 1
INSERT INTO exp_audit_notifications (email_address, is_sms, member_id, group_id, item_type, channel_id, item_id) VALUES (‘myname@myaddress.com’, 0, 0, 6, ‘entry_update’, ‘0’, ‘’)
Filename: third_party/audit_pro/mcp.audit_pro.php
Line Number: 295
I am getting an error when trying to add a notification error as follows:
Any pointers?
thanks.
Error Number: 1366
Incorrect integer value: ‘’ for column ‘item_id’ at row 1
INSERT INTO
exp_audit_notifications(email_address,is_sms,member_id,group_id,item_type,channel_id,item_id) VALUES (‘myname@myaddress.com’, 0, 0, 6, ‘entry_update’, ‘0’, ‘’)Filename: third_party/audit_pro/mcp.audit_pro.php
Line Number: 295