"Incorrect CFML construct found" in the Framework / 1 core file

I downloaded Framework / 1 from RIAforge and viewed it. I get the following error:

Invalid CFML construct found in row 46 in column 81.

ColdFusion looked at the following text:

[

The CFML handler processed:

A script statement beginning with public on line 46, column 9. 

The error occurred in C: \ inetpub \ wwwroot \ FW1 \ org \ corfield \ framework.cfc: line 46

44:}

45:

46: public void addRoute function (

I am using cf9.0.0.25.1028

+8
coldfusion fw1
source share
1 answer

The framework / 1 latest version, 2.x requires ColdFusion 9.0.1 at least what you don't have (thanks for submitting your exact version - great answers to questions!). Just upgrade your server and you will be installed.

If you need support for ColdFusion 8 and 9.0.0, FW / 1 version 1.2 is still great software and will work on your existing server.

+20
source share

All Articles