CGUserDirectory (error in count query)
Posted: Thu Apr 25, 2013 7:46 am
Hi!
I just installed fresh 1.11.6, CGUserDirectory 1.3. and FrontEndUsers 1.21.14.
I added some users and tried to use CGUserDirectory tag: {CGUserDirectory action="directory"}
If I click a letter, I'll get an error message:
If I try for example:
{CGUserDirectory prop="sijainti" uselike=1 propval="ds%"}
It works. Though if I change propval-attribute to something that there won't be any items, I'll get an error message:
Thanks in advance
I just installed fresh 1.11.6, CGUserDirectory 1.3. and FrontEndUsers 1.21.14.
I added some users and tried to use CGUserDirectory tag: {CGUserDirectory action="directory"}
If I click a letter, I'll get an error message:
Code: Select all
DEBUG: error in count query
QUERY = SELECT * from cms_module_templates WHERE module_name = 'CMSPrinting' and template_name = 'linktemplate' LIMIT 1
Error ={CGUserDirectory prop="sijainti" uselike=1 propval="ds%"}
It works. Though if I change propval-attribute to something that there won't be any items, I'll get an error message:
Code: Select all
DEBUG: error in count query
QUERY = SELECT count(U.id) FROM cms_module_feusers_users U LEFT JOIN cms_module_feusers_properties P ON U.id = P.userid AND P.title = 'sijainti' WHERE expires > '2013-04-25 10:42:35' AND P.data LIKE 'ds%%' LIMIT 1
Error =Thanks in advance