Hello,

I have a weird one that I hasten to alter the code since this only happens
on one site.

So here it goes.   I have a site running on CF8 using FC v4.08.  All was
fine and the client went to rebuild the verity index and the following error
now comes up for all the Verity Manager Tasks (Manage, Build, etc):

Element CONFIG.VERITY.CONTENTTYPE is undefined in APPLICATION.

The error occurred in
E:\_webdev\farcry_root\core\packages\farcry\verity.cfc: line 428

426 : <cfif find(application.applicationName, qVerity.name) eq 1>
427 : <!--- Figure and add lastupdated time to returned query --->
428 : <cfif structKeyExists(application.config.verity.contenttype
,"#replaceNoCase(qVerity.name,'#application.applicationName#_','')#") and
structKeyExists(application.config.verity.contenttype[replaceNoCase(
qVerity.name,"#application.applicationName#_","")],"lastUpdated")>
429 : <cfset lastUpdated = "#dateFormat(
application.config.verity.contenttype[replaceNoCase(qVerity.name,"#application.applicationName#_","")].lastUpdated,"dd-mmm-yyyy")#
#timeFormat(application.config.verity.contenttype[replaceNoCase(qVerity.name
,"#application.applicationName#_","")].lastUpdated,"hh:mm")#">
430 : <cfelse>


I have verfied that the:
Config table has verity settings
Correct path the CF8 verity is setup
Collections exist

I have updated the app, restarted CF, so now I ask does anyone have any
thoughts on this?

-- 
Thank you,
Michael

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to