2012-08-27 32 views
0

我想製作一個簡單的ColdBox應用程序。所以我使用this link中的說明並下載了coldbox_3.5.2。但是,當我嘗試在我的瀏覽器來查看這個網址:Simple ColdBox應用程序無效的CFML構造錯誤

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

什麼是您使用的CF版本? –

+0

coldfusion 8 ... – Ritu

+1

是8還是8.01?根據冷箱文檔,它需要8.01 http://wiki.coldbox.org/wiki/Installation.cfm –

回答

相關問題