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-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Waterswing Studio
Sent:
Sunday, July 18, 2004 12:16 PM
To:
FarCry Developers
Subject: [farcry-dev] Problems with "Custom Types - a walkthrough" - could be missing file

 

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
FourQ: b121

 

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/

---
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/

Reply via email to