Ticket #1485032 (closed Bugs: fixed)
Can't save any identity (mdb2 problem)
| Reported by: | nereusz | Owned by: | till |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2-alpha |
| Component: | PHP backend | Version: | 0.1.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
I've got a strange situation: when I tried to save my Identity I've achieved this message:
SERVICE CURRENTLY NOT AVAILABLE! Error No. [0x01F4]
In errorlog I've found this:
[30-Apr-2008 12:38:30 +0200] DB Error: prepare: [Error message: Unable to create prepared statement handle] [Last executed query: DEALLOCATE PREPARE mdb2_statement_pgsql_c7f5b810c9949cfd856c7d8baa3cd498a999937a2] [Native message: ERROR: unterminated quoted string at or near "'sign, sign, sign$1" at character 171]
in /path_to_RC/public_html/program/include/rcube_mdb2.inc on line 265
I can this is a bug in mdb2 backend. I've changed my backend to 'db' and it helped and working fine. But there is still bug in mdb2.
What can be useful: I use PgSQL and RC 0.1.1.
