Ticket #1485321 (closed Bugs: fixed)

Opened 3 months ago

Last modified 3 months ago

Error 0x01F4 while editing signature

Reported by: hayalci Owned by:
Priority: 5 Milestone: 0.2-beta
Component: Database Version: 0.2-alpha
Severity: normal Keywords:
Cc:

Description

I am using roundcube 0.2-alpha with sqlite backend.

While editing an identity, if the last two lines end with dashes and text like this;

--
text

I get the following error.

SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4]

The logs are as follows.

[05-Sep-2008 20:28:12] MDB2 Error: syntax error (-2): _skipDelimitedStrings: [Error message: query with an unterminated text string specified]
[Last executed query: SELECT * FROM users WHERE  user_id='10']
[Native code: 0]
[Native message: not an error]

[05-Sep-2008 20:28:12 +0300] DB Error: _skipDelimitedStrings: [Error message: query with an unterminated text string specified]
[Last executed query: SELECT * FROM users WHERE  user_id='10']
[Native code: 0]
[Native message: not an error]
 in /web/roundcubemail-0.2-alpha/program/include/rcube_mdb2.php on line 259

On Debian etch,

  • php version 5.2.0-8+etch11
  • php5-sqlite version 5.2.0-8+etch11

Change History

Changed 3 months ago by hayalci

#1484954, #1485032 and #1485289 seem related

Changed 3 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.2-beta

Was fixed in trunk by mdb2 update.

Note: See TracTickets for help on using tickets.