726 Topics

Member Avatar for
Member Avatar for jdavenport

Hello, We are running cfmx7 with apache on red hat linux. A problem started 2 days ago causing our website to hang, where coldfusion and apache do not seem to be communicating properly with each other. We will restart the coldfusionmx7 service (with or without restarting httpd service), and everything …

Member Avatar for jdavenport
0
154
Member Avatar for lightningrod66

Can someone please help me with this problem? I have tried many examples, but none of them work correctly. I am creating a guestbook for my website, using ColdFusion 8. The guestbook works great as far as adding new entries to the database and displaying them. The problem is trying …

Member Avatar for lightningrod66
0
92
Member Avatar for rharp

Hello, I’m a jr. CF programmer trying to figure out how to create sets of multipages. What I want to do is create page sets of 10 and have an arrow link, which would jump you to the next 10 pages. The page selected would be the first number of …

Member Avatar for lightningrod66
0
270
Member Avatar for Bogi

Hi I dont't know Eanglish well. I have problem with cfchart Mayby someone have this problem too and can help me. Sometimes I using chchart i have that result [URL="http://dragon.tarchomin.pl/zdjecia/error2.gif"]http://dragon.tarchomin.pl/zdjecia/error2.gif[/URL] [URL="http://dragon.tarchomin.pl/zdjecia/error1.gif"]http://dragon.tarchomin.pl/zdjecia/error1.gif[/URL] I'm from Poland Bye-bye Bogi

0
48
Member Avatar for lespaul00

Hello, I have been struggling for awhile now to get my website up and running. Here is some background: Website development: Dreamweaver 8 Dynamic Programming language: ColdFusion MX 7 Database software: MS Access 2002 Type of website: Recipes returned from database input (by user) Goal: To have website visitors use …

0
90
Member Avatar for ajhart

hi i get an error saying: General error: Table 'ajhart.UserTypes' doesn't exist but i know it does and it's works fine on my local machine, just not when I upload it. Does anyone know why this might be? cheers ash

0
43
Member Avatar for lafalot

Hi, We have a form where people are able to upload a pdf. This works great. We also have an editing form, where they can edit their entry. However, when I try to call up the PDF file that they uploaded, I get nothing. Additionally, the file they uploaded disappears. …

0
46
Member Avatar for tiredntroubled

Hi all, I have a form in which there is a drop down menu. The values from the drop down are populated from a database. When the user selects a value from the drop down, I would like the to display related data from a ms sql server database within …

0
67
Member Avatar for gov1234

what are hardware needed to host websites from home ? I have cable internet at home 24/7 , can that handle traffic I have desktop with 3 ghz , can i make it as server

Member Avatar for kaushik259106
0
70
Member Avatar for simmy7

I am trying to replace a series of characters with an encoded string value and use that to look for a value in a table. My problem is that when I put the encoded value in the replace, cf converts it to the character instead of leaving it as those …

0
71
Member Avatar for lafalot

Hi, I have time stored as an integer in sql server. The time is separated into fields of hour, minute and am/pm. I need to output the data and sort the time, but of course, 12 is coming after 1. Is there a way to sort my hour integers in …

Member Avatar for lafalot
0
105
Member Avatar for anto
Member Avatar for tiredntroubled

Hi all, I am working on a coldfusion form. Within the form the user will enter data. (If they open an existing record, they will then be udpating the record). I want one textfield to have data coming from the database, when the record is opened for the first time. …

0
56
Member Avatar for jjiimm_64

We are recieving errors in the logs that should not exist. We have a large site with lots of traffic. I have reieved a number of errors in our log files EX: Application:The request has exceeded the allowable time limit Tag: CFSTOREDPROC The only problem is, according to this document. …

Member Avatar for djoxer
0
172
Member Avatar for Frank11

Hi, I'm rather new to writing queries, so please forgive me if this is a really simple thing to do. I need to create a CF query that finds out which rows in the DB have ANY of the values that are in a given list. Only one column in …

