I've found the condition that leads to this back in FarCry 3.0.

1)  You run MySQL on top of a linux OS, and using a case sensitive 
2)  You import the schema/tables vs creating them through the installer.

What I saw when this happened is that tables are named after the objects 
that create them.  Eg, dmFile.cfc, dmCron.cfc, etc translates to dmFile, 
dmCron when the tables are created.  This becomes a problem when the 
code calls dmfile instead of dmFile.  I can't recall if the DB gateway 
is lower casing all the calls?  It may be, I've not had any reason to 
poke about in that part of the code.

Matthew Williams
Geodesic GraFX

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to farcry-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to