I don’t want to get on anyone’s bad side here, but I do think support responses could have been a little more helpful in this case, instead of responding with “nothing’s wrong” which, while it is probably true, can be frustrating to hear when advice and suggestions are what people need to hear sometimes, just to give them something to work with, even if they’re just stabs in the dark.
Antic, I had no clue we were even talking CF until a 1 hour long livechat transcript with one of the tech support agents, as every single link we were given was html/html, NOT CFM, so I was not even looking into any CF server issues.
The issue is CF forces UTF-8 by default, and you must specify if it is non utf-8, the error indicates syntax error from what I saw in the error.
Antic, read it all, it is about “html/html” not working, and all the links we were given was for html files, so we were confused, and looking at IIS configs, NO CF configs. I saw some CF pages,but we were never told that is where the errors were found.
First I want to thank all people for helping me on this coldfusion issue. It’s been more than a week now and problem stays.
I code all pages using fusebox methodology.
Before I transferred my files to Jodohost, I just put
at the head page to force page to display Chinese in gb2312. And Everything worked fine at another hosting place.
But after moving all files to Jodohost, nothing worked.
Through the process, I noticed couple of things.
JodoHost, actually Coldfusion, server did default all language to UTF-08
JodoHost’s Coldfusion server mya not up=to-date on Coldfusion server patchs.
According to Coldfusion docs, user can alter teh default encoding UTF-8 to otehr encoding by using cfcontent tag.
But this tag may not be enabled on JodoHost server.
Now the java runtime issue is solved. Stephen, could you please check whether you guys enable cfcontent on teh coldfusion server?
First I want to thank all people for helping me on this coldfusion issue. It’s been more than a week now and problem stays.
I coded all pages using fusebox methodology. So code is trully modulated. User rarely see cfm pages except the index.cfm. That’s teh reason you only saw html pages.
Before I transferred my files to Jodohost, I just put
at the head page to force page to display Chinese in gb2312. And Everything worked fine at another hosting place.
But after moving all files to Jodohost, nothing worked.
Through the process, I noticed couple of things.
JodoHost, actually Coldfusion, server did default all language to UTF-08
JodoHost’s Coldfusion server mya not up-to-date on Coldfusion server patchs.
According to Coldfusion docs, user can alter the default encoding UTF-8 to other encoding by using cfcontent tag.
But this tag may not be enabled on JodoHost server.
Now the java runtime issue is solved. Stephen, could you please check whether you guys enable cfcontent on teh coldfusion server?