Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Bad File Exception
  2. Request /index.cfm
  3.  
  4.  
  5.  
  6. Type Template
  7. Message Expression Error
  8. Position Line=166; Column=25
  9. Detail Problem occurred while parsing: count++
  10. Extended Info Encountered "<EOF>". Was expecting one of:
  11. <FLOATING_POINT_LITERAL> ... "-" ... "+" ... "#" ... "(" ...
  12. <IDENTIFIER> ... "DOES" ... "CONTAIN" ... "GREATER" ... "THAN" ... "LESS" ... "VAR" ... <INTEGER_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL> ... "NULL" ...
  13.  
  14. Source 163: </li>
  15. 164: </ul><!--end social-->
  16. 165: </section><!--end column-->
  17. 166: <cfset count++> <-- that is where the error happens
  18. 167: </cfoutput>
  19. ^ Snippet from underlying CFML source enter code here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement