Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Invalid CFML construct found on line 58 at column 17.
  2. ColdFusion was looking at the following text:
  3.  
  4. arguments.targetPage
  5.  
  6. The CFML compiler was processing:
  7.  
  8. A script statement beginning with include on line 58, column 9.
  9. A script statement beginning with function on line 50, column 5.
  10. A cfscript tag beginning on line 4, column 2.
  11.  
  12.  
  13. The error occurred in /webroot/myapp/trunk/myapp-cf/Application.cfc: line 58
  14.  
  15. 56 : GetPageContext().getResponse().sendRedirect("http://www.google.com");
  16. 57 : }
  17. 58 : include arguments.targetPage;
  18. 59 : }
  19. 60 : </cfscript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement