Skip to main content
Inspiring
August 26, 2009
Question

cfc page not found

  • August 26, 2009
  • 1 reply
  • 1140 views

I'm trying to binding cfgrid with a cfc but result in "Error Invoking somecfcomponent.cfc : Object not Found [...]".

I then access that somecfcomponent.cfc from the URL (i.e. http://someserver/somecfcomponent.cfc") result in page not found.

somecfcomponent.cfc is placed in the root directory. Root directory is c:\mywebsite\, thus http://someserver is pointing to c:\mywebsite.

I been googling and people suggest that I need to do something with cfmapping? Been trying but to no prevail.

Any idea?

Thanks!

This topic has been closed for replies.

1 reply

john85Author
Inspiring
August 26, 2009

Never mind on this, damn URLScan block .cfc files.

Now got a different error, but is is javascript error.

Line: 798

Error: Exception thrown and not caught.

/cfide/scripts/ajax/package/cfajax.js

...

catch(e){

}

throw new SyntaxError("parseJSON");

};

...