There are some issues with mySQL 5. Namely it doesn't run all SQL the same as early versions of mySQL. We're hopeful that mySQL will release patches -- so make sure you are on the latest. But failing that the changes we need to make in the SQL statements are not too dramatic, it will just be a matter of time before we get round to supporting this platform internally.
-- geoff http://www.daemon.com.au/ Web Developer wrote: > Hi > > I am trying to install FarCry 3 on a CFMX 7.x server with MySQL 5..0.18. > > I do not have any problem on installation but when I try to call first > page or to login FarCry admin, I have following error msg. > > > Error Executing Database Query. > Table 'farcry001.tbltemp1 ' doesn't exist > > The error occurred in > E:\FARCRY\farcry_core\admin\includes\cfFunctionWrappers.cfm: line 36 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 942 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 929 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 56 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 45 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 387 > Called from E:\FARCRY\farcry_core\tags\navajo\display.cfm: line 198 > Called from E:\FARCRY\farcry_core\tags\navajo\display.cfm: line 1 > Called from E:\FARCRY\001\www\index.cfm: line 4 > Called from > E:\FARCRY\farcry_core\admin\includes\cfFunctionWrappers.cfm: line 36 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 942 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 929 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 56 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 45 > Called from E:\FARCRY\farcry_core\packages\security\authorisation.cfc: > line 387 > Called from E:\FARCRY\farcry_core\tags\navajo\display.cfm: line 198 > Called from E:\FARCRY\farcry_core\tags\navajo\display.cfm: line 1 > Called from E:\FARCRY\001\www\index.cfm: line 4 > > 34 : > 35 : <cfquery name="q" datasource="#arguments.dsn#"> > 36 : #preserveSingleQuotes(arguments.sql)# > 37 : </cfquery> > 38 : > > SQL SELECT s.policyGroupId, s.permissionId, b.status FROM tblTemp1 > s LEFT OUTER JOIN dmPermissionBarnacle b ON s.permissionId = > b.permissionID AND s.policyGroupId = b.policyGroupId AND > upper(b.Reference1)='FB79BCBC-DAF0-DBD1-3ED585F1DEA6747C' > DATASOURCE farcry001 > VENDORERRORCODE 1146 > SQLSTATE 42S02 > > > I think this is a problem with MySQL 5. > > What can I do to resolve this problem? > > > > Cenk Eder -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. http://www.mailguard.com.au/mg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev -~----------~----~----~----~------~----~------~--~---
