Re: attachment updates
Ben Chavet <[email protected]> Wed, 16 Mar 2005 16:26:28 -0600
| Newsgroups | gmane.comp.horde.wicked |
|---|---|
| Message-ID | <[email protected]> |
Quoting Brian Martinez <[email protected]>: > All, > > Still getting the following error when attempting to "update" an attached > file: > > DB Error: constraint violation > > Is this an issue still being worked on or is it known about? > > V/R, > Brian I had the same problem, and it turned out to be a permissions issue. I fixed it by running the following on my database: GRANT SELECT, INSERT, UPDATE, DELETE ON wicked_pages TO horde; GRANT SELECT, INSERT, UPDATE, DELETE ON wicked_history TO horde; GRANT SELECT, INSERT, UPDATE, DELETE ON wicked_attachments TO horde; GRANT SELECT, INSERT, UPDATE, DELETE ON wicked_attachment_history TO horde; --Ben -- wicked mailing list - Join the hunt: http://horde.org/bounties/#wicked Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]