|
It’s telling you that your custom type needs an “Edit” method. Types is an abstract class that all types inherit from.
~tom
-----Original Message-----
Hello,
Totally new to farcry I’m trying to implement the Photo Gallery custom types as described by Brendan Sisson here: http://farcry.daemon.com.au/index.cfm?objectid=B54EFE07-D0B7-4CD6-F9384192E5D18D97
I’m following the walkthrough step by step, and when it comes to Edit Handlers I get into problems. When I click on the “Add” button from the listing pages I get an error.
The error is created in farcry_core\packages\types\types.cfc line 137
Line 137 is this one:
<cfthrow message="This is the default types.edit() handler. You need to build an edit interface!">
I have a theory, but still just a theory why this happens:
Line 135 is:
<cfinclude template="_types/edit.cfm">
However when I go to the folder farcry_core\packages\types\_types there is no types.cfc there. My humble theory is that this might cause the problem.
Fyi – I’m running the following:
FarCry: b211
Hope someone can help. Trond Ulseth --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
- [farcry-dev] Re: Problems with "Custom Types - a walkt... Andrew Mercer
- [farcry-dev] Re: Problems with "Custom Types - a ... Gary Menzel
- [farcry-dev] Re: Problems with "Custom Types - a ... Andrew Mercer
- [farcry-dev] Re: Problems with "Custom Types - a ... Gary Menzel
- [farcry-dev] Re: Problems with "Custom Types - a ... Trond Ulseth
- [farcry-dev] RE: Problems with "Custom Types - a ... Tom Cornilliac
- [farcry-dev] RE: Problems with "Custom Types - a ... Gary Menzel
