Re: Updates page
It sounds like you may be viewing the CF Admin in a browser using restricted access, for example on the server itself. This disables the JS that properly displays the information. You can run it from...
View ArticleRe: What can be done when Cold Fusion 9 ODBC Services will not install?
I should add that I have a license for CF10. Should I uninstall CF9 and install 10 instead. Will the lockdown prep work that I have done be good for CF10 or must I start all over again? I only am...
View ArticleColdfusion cfwindow
Hi, I am currently working in Coldfusion 9.There is a requirement to build cfwindow. But I am not able to change the border color of this cfwindow. I was able to change the header style. But not the...
View ArticleRe: Updates page
Beautiful. That worked like a champ. Many thanks!I have tried multiple browsers to access the Server Updates via the CF Administrator, but they all give the same error: " Error invoking CFC...
View ArticleRe: What can be done when Cold Fusion 9 ODBC Services will not install?
Hi GDMVU, Can you please send an email to cfinstal@adobe.com with your preferred contact details. Regards,Anit Kumar
View ArticleTags by function
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea7785946 1172e0811cbec17576-7ffc.html
View ArticleTag summary
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea7785946 1172e0811cbec17576-7ffd.html
View ArticleRe: CFMail server options
Before/After email is sent, you could insert the content of the email into database. That way, you will have records of the email. Create a table and name "email".Add columns: email_id, from, to,...
View Articlecfselect onClick
I have two cfselect. Both cfselect have first option being blank (nothing selected). These two cfselect are working as mutually Exclusive OR (i.e. if a non-blank option selected in one cfselect, then...
View Articlecfimage resize problem
I have a page that controls our staff directory, including uploading photos of staff members. I have a form with a browse button, and it successfully uploads the picture. Where it fails is resizing...
View ArticleRe: cfimage resize problem
Are you sure the file is successfully reaching the upload folder? Are you sure that the file is being copied to the source folder, if it's different from the upload folder? Do all folders give the...
View ArticleRe: cfimage resize problem
Yep, the file (huge file) successfully uploads to both locations. They're both 2.4MB instead of the 71KB that the older pics are (or 41KB for thumbs). The files are there, but as to whether there are...
View ArticleRe: cfimage resize problem
File not found is pretty specific. There has to be something preventing CF from "seeing" the files. ^_^
View ArticleRe: cfimage resize problem
I tried this instead: <cfset main = ImageNew("D:\Inetpub\staffnet_test\hep\bios\#lcase(filename)#")><cfset thumb = ImageNew("D:\Inetpub\staffnet_test\hep\bios\thumbs\#lcase(filename)#"...
View Articlecold fusion 9 500 - Internal server error.
all of a sudden none of our cfm web pages work on a windows 8 server running iis 7 .... the server shows no errors in the event viewer .... occasionally functionality comes back w/o doing anything...
View ArticleRe: cold fusion 9 500 - Internal server error.
First, [Jason, please see forum guidelines] Second, what is a WIndows 8 server? Third, and most important, you have provided ZERO detail. We can't help you if you don't provide something other than...
View ArticleRe: cold fusion 9 500 - Internal server error.
[unnecessary comments removed - Adam please see forum guidelines] Give us the details of your issue, and we'll try to help. Cheers. -- Adam
View Article