Simple ColdBox Application的CFML构造错误无效

时间:2012-08-27 07:56:19

标签: coldfusion coldbox

我想制作一个简单的ColdBox应用程序。因此,我使用了this link中的说明并下载了coldbox_3.5.2。但是当我尝试在浏览器中查看此网址时:

 http://127.0.0.1/coldbox_3.5.2/samples/

我收到以下错误:

Invalid CFML construct found on line 28 at column 22.

ColdFusion was looking at the following text:
{

The CFML compiler was processing:

A script statement beginning with this.flash on line 28, column 9.
A cfscript tag beginning on line 12, column 2.

当我第一次尝试这个时,我不知道导致错误的原因。任何人都可以帮我理解错误吗?

1 个答案:

答案 0 :(得分:1)

错误是因为CF8(版本8,0,0,176276)不支持嵌套的内联结构。

根据其要求,ColdBox需要CF 8.0.1(版本8,0,1,195765)或更高版本。

http://wiki.coldbox.org/wiki/Installation.cfm