You have attempted to dereference a scalar variable of type class coldfusion.runtime. Array as a structure with members.
一般是将某个数组当做了struct来使用了
对于
object[index]
的index应该是数字而不是字符串# The request has exceeded the allowable time limit Tag: CFQUERY
反正就是超时了呗
Solution
If you have access to the administrator, you can increase the timeout periodserver-wide in the Settings page (Timeout requests after n seconds)
if you just want to increase the timeout period for that particular page, you can tack on requestTimeout=x (where x is the number of seconds before the page timesout) to the url:
http://server/page.cfm?requestTimeout=6000
Alternatively you can use the tag
<cfsetting requesttimeout="500">
within your code to overide the default setting…
设置为x测试无效?
设置为60000可用
**
注意单位是sec
因此一般的form提交设置为120最多了**
ColdFusion Error - java.lang. NumberFormatException: For input string: “120px”