Questions tagged [application.cfm]
35 questions
1
vote
1 answer
Setting access to remote in a cffunction includes the application.cfm page
When I set a cffunction's access to remote--so I can call it through AJAX--the call returns the HTML I have in my Application.cfm template.
Is there any way around this, or do I have to move the HTML out of Application.cfm?

Timothy Ruhle
- 7,387
- 10
- 41
- 67
1
vote
0 answers
Converting application.cfm to application.cfc, losing session management
I've got an old site that hadn't been updated in a while, and when I went to add some new code I decided to upgrade to the application.cfc. Clearly I'm not understanding how it should work, because once I switched it started ignoring the session…

Kristi Simonson
- 515
- 1
- 6
- 22
1
vote
0 answers
Coldfusion RESTful API, No Mapping Found error
This shouldn't be too hard to answer, but the discussions and documentation I've found can be rather unclear.
First of all, a little bit of information about my setup:
I'm on a hosted environment, and going through our ColdFusion admin group can be…

octopusCrime
- 11
- 6
1
vote
2 answers
User data is getting mixed up some of the time
I am building a website where I have followed MVC to manage my code without using any frameworks. I have put all of my queries inside cfcs and am initializing them inside my Application.cfm, storing them in application variables like below:

user1728565
- 117
- 1
- 8
1
vote
2 answers
ColdFusion loop through Struct
I have these codes in Application.cfm:

tigerpuzzle
- 69
- 2
- 8
1
vote
2 answers
Can't refresh CFC CF9 when using an application.cfm
I was charged with making some modification to an old application, and I created a new page which was being passed a URL parameter page_name, which is a you guessed it a name of a page with .cfm appended. So, in my haste, I continued using it, and…

Rob M
- 1,007
- 2
- 17
- 38
1
vote
1 answer
Bluedragon 7.1 Application.cfm being called for all pages, not just cfm pages
All our current webservers are of the following configuration:
IIS 6.0
Windows Server 2003
Bluedragon 6.22
We recently were told to upgrade to windows server 2008. In order to do this, we had to upgrade to Bluedragon 7.1 and IIS 7.0
The issue we are…

Scott Fortier
- 63
- 1
- 3
1
vote
1 answer
Why can't my coldfusion cfc access a udf included in application.cfm?
I've got a logging function (can't use cflog) included in application.cfm and my .cfm pages can access this, but any components I use give me a "Variable LOGGER is undefined." error.
application.cfm

blank
- 17,852
- 20
- 105
- 159
0
votes
3 answers
How to include UDF_library in application.cfm?
I am using ColdFusion 8.0.1
I am working on an existing application that has thousands of pages. I am trying to include a library of new UDFs in my application.cfm file.
I addedd this line to application.cfm: