Ticket #811 (closed defect: fixed)
ACL save may cause DB error
| Reported by: | JavaWoman | Owned by: | DotMG |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.6.6 |
| Component: | installer | Version: | 1.1.6.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
martin_misuth on #wikka ran into this:
Query failed: INSERT INTO wikka_acls SET page_tag = 'HomePage', read_acl = '+' (Field 'write_acl' doesn't have a default value)
Checking the acls table as generated by 1.1.6.5, only the page_tag column seems to have a default value (empty string: appears as two single quotes), the read/write/comment columns do not.
Suggested solution: generate the table with empty string as default for every column.
Change History
Note: See
TracTickets for help on using
tickets.