Skip to main content
November 16, 2008
Question

CFGRID and other CF fielsds are missing.

  • November 16, 2008
  • 3 replies
  • 1538 views
Hi,
I have downloaded and started developing my web applicaiton on CF8 Developer Edition, after I reached certain extend on my project I decided to upload the project to my live server for a test run, once I did I realized that the CFGRID and DATEFIELDS are missing from the pages. there are no errors displaying as well, the CFFORMS that works on my localmachine, doesn't even respond with the auto validations. The live server CF version also CF 8 as they claim. so where could be the cause for this.?

I see a picture missing box on IE 6 next to datefield(s). guess it's the calander icon.

Thanx
    This topic has been closed for replies.

    3 replies

    BKBK
    Community Expert
    Community Expert
    November 17, 2008
    now it's working

    Doesn't get better than that.

    BKBK
    Community Expert
    Community Expert
    November 16, 2008
    a way of manually pointing my application to the correct scripts path..?

    Set up the path to the CFIDE directory in the mappings page in the Coldfusion Administrator.
    November 17, 2008
    you were right.. It was the CFIDE folder which was missing from the mapping, now the mapping, for now just to get through my development I have uploaded the CFIDE folder into my host.. now it's working.. for the mapping part I was reading.. all points that I have to define a virtual folder mapping on the Apache server, well little complex process. hope there is a easy way out from that.. since less control I have over the server settings.. :)
    BKBK
    Community Expert
    Community Expert
    November 16, 2008
    I thought immediately of the scripts directory in CFIDE. Does it have the same location in the local machine and in the live server? The default location is {CF_WEBROOT}/CFIDE/scripts/. Is the mapping for CFIDE the same in the Coldfusion Administration?

    November 16, 2008
    well with your reply I think I got a lead now..

    quote:

    /CFIDE/scripts/


    this code is from my page from the live server.. I don't have a way of checking the local code til tomorrow since m @ home now.

    well let's think in the worse case if the mappings are different, Do I have a way of manually pointing my application to the correct scripts path..?