Ohh, sorry! I just saw the output at the bottom of the single Pages in the Back-End. *boing*
Here's the output on FEU I thought it's responsible for the problem:
Code: Select all
Debug: (6,357621) - (12446620)
<br>
(postgres7): SELECT A.*,count(D.userid) as loggedin FROM module_feusers_users A LEFT OUTER JOIN module_feusers_loggedin D
ON A.id = D.userid,module_feusers_belongs C WHERE A.id = C.userid AND groupid = '2' GROUP BY A.id<br>
Error (ERROR: column "a.username" must appear in the GROUP BY clause or be used in an aggregate function): ERROR: column "a.username" must appear in the GROUP BY clause or be used in an aggregate function<br>
And this one:
Code: Select all
Debug: (6,66833) - (12565916)
<br>
(postgres7): SELECT A.*,count(D.userid) as loggedin FROM module_feusers_users A LEFT OUTER JOIN module_feusers_loggedin D
ON A.id = D.userid GROUP BY A.id ORDER BY username LIMIT 100<br>
Error (ERROR: column "a.username" must appear in the GROUP BY clause or be used in an aggregate function): ERROR: column "a.username" must appear in the GROUP BY clause or be used in an aggregate function<br>
Probably this is also important:
Code: Select all
Debug: (7,116064) - (12660608)
<br>
(postgres7): SELECT A.*,B.username
FROM module_feusers_history A,
module_feusers_users B
WHERE A.userid = B.id ORDER BY refdate DESC LIMIT 0,10<br>
Error (ERROR: LIMIT #,# syntax is not supported
HINT: Use separate LIMIT and OFFSET clauses.): ERROR: LIMIT #,# syntax is not supported
HINT: Use separate LIMIT and OFFSET clauses.<br>
I wonder why there is after every SQL-Query a visible . Maybe an error too? To know what I mean please take a look at the full output:
http://armadillo.ffis.de/~cw/cmsms-debug-feu.txt
Thanks!
Zappodrom