Member Avatar for ibmwaseem
0
76
Member Avatar for xfreyje

I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> …

Member Avatar for ibmwaseem
0
167
Member Avatar for critical5

Hi All, I really need help with this as I have been banging my head against a brick but no luck. I need to connect and invoke a web service from a credit ref agency. The vendor has given me a toolkit CD with their WSDL file on; where I …

0
73
Member Avatar for cffan

A while back I developed a CF application for my boss to post news articles to our company website. For the most part it has worked great but my boss gets most of the content he posts from emails he receives so naturally he copies and pastes the email from …

0
55
Member Avatar for wasabi

The CFMX7 start application says coldfusion is running, but this error is returned by the flash player, testing an application from FLEX. [quote] [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://localhost:8500/test/books.xml"]. URL: http://localhost:8500/test/books.xml"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at …

0
67
Member Avatar for lafalot

I have a form on our Web site where visitors enter data. I use cfinsert to insert this data into an MS access table. Most of the time, this form works. However, I occassionally get the following error: Error Executing Database Query. Application uses a value of the wrong type …

Member Avatar for blairr
0
235
Member Avatar for harrybalais

I'd like to go to another record of the same category using a link to either prev or next. How can this be done? Sample query: <CFQUERY NAME="NextPrev" DATASOURCE="DB"> SELECT ID, Category, Title, MemoField, TextField FROM tblExample </CFQUERY>

Member Avatar for gavy
0
220
Member Avatar for sureenm

could any one help in inserting images or files directly into mssql database using cold fusion and also should pull the data directly from the database without using any temporary folders both inserting and retrieving.

Member Avatar for gavy
0
57
Member Avatar for CFAustin

Error Invoking Events Gateway Gatewayname: Null 1. created a gateway instance in CFadmin of with following information type Asynchronous CFML Id = asynchr_submit Path = H:\JL\TEST\cfc\asynchr_submit.cfc Config file = H:\JL\TEST\cfc\asynchr_submit.cfg. I also tried with no config file. (i also tried with config file cfc-method =onIncomingMessage and mode = saynchronous ) …

Member Avatar for gavy
0
96
Member Avatar for morestar

Hi everyone. This is my first time here. I thank everyone for their help and support. I don't have much of a problem but I have some code that I want to clean up and I'm fairly new at coldfusion. I believe there is a way I can clean up …

0
68
Member Avatar for lafalot

Hi, I've set up a "Send Page to Friend" function using a script that I donwloaded. It works fine if I use my email as the recipient address, but I receive the following error when I try to send it to a Yahoo address: Invalid Addresses; nested exception is: class …

Member Avatar for cfAllie
0
165
Member Avatar for smithproject

After the very positive feedback from the ColdFusion® Developer Community, youngculture decided to open source its ColdFusion® Server “Smith”. Till the end of April Smith Application Server has been downloaded more than 6’000 times. Developers are welcome to join the project. The project is published under the GPL Licence and …

0
71
Member Avatar for Moord

Currently, my company is running our website and intranet in CF. We're looking to move our website to PHP, but the intranet must remain in CF for the foreseeable future. Is it possible to run both CF and PHP on the same server? If so what considerations do I need …

Member Avatar for Moord
0
111
Member Avatar for odessit

Can anyone recommend the way to implement the [B]image zoom[/B] feature? This is the same option that you can see on any big estore when you looking at the product detail. Thank you Lenny

0
61
Member Avatar for lafalot

Hi all, I am running a query on an MS Access table that has some fields that are the same and some that aren't. For example, the customer number_field is the same, but the start_date field is different. I'd like to run through the query and when the customer_id is …

Member Avatar for lafalot
0
286
Member Avatar for Memento

I hope you can help me with this because I am out of ideas... I am trying to pass a structure [I]into[/I] an Oracle procedure and have had no luck… does anyone know how to pass a complex data type into an Oracle database? My idea was to pass in …

Member Avatar for Memento
0
100

The End.