Re: Pulling my hair out with new CF10 install
Can you post the code of your test <cfmail> call... -- Adam
View ArticleRe: Pulling my hair out with new CF10 install
sure... simple cfmail call that worked on the old server: <cfmail to="#getuser.email#" from="Inabox SiteAdmin <notify@inaboxtech.com>" subject="Inabox SiteAdmin Password Reset Instructions"...
View ArticleIs Outputting two tables with Join my best option?
I have two tables:The first table’s primary key is sireIDIt holds the picture of the multiple sires, their name, the owner’s name and a brief description The second table holds the trial scores of the...
View ArticleRe: Pulling my hair out with new CF10 install
I am also now seeing this in the email server logs: 10:56:03 [10.0.0.1][9175607] cmd: EHLO BigBox110:56:03 [10.0.0.1][9175607] rsp: 250-mail.inaboxdev.com Hello [10.0.0.1]250-SIZE 5242880250-AUTH LOGIN...
View ArticleRe: Is Outputting two tables with Join my best option?
rickaclark54, The short answer is yes, a Join would be the preferred way to handle this. Also, mySQL would definitely be a step up from using Microsoft Access. Most developers would recommend not...
View ArticleRe: Pulling my hair out with new CF10 install
Can you check a cfemail sample(might be above sample) but with hardcoded email to address? It looks, it processing application but failing before data transfer, might be not getting to attribute...
View ArticleRe: Unable to run ColdFusion after installing - produces terminal screen then...
Can you also check, is there any error in C:\Adobe\ColdFusion10\Adobe_ColdFusion_10_Install_....log? If so please share the error snippet.. Regards,Kaif Akbar
View ArticleRe: Pulling my hair out with new CF10 install
The actual .cfmail file on the server is correct. I even took the .cfmail to another server and it processed fine.
View ArticleRe: cfmail glitches in ColdFusion 9 (not sending, but says sent)
I also use Surgemail. I noticed the g_smtp_data_timeout setting [Seconds for timeout for data input, default 540 (9 minutes)]. Do you think ColdFusion may be getting a "SMTP data timeout (message...
View ArticleUpdating CFGRID Bind to CFINPUT textbox
Hey folks, I'm using a plain CFGRID (CF 8) to output a query resultset on the same page (in other words, not using a CFC or anything), for example: <cfgrid name = "SearchResultsGrid"...
View ArticleRe: Unable to run ColdFusion after installing - produces terminal screen then...
The product seems to work. Thank you.
View ArticleRe: Internal Error 500 started appearing even after setting a large number...
Hello, I checked the error logs right after the 500 error was thrown and I don't see any reference to that page or error at all. Is there some setting I'm missing that will show this error? Should I...
View ArticleColdfusion 10 Update 11 SQL Server 2012 Query.columnList() Geometry Fields Error
When we do a query.columnList on a table that contains a geometrydatatype column it errors with unsupported data type. This does notseem to be fixed in CF10 - Update 11. Have you heard of this,...
View ArticleRe: Coldfusion 10 Update 11 SQL Server 2012 Query.columnList() Geometry...
Looks like this is a known issue in CF10: https://bugbase.adobe.com/index.cfm?event=bug&id=3217374 You might want to add your vote to this bug.-Carl V.
View ArticleRe: Coldfusion 10 enterprise - mod_jk keeps crashing
So still running the cf shipped tomcat library, however with jconsole hooked up. Crashed with the following: Permgen is using 25%Heap is using 25%currentThreadBusy is 0currentThreadCount is 10 Clearly...
View ArticleRe: Coldfusion 10 enterprise - mod_jk keeps crashing
Thanks for your observations. Well indeed that would appear not overly stressed at all. Using RDP or console Windows TASKMANGER | Processes tab, how much memory Commit Size (you might have to add that...
View ArticleRe: CF 10 in Win 7 dont load resources
Thanks Anit_Kumar for your time and the guide, saludos.
View ArticleCan't uninstall Coldfusion 10 on OSX Mountain Lion
Hi, When I click uninstall.app I got the screen like this.Please help. THANKS.
View ArticleRe: Can't uninstall Coldfusion 10 on OSX Mountain Lion
What happens when you click "Next"? -- Adam
View Article