Opened 5 years ago

Closed 5 years ago

#1485321 closed Bugs (fixed)

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 (2)

comment:1 Changed 5 years ago by hayalci

#1484954, #1485032 and #1485289 seem related

comment:2 Changed 5 years ago by alec

  • Milestone changed from later to 0.2-beta
  • Resolution set to fixed
  • Status changed from new to closed

Was fixed in trunk by mdb2 update.

Note: See TracTickets for help on using tickets.