The reason I ask is that I get these errors when attempting to create new Aro:
========================================================== Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'MAX(rght) as rght'. (severity 16) in C:\Program Files\Apache Group\Apache2\htdocs\cake\libs\model\dbo\dbo_mssql.php on line 166 Warning: mssql_query() [function.mssql-query]: General SQL Server error: Check messages from the SQL Server. (severity 5) in C:\Program Files\Apache Group\Apache2\htdocs\cake\libs\model\dbo\dbo_mssql.php on line 166 Warning: mssql_query() [function.mssql-query]: Query failed in C:\Program Files\Apache Group\Apache2\htdocs\cake\libs\model\dbo\dbo_mssql.php on line 166 Notice: Undefined offset: 0 in C:\Program Files\Apache Group\Apache2\htdocs\cake\libs\controller\components\dbacl\models\aclnode.php on line 69 ========================================================== This is the query that breaks: SELECT TOP 1 [Aro].[MAX(rght) as rght] AS [Aro__MAX(rght) as rght] FROM [aros] AS [Aro] WHERE 1 = 1 Should I log a ticket? Pat. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
