1
我一直在遇到這個問題,我正在嘗試將一個coldfusion站點遷移到我的託管計劃。我一直看到這個當我把這個索引文件:ColdFusion在CFSET錯誤文件異常時發生錯誤
Bad File Exception
Request /index.cfm
Type Template
Message Expression Error
Position Line=166; Column=25
Detail Problem occurred while parsing: count++
Extended Info Encountered "<EOF>". Was expecting one of:
<FLOATING_POINT_LITERAL> ... "-" ... "+" ... "#" ... "(" ...
<IDENTIFIER> ... "DOES" ... "CONTAIN" ... "GREATER" ... "THAN" ... "LESS" ... "VAR" ... <INTEGER_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL> ... "NULL" ...
Source 163: </li>
164: </ul><!--end social-->
165: </section><!--end column-->
166: <cfset count++> <-- that is where the error happens
167: </cfoutput>
^ Snippet from underlying CFML source enter code here
BlueDragon時間@服務器:04:29:08.223週二,2015年3月3日
我真的不知道什麼是錯的,所以如果有人能請幫助我,這將是非常棒的。在這一點上任何建議都會很棒。謝謝!
您是否正在從Adobe ColdFusion遷移到BlueDragon? – 2015-03-03 12:39:19
如果是的話,你可以將你的第166行改爲 –
2015-03-03 12:43:12
如果是的話,爲什麼選擇BlueDragon而不是Railce或Lucee? – 2015-03-03 13:35:11