http://wikipedlla.com/farcry_admin_sql_errors
> Finally, after much futzing, I got Farcry 4.0.3 installed successfully
> on Bluedragon 7.x server (Win2003), MySQL 5. Once I login and move
> about the Admin area I receive what appear to be SQL errors when I
> attempt various operations. (Note: I feel certain that this is not a
> BD issue since I have seen postings on other CF forums (but no
> answers) about these same errors on CF 7 & 8 servers.) I feel so close
> but so far away and cannot believe that this has not been experienced
> by others.
> The first notable error happens when I attempt to edit my profile, I
> get:
> Request /farcry/edit.cfm
> File Trace D:/Inetpub/farcry/core/admin/edit.cfm
> |+-- d:/inetpub/farcry/core/tags/navajo/edit.cfm
> | +-- d:/inetpub/farcry/core/packages/security/
> authorisation.cfc
> | +-- d:/inetpub/farcry/core/admin/includes/
> cfFunctionWrappers.cfm
> Type Database
> Function(s) checkInheritedPermission
> |+--collateObjectPermissions
> | +--getObjectPermission
> | +--query
> Query Error ERROR [42000] Table 'tblTemp1' already exists
> Datasource FARCRY_CMS
> Native Error Code 1050
> SQL State 42000
> SQL create temporary table `tblTemp1` ( `POLICYGROUPID` VARCHAR (255)
> NOT NULL , `PERMISSIONID` VARCHAR (255) NOT NULL )
> 32: <cfargument name="dsn" type="string" required="false"
> default="#application.dsn#">
> 33: <cfset var q = ''>
> 34:
> 35: <cfquery name="q" datasource="#arguments.dsn#">
> 36: #preserveSingleQuotes(arguments.sql)#
> The second notable error happens when I attempt to open the Sites tab:
> Request /farcry/navajo/overview_frame.cfm
> File Trace D:/Inetpub/farcry/core/admin/navajo/overview_frame.cfm
> |+-- d:/inetpub/farcry/core/tags/navajo/Overview.cfm
> | +-- d:/inetpub/farcry/core/tags/navajo/treeData.cfm
> | +-- d:/inetpub/farcry/core/tags/navajo/
> treeGetRelations.cfm
> | +-- d:/inetpub/farcry/core/packages/fourq/
> tags/contentobjectGetMultiple.cfm
> | +-- d:/inetpub/farcry/core/packages/
> fourq/fourq.cfc
> | +-- d:/inetpub/farcry/core/
> packages/fourq/_fourq/getData.cfm
> ...
> Source
> 82: <cfset key = stTableDef[i].name>
> 83:
> 84: <!--- getdata for array properties --->
> 85: <cfquery datasource="#arguments.dsn#" name="qArrayData">
> 86: select * from #arguments.dbowner##tablename#_#key#
> Opening the Site tab at other times I get a SQL ERROR [42S01] Table
> 'farcrydb.tblTemp1' doesn't exist
> Otherwise, I can open Admin, Security, Content & reporting tabs, and