> On 11-21-2021 1:15 pm, Elisamuel Resto wrote: > I have gone through my configuration and even found a configuration example by Aki and that confirms how I configured it? still getting that > error.> Nov 15 12:19:19 wyvern dovecot[461]: dict(51438): Panic: lib-sql: Too many bind args (2) for statement: SELECT meta_key FROM metadata WHERE meta_key LIKE AND username = ?You fixed the query syntax to make sure that is not the issue? "WHERE meta_key LIKE AND username = ?" is not valid syntax.
> On 21/11/2021 22:40 dovecot at ptld.com wrote: > > > > On 11-21-2021 1:15 pm, Elisamuel Resto wrote: > > I have gone through my configuration and even found a configuration example by Aki and that confirms how I configured it? still getting that > > error. > > > Nov 15 12:19:19 wyvern dovecot[461]: dict(51438): Panic: lib-sql: Too many bind args (2) for statement: SELECT meta_key FROM metadata WHERE meta_key LIKE AND username = ? > > > You fixed the query syntax to make sure that is not the issue? > "WHERE meta_key LIKE AND username = ?" is not valid syntax.It's not possible to fix the SQL syntax manually with dict driver. Sam, can you post your dict config, without passwords. Also which version of Dovecot & Pigeonhole is this? Aki
I can?t fix a query that is built by dovecot. The code itself builds the query based on my dict configuration? so I can?t do that. I know the query is broken and why it?s failing, but I can?t fix it myself unless I find the code or what I did wrong in the configuration? but thanks for the reply anyway Regards, Elisamuel Resto> On Nov 21, 2021, at 2:41 PM, dovecot at ptld.com wrote: > > ? >> >> On 11-21-2021 1:15 pm, Elisamuel Resto wrote: >> I have gone through my configuration and even found a configuration example by Aki and that confirms how I configured it? still getting that >> error. > >> Nov 15 12:19:19 wyvern dovecot[461]: dict(51438): Panic: lib-sql: Too many bind args (2) for statement: SELECT meta_key FROM metadata WHERE meta_key LIKE AND username = ? > > > You fixed the query syntax to make sure that is not the issue? > "WHERE meta_key LIKE AND username = ?" is not valid syntax.