displaying top 100 results
Comment on Images don't appear in slides created by cfpresentation by David S.
Comment on Images don't appear in slides created by cfpresentation by David S.
Comment on Images don't appear in slides created by cfpresentation by David S.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by David S.
Comment on Images don't appear in slides created by cfpresentation by David S.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by David S.
Comment on Either datafile XML or data XML contained in the PDF document is invalid. by David S.
Comment on Either datafile XML or data XML contained in the PDF document is invalid. by David S.
2608566 CF-4062006 Nimit S. David,
Is there any update on this issue?
Comment on Installing an SSL Certificate into ColdFusion’s Trust Store by David Byers
Comment on ColdFusion 101 – Introduction to ColdFusion for Beginner Developers, Decision Makers, and CEO’s. by David Byers
Comment on Installing an SSL Certificate into ColdFusion’s Trust Store by David Byers
2608800 CF-3991616 Nimit S. Hi David,
Have you tried the suggestion mentioned below?
Regards,
Nimit
2608800 CF-3991616 Nimit S. Thanks David for your confirmation. I will be closing this issue.
2612321 CF-3525133 Nimit S. @David: What information do you expect in the callback and how exactly this function suppose to work? Can you provide the elaborated use case.
6800407 CF-4207164 David R. this is a result of autosize=true being the default, which is not a documented fact on https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-s/spreadsheetwrite.html. So this bug report is essentially a documentation bug report.
2608566 CF-4062006 Nimit S. David,
We have not received any update on this bug hence, closing it.
We can evaluate this again if anyone can provide a repro case.
3678095 CF-4200110 Suchika S. Hi David ,
I checked that it is working fine and also you confirmed that it works fine. Hence I am closing the bug
Thanks,
Suchika
Comment on Installing an SSL Certificate into ColdFusion’s Trust Store by David Byers
2596968 CF-3295469 Nimit S. @David: Can you provide a repro case for this issue?
Comment on CFFTP to S-FTP server raises error "Algorithm negotiation fail" by David K.
2608566 CF-4062006 Nimit S. David,
I have tried the steps given above after removing isolation level from cfquery tag and it is working as expected.
Can you please try and let us know if you are still facing this issue?
Regards,
Nimit
2608800 CF-3991616 Nimit S. David,
Please provide below mentioned information:
1. Settings summary
2. Oracle Database version
3. Database driver being used
4. Exception log
Is this issue intermittent or you are able to replicate this issue consistently?
2596968 CF-3295469 Nimit S. @David: I tried creating a repro case as per description but issue is not getting reproduced.
May be I am missing something here. If you can attach the same testcase using which issue can be reproduced.
2608800 CF-3991616 Nimit S. Hi David,
It looks like this issue only occurs with database links in oracle
Please try the suggestion given the article mentioned below:
https://helpx.adobe.com/coldfusion/kb/coldfusion-mx-removeonexception-errors-serverlog.html
I am also trying to replicate
Charlie Arehart
David (and to commenter jBrodeur), be aware of a couple of things.
First, let me offer an important clarification on David’s showing WHERE to put the cert. (I realize he admits to being new to this topic, so I'm just expanding in his post and protecting the unsuspecting
David Byers Installing an SSL Certificate into ColdFusion’s Trust Store My experience in converting a .p12 certificate into an X.509 certificate and importing it into the ColdFusion keystore.
The post Installing an SSL Certificate into ColdFusion’s Trust Store appeared first on ColdFusion. Blog,ColdFusion,Troubleshooting,blog,ssl,troubleshooting
David Byers My application has me frustrated. Here’s why that’s a good thing. Being frustrated about building an application or working with a team of developers has a silver lining.
The post My application has me frustrated. Here’s why that’s a good thing. appeared first on ColdFusion. Success
Charlie Arehart
Wow, that’s a headline that will grab eyeballs. More in response to David’s proposal in a moment.
But to Lee’s comment below, people DO indeed still pay for CF. Your argument is a bit like someone telling a Mercedes dealer they need to lower their price. If someone doesn
4446674 CF-4202819 Nimit S. Hi David,
I am able to repro this issue with the MariaDB jdbc driver. However, this is an issue with the MariaDB jdbc driver. Please log a bug with MariaDB.
Exception stacktrace:
{code:java}
Java Stack Trace :
java.lang.StringIndexOutOfBoundsException: String index out
David Byers ColdFusion Needs to Die It’s time for bold action in order to make ColdFusion grow... and it starts by killing the reputation that ColdFusion is anchored with.
The post ColdFusion Needs to Die appeared first on ColdFusion. Announcements,Discussion,General,2016,2018,announcements
2609904 CF-3746091 Nimit S. Hi Deepak,
I tried replicating this issue but it seems to be working fine at my end.
SQL Script:
create table bugCF-3746091
(
name varchar(20),
salary varchar(20)
)
insert into bugCF-3746091(name, salary) values('David', '50000')
insert into bugCF-3746091(name
David Byers ColdFusion 101 – Introduction to ColdFusion for Beginner Developers, Decision Makers, and CEO’s. Every developer starts somewhere. This shows how I became a ColdFusion developer and teaches the very very basics of ColdFusion.
The post ColdFusion 101 – Introduction to Cold
David Byers Can’t find ColdFusion talent? It’s time to re-evaluate allowing remote work. It’s time to re-evaluate remote work for ColdFusion Developers. Employers would be able to tap into a much larger pool of talent, and more developers would be able to find jobs that fit their needs. All
2598614 CF-3041133 File Management : VFS-S3 David Boyer Bug 82406:(Watson Migration Closure)Please provide a function / tag to retrieve the current uploaded file(s) information Problem:
Please provide a function / tag to retrieve the current uploaded file(s) information. This would make
2613937 CF-3143550 Database David McGuigan Dramatic change to CF9's implementation of CFQuery causes major backwards compatibility issues The ability to programmatically manipulate cfquery contents and inject non-simple data into them as demonstrated below is an extremely powerful and valuable
David Byers Converting XML to JSON using xmlTransform() I know very little about XML other than it’s a pain in the !@#$% to parse, search, and use. I’m much more familiar with JSON and using ColdFusion structures and arrays. That being said, I’m working on a project that requires that I pull a
2682619 CFB-3831711 Bundled Server David Belanger Bundled server update doesn't run from within CF Builder's internal browser Problem Description:
The update doesn't run when you use CFBuilder’s internal browser. The “Download and Update” button simply does nothing. The “Download” button works
2600328 CF-3039143 Database : CFQuery David McGuigan Bug 78547:(Watson Migration Closure)I love cfqueryparam Problem:
I love cfqueryparam. But I do not love its syntax.
I’d like to be able to ( optionally ) use a cleaner, more-readable "shorthand" that parallels the current one for cfsqltype
2599869 CF-3039634 Database : CFQuery David McGuigan Bug 79382:When you have a cfquery that within its body calls any cffunction that itself runs a cfquery, the containing cfquery will use the function’s query’s datasource and ignore the one passed to it as an at Problem:
When you have a cfquery
2602341 CF-3036963 Language David McGuigan Bug 73978:(Watson Migration Closure)One of the biggest sources of confusion and err for developers transitioning from introductory ColdFusion into CFC-driven application development is scope ambiguity Problem:
One of the biggest sources of confusion
Comment on Installing an SSL Certificate into ColdFusion’s Trust Store by jBrodeur
2602235 CF-3037081 Database : CFQuery David McGuigan Bug 74368:(Watson Migration Closure)CFQuery should be updated with the following new optional attributes: Problem:
CFQuery should be updated with the following new optional attributes:
page (numeric)
recordsPerPage (numeric, defaults to 10 when
2612744 CF-3434473 Security David Epler encodeFor attribute for cfoutput, writeOutput While ColdFusion 10 added the various ESAPI encodeFor* functions, it is dependent upon the developer to properly wrap location where used with the appropriate function (e.g. #EncodeForHTML(url.name)#). Adding
2600329 CF-3039142 Database : CFQuery David McGuigan Bug 78546:(Watson Migration Closure)My datasourceless syntax request has been accepted and implemented in CF9, which is FANTASTIC ( thank you )! It’s simple and powerful and provides a singular benefit: exempting Problem:
My datasourceless
David Byers Quick Tip: After 20 years developing with ColdFusion, I finally realized numberFormat() can round. I’ve been developing ColdFusion applications for about 20 years and sometimes I feel like I’m still learning. On occasion it takes stumbling across a feature to realize how something
2613863 CF-3155857 Language David McGuigan Application.cfc organizational changes It seems extremely counter-performant to me that we author application-level settings in the pseudo constructor in application.cfc instead of in onApplicationStart. For code that needs to react to the hard drive
:
TEKL?F R??VET DOLU B?R A?K TOUCHSTONE PICTURES SUNAR B?R MANDEVILLE FILMS YAPIMI B?R ANNE FLETCHER F?LM? SANDRA BULLOCK RYAN REYNOLDS ? THE PROPOSAL ? MALIN AKERMAN CRAIG T . NELSON MARY STEENBURGEN M?Z?K VE BETTY WHITE BUCK DAMON M?Z?K AARON ZIGMAN S?PERV?Z?R? KOST?M TASARIMI CATHERINE MARIE THOMAS
Charlie Arehart
Great to hear, Lee (and David). And I appreciate those points, Lee.
FWIW, of course, they do offer the free Developer edition (and a free Express edition, which is its own animal), but neither is intended for production, of course. And I know that’s your focus here
Charlie Arehart Eric, are you responding to my comment or Brad’s, in saying you don’t think training up non cf devs is “effective"?I don’t think Brad was saying he was "trying" it but that he does it. I know others who have relayed how they have. Is it as easy as the old days? No, but again
2612923 CF-3369530 Caching David Stockton Frequent key collisions on cached queries resulting in wrong (cached) result-set returned Problem Description:
A query can be requested in CF10 that is not cached. However, CF10 returns a previous query that is in the cache returning the incorrect data
2600101 CF-3039387 Database : CFQuery David McGuigan Bug 78969:When ColdFusion is running, and successfully makes one or more exchanges with a database ( MySQL in my setup ), and then that database server is restarted ( the MySQL service is restarted ), the first Problem:
When Cold
2609807 CF-3763348 Net Protocols : HTTP David Byers Problem with CF11 and HTTP I've run into a problem (I think) with http in ColdFusion 11 and I'm wondering if this is a known issue. I'm doing a pretty straightforward HTTP call to the Google Places API in order to retrieve a JSON packet