Re: cfclasses files - What causes file size zero?
It sounds to me like there was a problem as CF was trying to compile the CFML for the given class file. Have a look back through your logs for events around about the same time as the zero-length file...
View ArticleRe: Error NEED HELP ASAP!!
So i broke up / took out the the the input for empleave and I end up with this error Detail[empty string]ErrNumber0MessageElement EMPLOYFROM is undefined in FORM.ResolvednameFORMi checked the file...
View ArticleColdfusion 9.0.1 Updates Hot fix
HiIm new to coldfusion. Yesterday i updated one of our servers with HotFix 4. It went fine. Now im trying to update it on another server but on Server Settings - Settings Summary.I dont see the field...
View ArticleRe: Error NEED HELP ASAP!!
also took out employfrom and this is the error i got DetailThe tag must be nested inside a cfquery tag.MessageContext validation error for tag cfqueryparam.
View ArticleCFSET DATEFORMAT
I want to pass my date parameters to my stored procedure.Because MS SQL uses format like 'YYYY-DD-MM', I want to convert cf_SQL_Date to the reight format to pass CFQUERY. I need include single quote. I...
View ArticleRe: cgi.remote_user set for / but not for /index.cfm
I thought it would be something like that. Good luck.
View ArticleRe: CF10 500 Error after changing login account
Turns out that the web connector needed updating. Thanks to one of Charlie A's postings on a different 500 error symptom!-reed
View ArticleSandbox security denying CFINDEX from indexing a collection (Solr/CF9)
Hello, everyone. I did fix the last Sandbox security related issue with Solr collections - it was in the "Files/Dir" section, I had to put everything under C:\ColdFusion9\wwwroot. Now, I'm facing yet...
View ArticleCFContent open file with # in filename
I am trying to launch a file when the user clicks on a link. Sometimes the filename has a # sign in the name, like "My File #1.xlsx". When they click it, they get an error saying "The file specified in...
View ArticleRe: Coldfusion 9.0.1 Updates Hot fix
Hi Mihael,That can mean no patch, security or hotfix have been applied. I expect ColdFusion9\lib\updates has no JAR files. That would appear then to be CF9 installer + updater 1.HTH, Carl.
View ArticlePackaged ColdFusion 9 Datasources not importing to ColdFusion 10 64-bit on...
I installed ColdFusion 10 64-bit on my I new 64-bit work computer. To save time and effort; l decide to use Packaging & Deployment option on ColdFusion 9 32-bit on my old computer to archive all my...
View ArticleRe: Will Coldfusion 8 support SQL server 2012 in Windows 2008 server
Just FYI been running SQL2012 in production with mirrorin for 7 months. Works perfectly with CF9 and 10. Have not tried CF8
View ArticleRe: Invalid root Flex ColdFusion Flash remoting
It shoudl be exactly the same. I have had no issues with Flex and CF10. That being said I have not created new Flex apps for a long time and the only work has been maintenance.
View ArticleRe: cfclasses files - What causes file size zero?
Thank you for the feedback Adam! From:"Adam Cameron." <forums_noreply@adobe.com>To:WardJoe <joe.ward@schneider-electric.com>, Date:05/23/13 11:05 AMSubject:Re: cfclasses files - What...
View ArticleRe: CFSET DATEFORMAT
Some feedback: 1. It's recommended to use structKeyExists instead of IsDefined:<cfif NOT structKeyExists(form, "StartDate")> 2. You shouldn't need the # # in most CFML tags: <CFSET...
View ArticleRe: CFContent open file with # in filename
Have you tried escaping the # ? #replace(file_location,"#","##","all")# OR In the URL: #URLEncodedFormat(qryGetFileNames.ServerFile)# ^_^
View ArticleRe: CFSET DATEFORMAT
Thanks for the information and help,I use this cfquery for cfreport.cfstoredproc does not have name property that I can not refer in cfreport.Thanks again for helping, Regards, Iccsi,
View ArticleRe: CFSET DATEFORMAT
Because MS SQL uses format like 'YYYY-DD-MM', I want to convert cf_SQL_Date to the reight format to pass CFQUERY. I need include single quote. This is incorrect. You SQL Server client might display...
View ArticleRe: CFSET DATEFORMAT
Any ColdFusion query object can be passed to <cfreport> (quote from Ben Forta's "Macromedia ColdFusion MX7 Certified Developer Study Guide"). So assuming your stored proc returns a query, it...
View Article