• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfc page not found

Explorer ,
Aug 26, 2009 Aug 26, 2009

Copy link to clipboard

Copied

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!

TOPICS
Advanced techniques

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 26, 2009 Aug 26, 2009

Copy link to clipboard

Copied

LATEST

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");

};

...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation