Hi

It looks like I found a solution:

I made the following change in MySQLGateway.cfc (fourq)

In <cffunction name="deployType" ....>

<cfsavecontent variable="result.sql">
        <cfoutput>
                CREATE TABLE #tablename#(
                <cfloop from="1" to="#arrayLen(SQLArray)#" index="i">

        +               <cfif CompareNocase(#SQLArray[i].datatype#,"longtext") 
EQ 0>
        +                   <cfset test = "">
        +               <cfelse>
        +                   <cfset test = #SQLArray[i].defaultValue#>
        +               </cfif>

add the lines with + to the function. It worked for me :-)

Bernd

Geoff Bowers schrieb:

> [EMAIL PROTECTED] wrote:
> > Sorry - I don't have an answer. Did you find a solution for the
> > problem?
> > I am stuck with that error too.
>
> FarCry 3.02 is as yet unsupported on mySQL 5.0 -- which has some
> significant differences to mySQL 4.1.  You will have to work with the
> community to resolve the issue.  That said it's likely there are very
> few changes required to get the application running.
>
> -- geoff
> http://www.daemon.com.au/
> --
> Message protected by MailGuard: e-mail anti-virus, anti-spam and content 
> filtering.
> http://www.mailguard.com.au/mg


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to