Hi guys/girls, I'm tinkering around with FarCry Glamour BETA 2 and everything has been going "fairly" smoothly so far, but now I have run into something that i can't seem to get past.
I am trying to extend '_dmLink' by adding related images to in the same way that '_dmNews' handles it. I have made a custom step for this and have reused most of the code from the '_dmNews' 'Body' step which is pretty much what I did before for a customType, where it works beautifully. Now it was throwing an error reporting that 'aObjectIds' was missing in 'output', and then it dawned on me that I had forgotten to amend the extended cfc to include these properties. I added 'aObjectIds' and 'aRelatedIDs' just like they're present in the '_dmNews' cfc, but when I try to deploy via the COAPI management. I get this error: --------------------- Element aObjectIds is undefined in a CFML structure referenced as part of an expression. The error occurred in C:\farcry\fourq\fourq.cfc: line 144 Called from C:\farcry\farcry_core\packages\farcry\alterType.cfc: line 76 Called from C:\farcry\farcry_core\admin\admin\coapiTypes.cfm: line 78 142 : <cfset gateway = getGateway(arguments.dsn,arguments.dbtype,arguments.dbowner) /> 143 : 144 : <cfset stResult = gateway.deployArrayTable(fields[arguments.property].fields,variables.tableMetaData.getTablename()&"_"&arguments.property,arguments.bDropTable,arguments.bTestRun) /> 145 : 146 : <cfreturn stResult> ------------- Does anyone know why that is? As I said before I have created a complete customType before using 'dmNews' as a template and had no problem deploying that. Then again that might be difference between a complete custom type and extending an existing one. Any help would be appreciated. Kind regards, Benjamin --------------------------------------------------- Web-Developer - PerthWeb Pty Ltd --- 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/
