I can get farcry back running by removing reference to the customForm plugin
in the application.cfm
<farcry:farcryInit
name="myProject"
projectURL=""
dsn="farcry"
dbType="mssql"
plugins="farcrycms,CustomForms" />
I have found that the error comes down to a function in the altertype.cfc "
"refreshAllCFCAppData"
line of code that is erroring:
<cfloop list="#structKeyList(application.stcoapi)#" index="i">
<cfset o = createObject("Component", "#application.stcoapi[i].packagePath#")
/>
it appears it is looking for a "dmCustomform.cfc" and a "
dmCustomFormType.cfc" in core/packages/types folder. They are not there?
could my attempt to alter the properties of one customForm cfc have caused
them to be removed? How might I get them recreated. Or are they suppose to
be there? the list it is trying to use is
dmHTML
customForm
dmWizard
customFormItem
dmLink
dmNews
dmRedirect
dmCron
dmNavigation
dmProfile
dmFacts
dmInclude
dmArchive
dmCSS
dmXMLExport
dmFile
dmWebskinAncestor
dmEvent
dmEmail
ruleHandpicked_aObjects
dmFlash
dmImage
where 'ruleHandpicked_aObjects' doesnt appear in the directory either? Sorry
if I am not explaining very well Im a FarCry Noob on 4.0.3 cf8
Thx
On 8/24/07, Ron <[EMAIL PROTECTED]> wrote:
>
>
> I was playing with installing Trond's forms custom type; I beleive I
> had it working ok. I hadn't actually completed a form but I was to the
> point that I was creating my first form field (first name in the tut).
> Then I had the brilliant idea to add another property to the formItem
> cfc. tried to clear the app scope to see if it would work and I get.
> "Application failed to initialize" the error message is:
> "Element PACKAGEPATH is undefined in a CFML structure referenced as
> part of an expression."
>
> I remove the additional property from the form Item CFC but no luck.
> My whole instance is now down.
>
> Any Ideas?
>
> Thank you
>
> Ron Gowen
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---