Ticket #1485032 (closed Bugs: fixed)

Opened 7 months ago

Last modified 7 months ago

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.

Change History

Changed 7 months ago by alec

  • component changed from Database to PHP backend
  • milestone set to 0.1.2

There are newer versions of MDB2 and MDB2_driver_* packages on http://pear.php.net. Please use them and get as to know if it helps.

Changed 7 months ago by till

  • owner set to till
  • status changed from new to assigned

Hmm, we should import them in SVN since we distribute them along. :D

I'll do this today.

Changed 7 months ago by nereusz

I'm sorry. I tried using MDB2 in these versions: 2.5.0b1 (beta) released on 2008-03-15 2.4.1 (stable) released on 2007-05-03 and it doesn't work :/

Changed 7 months ago by alec

I've found a bug in MDB2 package, see http://pear.php.net/bugs/bug.php?id=13811 for solution. Waiting for MDB2's developers reply.

Changed 7 months ago by alec

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r1352. Cannot wait for mdb2 developers ;)

Note: See TracTickets for help on using tickets.