Re: need help with legacy application.cfm Getting 500-internal server error...
This worked for me today. And yes CF10 handles errors differently than previous versions!!!In the CF Administrator, go to the "Settings" section. You'll see "Settings" in the left menu near the top.If...
View ArticleRe: CF 10 errors show Error 500 instead of normal error message
If you have the web config issue working, then try this. I had the exact same issue and I found this solution posted by a good samaritan: In the CF Administrator, go to the "Settings" section. You'll...
View ArticleRe: No errors on cfm page except for "500 - Internal server error"
Or try this, as I had the same problem and this worked for me: CF10 handles errors differently than previous versions!!!In the CF Administrator, go to the "Settings" section. You'll see "Settings" in...
View ArticleRe: Coldfusion only displays variable names, not variables.
I don't have a "Web Server Configuration Tool" installed, or at least can't find it. Maybe that's whats causing it? And I still get a code dump with the example you gave.
View ArticleRe: Coldfusion only displays variable names, not variables.
Usually, when you install CF10, a browser needs to open up so the server can finish up the configuration of the installation. Afterwards, it usually takes you to the Administrator. Did you get to...
View ArticleRe: Can't open cfm pages
Update CF 10 and then After running the connector tool (as run as admin), check the handler mappings in IIS then double click on anyone of them to see, are they pointing to the correct location or not...
View ArticleWeb Connector Issue in CF10
CF 10 installed fine and CFIDE/Admin ran ok, however, other sites did not invoke CF10 even though 'all' was specified in the install and all IIS options were enabled. Used the connector to remove the...
View ArticleRe: Web Connector Issue in CF10
Perhaps run \ColdFusion10\cfusion\runtime\bin\wsconfig.exe as administrator.HTH, Carl.
View ArticleMySql AES_Encrypt values and Coldfusion Encrypt/Decrypt
So, I'm having trouble figuring this out, and I haven't found an answer online. Hoping someone here has tried something similar. I'd like to figure out how to use the Coldfusion Encrypt function so...
View ArticleRe: Jquery autocomplete with json
I think my data is in the wrong format. Here is my response: //"\/\/[\"Miami Area Geriatric Education Center\",\"Miami Children's Hospital\",\"Miami Research Associates\",\"Miami University (Oxford,...
View ArticleRe: Jquery autocomplete with json
The ongoing thread here http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:64866 is really saying the same thing you and I are, namely that the data is not in the correct format (as you...
View ArticleRe: double quotes/single quote problem in Coldfusion with back end as ORacle
59 views No reply.:(I need some help ..
View ArticleRe: double quotes/single quote problem in Coldfusion with back end as ORacle
<cfqueryparam> is normally used when you want to sanitize user input (URL or Form scope data etc) that is passed to a database query. In this case the string "IN STOCK" is hard-coded, so why not...
View ArticleRe: Can't open cfm pages
You can try changing the application pool for your site and then observe the behavior. Like you have test site and default site then there will be 2 pools for each of them i.e test and default app...
View ArticleRe: Is CF8.0.1 compatible with Window Server 2012 R2 Standard Edition
Hi David The best I can suggest you is to upgrade to CF 10 as CF 8 is not supported on Server 2012 : http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix. pdf It's better to follow...
View Articleinstallation of Cold Fusion 10 on 3 CPU system
Can I limit it to just 2 CPUs leaving the third to OS or do I have to upgrade license to 3CPU
View ArticleRe: installation of Cold Fusion 10 on 3 CPU system
Hi Check this : http://labs.adobe.com/technologies/eula/coldfusion10.htmlRead Section 3.1.1 ThanksVJ
View ArticleRe: installation of Cold Fusion 10 on 3 CPU system
So what's the answer Vish? That is total gobledegook
View Article