There is a case issue in the getCollections qCollections when using
Oracle that stops the farcryverity plugin from initialising the
collections into the App Scope.
I have raised a ticket, but thought I would report here so if anyone
else who is hitting the same problem.
Change
AND hostname = <cfqueryparam cfsqltype="cf_sql_varchar"
value="#variables.hostname#" />
AND collectionname LIKE <cfqueryparam cfsqltype="cf_sql_varchar"
value="#application.ApplicationName#/_%" /> escape '/'
To
AND hostname = <cfqueryparam cfsqltype="cf_sql_varchar"
value="#trim
(lCase(variables.hostname))#" />
AND collectionname LIKE <cfqueryparam cfsqltype="cf_sql_varchar"
value="#trim(lCase(application.ApplicationName))#/_%" /> escape '/'
In function getCollections in plugins/farcryverity/packages/custom/
verityConfig.cfc
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---