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

My Ajax not work on Shared Host

Participant ,
Nov 14, 2008 Nov 14, 2008
Hi, I have my website and hosted on hostingatoz.com

I am using pure ajax but my Ajax is not working. Do i need to add some custom scripts to the shared host or what else/

Plz guide me
TOPICS
Advanced techniques
474
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 ,
Nov 15, 2008 Nov 15, 2008
What did the people at the hosting company say when you asked them if they support ajax?
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
Participant ,
Nov 15, 2008 Nov 15, 2008
i created a upport ticket with them they do not answer?

Should i upload the full cfide folder to mke it working?
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 ,
Nov 15, 2008 Nov 15, 2008
1) ask your host to create a proper virtual dir in your site pointed to
/CFIDE/ folder

or

2) copy the CFIDE/scripts directory (just the whole scripts/ folder and
all its sub-folders) somewhere in your site and use <cfajaximport
scriptsrc="path/to/copied/script/dir/from/site/root/"> in every page
that uses cf ajax features. this tag must be BEFORE any cf ajax tags in
your page, so put it somewhere at the top of your pages.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
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 ,
Nov 16, 2008 Nov 16, 2008
LATEST
Or change hosts because they won't answer a support ticket!

--
Ken Ford
Fordwebs, LLC
Adobe Community Expert - Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
http://www.fordwebs.com
http://www.cfnoob.com


"Azadi" <azadi@sabai-dee.com> wrote in message news:gfoflk$q6j$1@forums.macromedia.com...
> 1) ask your host to create a proper virtual dir in your site pointed to
> /CFIDE/ folder
>
> or
>
> 2) copy the CFIDE/scripts directory (just the whole scripts/ folder and
> all its sub-folders) somewhere in your site and use <cfajaximport
> scriptsrc="path/to/copied/script/dir/from/site/root/"> in every page
> that uses cf ajax features. this tag must be BEFORE any cf ajax tags in
> your page, so put it somewhere at the top of your pages.
>
> Azadi Saryev
> Sabai-dee.com
> http://www.sabai-dee.com/
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