Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
larry_s_w #1
cfhttp erro
I have been trying to read a tab delimited text file with cfhttp get and I keep
getting this error - The column name '<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML
4.01//EN http://www.w3.org/TR/html4/strict.dtd>' is invalid. I am running
cfmx6.1 on IIS6. The text file is a plain text file with no visible headers.
Any help would be greatly appreciated.
larry_s_w Guest
-
Java script erro
Hi When I go to the veiw menu and select "choose file from my web site", I get and erro that reads : while executing on load in cc Choose file htm.... -
TYpe Mismatch erro
My asp code generate Type Mismatch error when passing a ado command object to a com function written in VB ASP code ============ Dim cmd,param... -
Projector erro: Your disk may be full
Well I tried all possible combinations of including, excluding Xtras in the projector and folders. But the problem went away, when I substituted... -
"There is not enough memory available to process the appearance of an object" Adobe Illustrator Erro
Jeff, Make sure that Illustrator is using it's own plugins folder, and that you have not pointed Illustrator to use Photoshop's Plugins - the... -
RIGHT function #erro
I tried to use the RIGHT function. In the report opens a text box. In the origin of the control and I typed: = Right (;3) This will do that... -
Tom Jordahl #2
Re: cfhttp erro
It is not plain text if the first line is a <!DOCTYPE tag. That looks like
HTML.
cfhttp is trying to read the list of column names from the first line - and
as the error says that doctype declaration isn't valid.
Do a view source from a browser to see what cfhttp is seeing.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

