akoeb/amacube

SQL query error?

Closed this issue · 0 comments

OK, I love the plugin and have never created an "issue" / comment on github before - but here we go...

The query in AmavisQuarantine.php dosent work on my OpenBSD 5.3 with iRedmail 0.8.5. The problem is last part: LIMIT ?, ? that gets parsed as LIMIT '0', '20', but it should be LIMIT 0, 20

Aso it seems that roundcube code rcube_db.php needs to be adjusted so that (line 39-40):

protected $db_error = false;
protected $db_error_msg = '';

are made "public" instead.

Finally (but this might be for documentaton for iRedmail users only) is that unchecked_lover is actually called unchecked_lover_maps.