You have attempted to dereference a scalar variable of type class...
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with membersHi I receive the error in the title bar as a result of the following code but I can't...
View ArticleWhy 404 on isapi_redirect.dll via Jakarta on CF11 Windows 2012?
I had a lot of trouble getting a fairly complicated site to function with CF11 on Windows 2012 (I'm moving from CF8 on Windows 2003). After several days I noticed update 1; once I applied that, I was...
View ArticleSpreadsheet formatting textwrap not working
See the following code: spreadsheetObj = SpreadsheetNew('Metrics',false);SpreadSheetSetColumnWidth(spreadsheetObj, 3, 10);SpreadSheetAddRow(spreadsheetObj,'Merchant ID,Merchant Name,Return...
View Articlecan't log into coldfusion administrator using correct password comes back to...
coldfusion10 - just installed it. could get in before i loaded the updatesserver is running fine otherwise
View ArticleColdfusion 11 new install - The ColdFusion ODBC Server service is not running...
I installed the developer edition on my machine and receive the message, "The ColdFusion ODBC Server service is not running or has not been installed." when trying to add an ODBC datasource in the...
View ArticleColdFusion 11 Administrator: ColdFusion Archives Page shows error
Hello, I am in the process to deploy .car file from ColdFusion 9 into ColdFusion 11. When I open ColdFusion 11 Administrator -> Package & Deployment -> ColdFusion Archives -> It shows...
View ArticleSolr and summary text
Am converting from Verity to Solr search. Anyone have any luck increasing the length of the summary generated by Coldfusion under Solr? I noticed that with Solr, the summary will list the first few...
View ArticleColdfusion 11 cfheader or cfcontent 'failed to load PDF document'
I have a website that worked fine with Coldfusion 10 and now I have updated to Coldfusion 11 and this code doesn't work: <cfheader name="content-disposition" value="inline; filename=#vPublicFile#"...
View Articlejava.io.IOException: Stream closed when using webservice
Hello, I created sample webservice (just because my other one didn't work): # cat test.cfc<cfcomponent> <cffunction name="echoString" access="remote" returnType="string" output="false">...
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View ArticlePass ColdFusion variable to the JavaScript window
Hi everyone, I have a java script window that is will open when user click on the link, my problem is that how I can pass a ColdFusion variable to the window. I am using ColdFusion 7 so I can not use...
View ArticleColdfusion 10 Case Sensitive URLs?!?
I just migrated my CF8 site to CF10 (development only, thankfully!) and noticed that all sorts of issues were occuring with missing images. It appears that, after over a decade of "test.html" being...
View ArticleReport a bug
Where the heck do you report a bug? Now I know why the Adobe developers say they don't have any bugs in their queue. No one can figure how to report one. I was also told they offer free installation...
View ArticleReal Time Display Of New Records
I have developed a CRM that is based on sales leads that post to a database. The CRM index page performs a select query and displays a filtered recordset based on the SQL. This index page refreshes...
View ArticleWhy is ColdFusion throwing a 500 Internal Server error after APSB14-23 hotfix...
Hello, We have just installed the APSB14-23 hotfix for ColdFusion 10. After the installation, we get the following error when we try to reach ColdFusion administrator. Has anybody experienced this...
View Articlejrun error 413 header length too large
hi there, is there any way to check where this error originates? any coldfusion logs etc? error: jrun error 413 header length too large it's giving me complete headache cheers,Simon
View ArticleColdfusion and Flex or just Coldfusion
So an application I have inheritted has been running for some years with CF8 and Flex. It assigns tasks, appointmnts, rest days, holidays of our operators. The operators open the application on their...
View Articlecffile MIME types
One of my users was trying to upload a Microsoft Word document using CFFILE. The document was created in Office 2007, but was saved in Office 2003 format (.doc). The upload is done with this code,...
View Article<cfdocumentitem type="footer" > ignores CSS
Looks like the <cfdocumentitem type="footer" > tag which is part of<cfdocument> ignores all attempts to style it with CSS.I can't change the font family,...
View ArticleTempered encryption causing Decrypt to crash
I have made an encryption of "auth" using AES as follows: <cfset skey = generateSecretKey("AES")><cfset regkey = encrypt("auth", skey, "AES", "hex")> I attached the result for example to an...
View Article