displaying top 100 results
Tracker Issue Unable to change Administrator password for user
2672583 CF-4186108 Administrator Oliver Jones Unable to change Administrator password for user Problem Description: Coldfusion 2016 Enterprise has been installed and I have been given a user account to access the administrator. I now need to change my password but the change password screen says I
Tracker Issue Schedule Tasks cannot write via Hibernate
3581112 CF-4199989 Scheduler Oliver Jones Schedule Tasks cannot write via Hibernate Problem Description:
Scheduled Tasks using CFIDE.scheduler.ITaskEventHandler cannot write data to the database via hibernate.
Steps to Reproduce:
Create simple model with the following task run from CF
Tracker Issue Application scope is not available to scheduled tasks (CFIDE.scheduler.ITaskEventHandler) at instantiation
2827130 CF-4198313 Scheduler Oliver Jones Application scope is not available to scheduled tasks (CFIDE.scheduler.ITaskEventHandler) at instantiation Problem Description: Application scope is not available to scheduled tasks (CFIDE.scheduler.ITaskEventHandler) at instantiation.
Steps to Reproduce
Tracker Issue CFChart fails with special characters
3361225 CF-4199428 Charting/Graphing Oliver Jones CFChart fails with special characters Problem Description:
Characters such as " cause Cfchart to fail with undescriptive error message.
Steps to Reproduce:
Actual Result:
org.mozilla.javascript.EcmaError: SyntaxError: missing ] after
Tracker Issue CFIMAGE optional host attribute
2672636 CF-4182057 CFIMAGE Oliver Jones CFIMAGE optional host attribute This is partially a question regarding CF application server infrastructure best practices.
I have been having trouble with the CFIMAGE tag action="writeToBrowser" for adding images to cfdocuments.
I believe the problem
2608290 CF-4136756 Charting/Graphing Oliver Jones CFCHART within custom tag within function causes null pointer exception Problem Description: CFCHART within custom tag within function causes null pointer exception
Steps to Reproduce: Run ChartTest.cfm
ChartTest.cfm:
#getChart()#
Cfchart
Tracker Issue CFIDE.scheduler.ITaskEventHandler init method not called
2824550 CF-4198308 Scheduler Oliver Jones CFIDE.scheduler.ITaskEventHandler init method not called Problem Description: CFIDE.scheduler.ITaskEventHandler init method not called
Steps to Reproduce:
Create simple event handler:
/**
* Created by OJONES48 on 02/02/2017.
*/
component implements