/t5/coldfusion-discussions/cfgrid-and-other-cf-fielsds-are-missing/td-p/144767Nov 15, 2008
Nov 15, 2008
Copy link to clipboard
Copied
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.
/t5/coldfusion-discussions/cfgrid-and-other-cf-fielsds-are-missing/m-p/144768#M13284Nov 16, 2008
Nov 16, 2008
Copy link to clipboard
Copied
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?
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..
:)