Adobe ColdFusion 10,0,0,282462 is not supported by Wheels.

354 views
Skip to first unread message

kwbarrett

unread,
Jul 26, 2012, 11:36:47 AM7/26/12
to cfwh...@googlegroups.com
That is the error message I received this morning after upgrading from CF9 to CF10. I can't be the first/only person experiencing this.  BTW, I am running CFWheels 1.1.7. If this is simply a matter of updating to 1.1.8, I am happy to do so.  We use 1.1.7 in production and are considering moving up to CF 10.  For now, that's out of the question with this issue.  Thanks for any insight.

kwbarrett

unread,
Jul 26, 2012, 11:48:21 AM7/26/12
to cfwh...@googlegroups.com
Screen Shot 2012-07-26 at 11.26.13 AM.png

tpet...@gmail.com

unread,
Jul 26, 2012, 1:22:12 PM7/26/12
to cfwh...@googlegroups.com
that's weird, we have a test coverage for CF10 for the minimum version as far back as 1.1.4. try upgrading to 1.1.8. let me know if 1.1.8 has the same problem

tpet...@gmail.com

unread,
Jul 26, 2012, 1:38:42 PM7/26/12
to cfwh...@googlegroups.com
the following test passes under 1.1.7:

<cffunction name="test_adobe_valid">
<cfset assert('$checkMinimumVersion("8,0,1,0", adobeVersion)')>
<cfset assert('$checkMinimumVersion("9,0,0,251028", adobeVersion)')>
<cfset assert('$checkMinimumVersion("8,0,1,195765", adobeVersion)')>
<cfset assert('$checkMinimumVersion("10,0,0,277803", adobeVersion)')>
<cfset assert('$checkMinimumVersion("10,0,0,282462", adobeVersion)')>
</cffunction>

you can also comment out lines 33-35 of the wheels/events/onapplicationstart.cfm to remove the version check. 

kwbarrett

unread,
Jul 26, 2012, 2:07:11 PM7/26/12
to cfwh...@googlegroups.com
Strange. That seems to have fixed the issue.  I have no idea what would cause that, but glad it's working now.


On Thursday, July 26, 2012 1:22:12 PM UTC-4, tpet...@gmail.com wrote:

tpet...@gmail.com

unread,
Jul 26, 2012, 3:20:01 PM7/26/12
to cfwh...@googlegroups.com
what fixed the issue?
Reply all
Reply to author
Forward
0 new messages