Modify the cfc to extend "farcry.core.packages.formtools.field" If you arent using any of the effects in Jeff's plugin, I would suggest you simply remove the plugin from the project. It was written pre-FarCry6 and FC's image capabilities have gotten much better since then and Jeff's image plugins are no longer as necessary.
Sean On Jul 23, 10:29 pm, West <[email protected]> wrote: > Thanks for the reply.. > > I've done an updateapp but I still get the same error. It appears the > error is happening in "alterType.cfc". On lines 303-306 it has this > code: > > <cfset stResult.bCustom = > (refindnocase("farcry > \.core",stResult.packagepath)) /> > <cfset stResult.bLibrary = > (refindnocase("farcry > \.plugins",stResult.packagepath)) /> > > <cfset stResult = o.initmetadata(stResult) /> > > I opened up the CFC called imageEffects.cfc and this method doesn't > exist, but I'm wondering did it ever... > > On Jul 23, 6:12 pm, AJ Mercer <[email protected]> wrote: > > > > > have you gone through package types and rules > > and deployed new properties? > > > Have you done an updateapp? > > > On 24 July 2010 08:31, West <[email protected]> wrote: > > > > Hi, > > > > I'm getting this error with FarCry 6. I had an existing project in > > > FarCry 5.2.7, I've replace my "core" with the latest and I see this > > > message when I try to view my site. > > > > The method initmetadata was not found in component T:\farcry\plugins > > > \farcrycfimageeffects\packages\formtools\imageEffects.cfc. > > > > I opened up the CFC and the method is not there. Any idea why? > > > > Thx > > > > -- > > > You received this message cos you are subscribed to "farcry-dev" Google > > > group. > > > To post, email: [email protected] > > > To unsubscribe, email: > > > [email protected]<farcry-dev%2bunsubscr...@googlegrou > > > ps.com> > > > For more options:http://groups.google.com/group/farcry-dev > > > -------------------------------- > > > Follow us on Twitter:http://twitter.com/farcry > > > -- > > > *AJ Mercer* > > <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org > > community="Open" /> <http://webonix.org>http://twitter.com/webonix -- 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
