| Thread | Last Post | Replies |
|
| IIS configuration | 31 Jan 2008 21:27 GMT | 1 |
Just installed CF Expess on my local machine configured with IIS. Getting the following error: Error Diagnostic Information Attempt to access a Session variable when session management is not enabled.
|
| Multiple checkbox with same name | 31 Jan 2008 10:37 GMT | 1 |
How can i get track of multiple checkbox across multiple pages with a same checkbox name. checkbox is getting populated according to the number of records queried from database.
|
| Installation | 31 Jan 2008 05:42 GMT | 1 |
How to install Cold fusion
|
| coldfusion administrator settings | 31 Jan 2008 02:52 GMT | 1 |
can the mappings setting, mail server settings etc be included within the application.cfm? I have signed up for a shared hosting package but i do not have direct access to the coldfusion administrator.
|
| Share Point to ColdFusion Portal | 30 Jan 2008 21:43 GMT | 4 |
Is it all possible to replicate something in ColdFusion to replace SharePoint? Thanks michael_b_skinner@NOSPAMyahoo.com
|
| SQL question | 30 Jan 2008 21:28 GMT | 7 |
Hi all I am trying to do "like" to find a string in a where clause. It works fine like this: <cfquery name="qrysales" datasource="mydatasource" > SELECT Referer, visit, id
|
| How to do it inside the cfscript? | 30 Jan 2008 21:22 GMT | 2 |
I'm trying to do some debugging. But since it is inside the cfscript I can't use cfabort and cfdump. is there similar function for cfcsript debugging?
|
| Video uploading problem | 30 Jan 2008 20:29 GMT | 2 |
i run a community website where users can upload video. but I have this one video that keeps crapping out. its 262 megs and the site dies instantly and I get the "Internet explored cannot display this web page" I know its not timing out cause when I say instantly, i mean ...
|
| How to output value in cfchart | 30 Jan 2008 18:38 GMT | 7 |
If country_count gte 5 then I want to output the values, this works fine when it is set as a variable but when I try to use the newly created variable #country_count# in the chart valuecolumn it doesn?t show anything. Maybe a new structure-or a query of a query is needed? How ...
|
| RDS server error | 30 Jan 2008 18:32 GMT | 2 |
In coldfusion admin, i get a server error when i try to access the directory structure. It states "Unable to authenticate on RDS server using current security information!".
|
| wwwroot folder | 30 Jan 2008 12:58 GMT | 4 |
I've noticed that when I am developing lots of sites in the root folder, I started making different directories for each site. wwwroot\ site1
|
| How to preview CF tags | 28 Jan 2008 19:47 GMT | 2 |
I need to build error report in CF. I have difficulty showing the CF codes (tag) in preview. I think because CF server filter out all the CF tag before showing the result in the browser. But in this forum, the preview screen is able to show cf tags/code. can someone tell me how ...
|
| How to go from Developer to Trial Edition | 28 Jan 2008 16:33 GMT | 3 |
I installed a Developer Edition on a server and now want to test a site without IP restrictions to see if hosting the site is a viable solution or else going the shared webhost route. When we try to install the Trial Edition , the Developer Edition is installed. I tried ...
|
| changing a page from html to cfm | 27 Jan 2008 05:25 GMT | 2 |
Hi everyone - I have recently decided to change my template page from a html page to a cfm page. In order to incorperate a cfinclude change Any advice on how to go about this in a logical fashion? Hopefully i don't have to go through the whole site manually
|
| prevent duplicate form submission from same user | 26 Jan 2008 14:57 GMT | 7 |
What's the best way to prevent the same person/computer from submitting a form? I am wondering about cookies, ip address, etc.
|