cfchart tooltip issue
When I put my chart inside a div tag:. The tooltip does not function correclty. It displays way over to the right or at the bottom of the page. Is there any fix for this. Thank you - Jim
View ArticleRe: cfhttp post to AWS S3 works in CF9 but fails in CF10
Thanks for the replies. I used cfdump to examine the results, but other than a custom 500 error page, I didn't see anything out of the ordinary. Using CF's built-in S3 capabilities may work. I haven't...
View ArticleRe: cfchart tooltip issue
If I were you, I would avoid using any ColdFusion UI related tags, such as cfchart, cfwindow, cfdiv, etc. Those tags would cause problems in the future when you upgrade CF. I would highly recommend to...
View ArticleRe: cfchart tooltip issue
Thanks for you reply. We are using CF 10. We are not too worried about upgrading. We only use the cfchart tag. I wonder is a fix for the tooltip issue exist other than buying a 3rd party product. Do...
View ArticleRe: cfchart tooltip issue
I'm still using CF9. I had problems with those UI tags when upgrading from CF8 to CF9. To use FusionCharts, you need to pass XML. It's pretty easy. See CF sample application on...
View ArticleAuto restart of additional CF instances
I added a second CF instance to the CF9 server. It runs fine, but does not 'survive' a server restart. A manual restart via the jRun Launcher does not always work properly; it often takes several...
View ArticleJRUN Intermittent Death
Hi All,A couple of weeks ago I applied the APSB13-13, APSB13-03 and ColdFusion 9.0.2 Cumulative Hotfix 1. After applying this patch however, I've been experiencing intermittent outages where the jrun...
View ArticleRe: What do you think of the future of Coldfusion?
The future of coldfusion depends on its ability to scale smoothly without the astronomical cost that caused the stagnitation of "MySpace". The CF cloud adoption is really late in the game, however...
View ArticleRe: JRUN Intermittent Death
Hi Paul, I have been using CF9.0.2 with Java 1.7 and find it to work very well. There are a couple ways to change Java that CF is using. I prefer to install JDK then...
View Articleadobe id login not working on help.adobe.com 'Discuss this topic'
Whether I am logged in or not, when I go to pages like this:http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea7785 9461172e0811cdec18c28-7fb8.html#communityand click Discuss This Pagemy...
View ArticleRe: C:\ColdFusion9\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\
Hello Plarts, plarts wrote: My file applicationHost.config does not have the tags :<security> <requestFiltering> Yes, you need to create them before inserting the <denyUrlSequence>...
View ArticleRe: cffile MIME types
Correct, when OO was installed, I could not define the correct MIME type for new and legacy office formats (e.g. doc or docx) and they would not upload using cffile. Once it was uninstalled I could...
View ArticleRe: cfhttp post to AWS S3 works in CF9 but fails in CF10
I’d still recommend using built-in features of CF10 for S3. Operations like copy, delete work the same we’ve used to. e.g. </cfif
View ArticleRe: CF 8 vulnerability support
For any product, a patch is released only till the core support is there for the product. This means that there would not be any security patches released for CF 8.x.
View ArticleRe: C:\ColdFusion9\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\
Thanks a lot for this information.I used 2 differents Antivirus at different times : MSE and ISETThe 2, detected these TEMP files as Virus.So, now I forget about this and consider this as normal...
View ArticleRe: CF10 CFFTP listDir
I had to do a workaround, using cfexecute to call a local windows batch file to just get * and put them in a folder and have cfdirectory review.
View ArticleRe: CF 8 vulnerability support
If what you say is true Please address the question in this forum from 14 May 2013.."Does vulnerability CVE-2013-3336 apply to CF8.0? This question is a response to clarify the release note from...
View ArticleRe: ColdFusion 10 + jTDS to SQLAnywhere timeout
OK, I've got a solution to this one now. The trick is NOT to use jTDS, but use jConnect instead. Download jconn3.jar and pop into the WEB-INF/lib directory. Then use JDBC URL like this:...
View ArticleRe: adobe id login not working on help.adobe.com 'Discuss this topic'
Hi Martie, Welcome to forums. Could you please try this, open a browser and go to http://forums.adobe.com and login there(check if you can post something in forums), open another tab and copy this link...
View ArticleRe: UPS Shipping Calculator
There's a simpler one here: ColdFusion UPS Shipping Rates It doesn't handle Canada postal codes as it stands, but you could easily just add a <cfargument> for the destination country, and that...
View Article