I have been trying to locate the source of this problem to no avail.
When I deploy a new type through the COAPI admin, I always get an error:
"Table 'databaseName.tablename' doesn't exist."
It is a a case sensitivity issue. It should be sending: (MySQL)
databaseName.tableName but somewhere it is changing it to LCase.
For example, when extending dmProfile, it turns into dmprofile - and
does not work. While I can update it manually, it would be nice to
know where this problem lies so I can just fix it. I was looking at
alterType.cfc and coapTypes.cfm - and no luck.
Can anyone point me in the right direction?
thanks,
elaine
--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to
farcry-dev-unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en-~----------~----~----~----~------~----~------~--~---