Questions tagged [coldfusion-2021]

22 questions
0
votes
0 answers

Coldfusion log parse in Azure Log Analytics Workspace

I created an Azure Container Instance and Coldfusion 2021 is running on it as a Docker image. The application creates multiple log files. I sent all these logs to Standard Output by the symlink. Now, I want to parse these logs file-wise in Azure Log…
0
votes
1 answer

In Coldfusion a certain date June 01, 2008 is not getting casted/parsed to datetime object while using “CreateODBCDateTime” method

Error: Date value passed to date function createDateTime is unspecified or invalid. Specify a valid date in createDateTime…
0
votes
0 answers

Multiple parameters in Coldfusion MYSQL Connection String Not Being Recognised

I am trying to add the following two parameters to a Coldfusion MySQL DSN connection string: allowMultiQueries=TRUE autocommit=FALSE When I add either one parameter to the connection string as a single parameter connection string, the setting is…
Paolo Broccardo
  • 1,942
  • 6
  • 34
  • 51
0
votes
0 answers

localhost application not working, but coldfusion application server working

My coldfusion application server http://127.0.0.1:8500/CFIDE/administrator/index.cfm is working. But my localhost application shows 'This site can’t be reached'. ERR_CONNECTION_REFUSED. I see this problem in all the browsers. I'm using Intelli J…
vishnu
  • 195
  • 1
  • 3
  • 19
0
votes
0 answers

How to identify Form.Fieldname in Coldfusion

I am new to coldfusion. I have a program I am learning to maintain, and I need help. The CF app has many .cfm pages in its app directory, and many of these start out with statements. Probably not the best practice, but need to resolve this issue…
WeJava
  • 31
  • 6
0
votes
0 answers

Unable to determine where Coldfusion Error is coming from

The following error is populating when trying to retrieve data from the database on a website form: "An error occurred while executing the application. Please try again or contact the administrator". I see this error on the inspector tool (on the…
0
votes
1 answer

CFDocument in CFScript (Adobe CF2021)?

Is CFDocument supported in CFSscript specifically with Adobe ColdFusion 2021? I know that this was not possible in previous versions (but is possible with Lucee). However, I can't find any official documentation either way. I'm hoping someone can…
Bryan
  • 43
  • 4
1
2