LimeSurvey Version: 1.71
Os: windows 2003 server
PHP 5.2.6
Database Microsoft SQL 2005
I get this error when I click on the key (edituser button) with any user besides the super admin.
| Code: |
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'u.users_name' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.:SELECT u.* FROM [lime_users] AS u, [lime_user_in_groups] AS ga ,[lime_user_in_groups] AS gb WHERE u.uid=11 OR (ga.ugid=gb.ugid AND ( (gb.uid=11 AND u.uid=ga.uid) OR (u.parent_id=11) ) ) GROUP BY u.uid
|
Also get this when I click on "Set Template Rights" with any user including super admin.
| Code: |
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '`'.:SELECT `folder`, `use` FROM lime_templates_rights WHERE uid=9
|
Everything else seems to work fine...
Any suggestions would be much appreciated. I have tried using ms sql 2000 and get the same result. Also am running on mysql in my development environment with no issues seems to be only with ms sql.
Thanks
Daniel Smith