Ahh... The final piece of the puzzle was changing like 145 of 
/core/tags/misc/soft.cfm from
<cfif not structkeyexists(caller,attributes.sendback)>
to:
<cfif not isDefined("caller.#attributes.sendback#")>

Slightly odd.... Both should work...

Now that it's installed, the application framework isn't starting 
correctly. I'll see how I go with that.


On Friday, March 8, 2013 4:30:03 PM UTC+11, Justin Carter wrote:
>
> I've started off just to see if FarCry will install on SQL Server with 
> OpenBD, but I've had to patch a few things so far:
> - OpenBD doesn't allow struct keys called "null" when using dot notation 
> (this will affect all DB Gateways, but can be resolved by replacing .null 
> with ["null"])
> - OpenBD throws an error because we have defined a function called "flush" 
> (you can comment out the function in 
> /core/webtop/includes/cfFunctionWrappers.cfm)
>
> And the show stopper which I haven't yet found a workaround for:
> - OpenBD seems to have an issue with accessing a variable in the caller 
> scope from within a custom tag (I need to debug this further...)
>
> In short, I don't have a quick workaround for you at the moment, 
> unfortunately :(
>
>
> On Friday, March 8, 2013 3:38:35 PM UTC+11, Marcus F wrote:
>>
>> The installer says* FarCry version 6.2.7
>> ***As far as I know case sensitivity is off.
>> MySQL 5.6
>>
>> I don't know which H2 JAR is included in OpenBD, but the installer stops 
>> at the same place with the same errors with H2 and MySQL.
>>
>>  

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to