On Friday, October 21, 2011 2:59:51 AM UTC+11, Sean Coyne wrote:
>
> Post the bug to the issue tracker for the farcrycms plugin.  I found the 
> same issue in a fresh 6.1.2 install w/ the latest copy of the plugin.  You 
> can create an instance of the rule, but then if you go back in to edit it, 
> when you click save it throws the error.
>
> You could build your own rule that works as the handpicked rule does.  If 
> you use the same cfproperty tags you could even name it the same and your 
> data would migrate over automatically.  However, what I would do is modify 
> it so that instead of using an extended array and allowing the user to 
> select a different webskin for each type, create a single common webskin for 
> each type then write the rule to always use that webskin.  Then you can just 
> let FarCry build the form for you (no need for a custom update.cfm) and just 
> let the users add the items via an array picker.  There would be no second 
> step.   My guess is that the bug is related to the extended array, but its 
> just a guess at this point.
>
> The code in the CFC would most likely be the same, you would remove the 
> update.cfm and modify the execute.cfm to assume a single, common webskin 
> name.
>
> I think that might be your best bet unless someone at Daemon can find a fix 
> for the bug.
>

Off the top of my head, I'd say its likely we're not properly supporting 
"extended array tables" with the new dbgateway model in 6.1. Extended arrays 
should die in a fire. I think hand picked rule is just about the only core 
thing that references that "feature".  If that is the case, it may not have 
a simple fix.

If hand picked is critical in the short term, I'd recommend going with the 
latest milestone of 6.0.x (6.0.15). There's hardly any user oriented changes 
in the 6.1 release (relative to 6.0).  6.2 will see a lot of great new user 
enhancements, and the migration from 6.0->6.2 should be pretty simple.

Hope that helps,

-- geoff
http://www.daemon.com.au/
skype. gb.daemon
twitter. @modius

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

Reply via email to