Seems to be a great module. Filedepot is, so my expectations for this one and Timesaver are high!
Unfortunately bump into an error, or the error into me..

When trying to create a list entry everything works fine, except the entry never shows up in the list and the following error is logged to the system:
Unknown table 'n' in where clause query: SELECT id, module, category, name, description, listfields, active FROM listkeeper WHERE (n.language ='nl' OR n.language ='' OR n.language IS NULL) in /xxxx.yyy/httpdocs/sites/all/modules/listkeeper/listkeeper.module on line 245.
I am running a multilingual site with i18n and various other modules.
If you need any info, just let me know.
Thanks!
Cheers,
Ernst

Comments

_randy’s picture

Well, the error is certainly pointing to Listkeeper -- and the error is right that it doesn't have that table alias. Looks like whatever translation mechanism(s) you're using is tacking in the extra query pieces and causing the failure.

Does this work with with i18n off (English only)?

ejah’s picture

Hi Randy,
Sorry for replaying late, indeed the site is i18n'ed, though have no time to create a local copy and test with i18n off, and can't risk to break my site.

_randy’s picture

I ran into something similar with our Maestro module. I'll have to review what the issue was and try to reproduce it.