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

"cfajaximport" Not found in currently active versions

New Here ,
Sep 09, 2008 Sep 09, 2008
Dear all
First I want to say I am very begginning.
My problem is when I want to use some RIA sample appliaction (from adobe site) which is using some AJAX feature I have unknown runtime error during data saving. I have information that "The tag name: "cfajaximport" Not found in currently active versions. " What is it mean and how to resolve it?
I have ColdFusion 8.0.1 (developer edition), IE6.0

Thank you in advance for help
TOPICS
Getting started
559
Translate
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
Advocate ,
Sep 09, 2008 Sep 09, 2008
I assume this is something which is realted with the Flash Player plugin.. Make sure you have the updated one .
Translate
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
Community Expert ,
Sep 11, 2008 Sep 11, 2008
Tell us where to find the RIA application, then we could also test it.

Translate
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
LEGEND ,
Sep 11, 2008 Sep 11, 2008
I was about to type up a long answer on the fist thing to check, and I
found this blog that does it all for me.

http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/11/13/CF8-AJAX-Features-CFIDEScripts-and...

To summarize, you need to make sure the CFIDE/scripts/ folder is
properly accessible. You should be able to type the following URL into
a browser, unless you have your site configured in a non-default manner.

http://yourDomain/CFIDE/Scripts/cfform.js
I.E. http://localhost/cfide/scripts/cfform.js on *my* development server.

If that does not return a file, then none of the built in ColdFusion
form or AJAX functionality is going to work.

Translate
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
New Here ,
Sep 12, 2008 Sep 12, 2008
Hello all

First thank all of you for response.

BKBK: here you are the link to this example
http://www.adobe.com/devnet/coldfusion/articles/user_mgr.html

Ian: I have checked and CFIDE/scripts folder is properly accessible. When I have put
http://localhost/cfide/scripts/cfform.js in my browser I cas see what is whithin.
I've checked CF Administrator -> Settings and the path is set properly
Translate
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
Community Expert ,
Sep 12, 2008 Sep 12, 2008
I installed the RIA demo. Everything works fine.

Looking again, the errors you got don't really look like Coldfusion errors. Are you accessing Coldfusion pages directly or via another application, such as Dreamweaver?

Translate
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
Community Expert ,
Sep 12, 2008 Sep 12, 2008
Another possibility: did you disable or remove earlier versions of Coldfusion from your machine before running CF8?

Translate
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
New Here ,
Sep 14, 2008 Sep 14, 2008
Yes.
I have had CF MX7 before CF8.
I have removed it and installed new one.
Translate
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
New Here ,
Oct 22, 2008 Oct 22, 2008
LATEST
pioslomc, thanks for helping us.
Translate
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