824 Topics
![]() | |
everything was working before, now i keep getting the following error: FILE specified in CFHTTPPARAM tag not found someone please help. my code looks like this: [CODE] <!--- Upload the file to the server ---> <CFFILE action="upload" filefield="img" destination="#ExpandPath('../img')#" nameconflict="makeUnique"> <cfhttp url="http://www.xxx.com/admin/upload-size.php" method="post"> <cfhttpparam type="formfield" name="bThumb" value="2" > <cfhttpparam type="file" … | |
Anyone know of an easy program to create forms? | |
My problem is strange. I have added a new webservice(Method with access="remote") to my existing webserice file(CFC). But, when I try to invoke it, browser tells me that it unable to find the webservice. But when I add the same body of code in an existing webservice, it works. I … | |
Could someone please tell me if there's a way that I could insert the time of day into a calendar that I created using CF. I can post events and I know how long they last, but I have not been able to post the time of the events (as … | |
i am making a project and i don't know how to convert an image in to text so sir plz rply me as soon i have made a project that convert a text file and my project in c++ help me...................... | |
Good Morning Everyone! I'm trying o turn my machine into a development station. I would like to install CF Server, with Apache and IIS. I'm Using widows 7 on a 64bit machine. Is here any certain order on what need to be installed first? Can someone walk me through the … | |
I want to know about Cold Fusion, Is cold fusion can be alternative of ASP, JSP, PHP. If answer is yes then On which server Cold Fusion files executes. I have not seen any website with this extion (.cfm). | |
I am using Ben Forta AutoSuggest example. I have the autosuggest working but I need to get another record out of the database to send the user to the right url. I don't know how to do this, can someone help me out? CFC: Code <cfcomponent output="false"> <cfset THIS.dsn="myprod"> <!--- … | |
My CF8 application loses the application scope randomly.It is set to expire in 8 days. In the middle of the day while users are working it starts throwing an error the application variable is not found. Any suggestions would help. | |
Hi trying to revise a web page by adding a filter using checkboxes, the page does a search but we want to add additional functionality. How can I do this using Coldfusion 7 and select boxes? | |
hi, I'm working on an admin page for a department in my school. I have a database of reservations for rooms in which each event has a distinct ID called "confID" Each event or confID often has multiple dates (dateOf). I need to list out the reservations for the admin … | |
[CODE] <cfldap server="my.ldap.server" PORT="389" action="query" name="GetEmployee" start = "cn=users,dc=directory,dc=school,dc=org" attributes = "cn,sn,uid,givenName,mail,position,telephonenumber,memberUid" username="cn=username" password="pass"> [/CODE] When I run my code, I get an error. First is the code correct or do I not have the correct permissions. [code] Authentication failed:[LDAP: error code 49 - Invalid Credentials] [/code] | |
Hi all, i have an application completely coded in coldfusion V5. i now need to upgrade my server setupn to support coldfusion V9. Can anybody highlight the effort involved in making changes in the existing application code.Also, is there any ide which can speed up the process. I am looking … | |
Does anyone know if it is possible to format the Excel spreadsheet (dynamically created using ColdFusion and pulling from a MySQL database) to have the Excel file automatically set to landscape, rather than portrait for printing. My client wants that Excel spreadsheet formatted for him. I have the borders and … | |
Hi My application is running on Windows Server 2003, Coldfusion MX 7, IIS6. I am trying to process a mail merge from a SQL Datasource to MS Word using cfobject and com. Everything processes fine, the merged doc is created and saved to the hard drive, however, as soon as … | |
Hi, I would like to search one field in database with multiple words. Also i will allow searches for example : a or cs....(one,two characters). My code: [code] <cfparam name="URL.NAME" default="1" type="Any"> <cfquery name="search" datasource="datasource"> SELECT * FROM search WHERE NAME LIKE ="%#URL.NAME#%" ORDER BY DATE DESC </cfquery> [/code] this … | |
Hi all, I am working on an interface that communicates with a PostgresSQL to create and grade a multiple choice test. The steps go like this: 1. Get user information 2. Set up a record of the user's test in the database 3. Pull in questions and possible responses from … | |
First I run a simple query to get the max ID from the table, which returns a number 10284. To which I would like to add a randomly generated number. So I get a number like '2' and it adds it and I get 10287 - which is INCORRECT! I … | |
Hi all, We are currently migrating our coldfusion mx 7 to a new environment server. Can anyone give some guidelines on how to do this? We tried simple copying of the files from the old server to the new server, but we encounter lots of errros. I wonder if the … | |
Hi there, I am running a ColdFusion server on a VPS to HostMySite.com and lately we are having strange problems with it. Every few minutes the server is not responding even if we restart the services - IIS and ColdFusion - and even the whole system. HMS guys investigated the … | |
Small design company looking for CF tech part-time. $30 to start. MySQL data bases are used. Grow with us and get in on the ground floor. Great 2nd job or filling down time. Email us. Thank you. :cheesy: | |
Hello Everyone, I'm actually having problem on my XP IIS, I copied new website but it wont work while all others are working fine. I have created new virtual directory but still now working. Some say to create new web site instead but It won't allow this option. When Right … | |
Hi again, Okay now I have a Coldfusion question, I have written a user defined function in coldfusion: [code=coldfusion] <cfscript> function isSqlInjection(str) { .... } </cfscript> [/code] Now I am a complete newbie to coldfusion and don't want to have to include this function in every page when I have … | |
Friends, I have data table which contains dates and states. Here is the sample. Date | State 1/23 NV 1/28 PA 1/29 NY 1/30 NY 2/1 NY 2/3 TN 2/4 TN I want to display them in ranges by states. Like 1/23 NV 1/28 PA 1/29 - 2/1 NY 2/3 … | |
Can someone tell me why this code is not displaying the "time" field in the table? I cannot figure it out. [CODE]<tr> <CFQUERY NAME="getAllTechsWeeklyActivity" DATASOURCE="VEHSALES"> SELECT date, time, DatePart(ww, date), datepart(dw, date) AS weekday FROM service_tech_activity WHERE DatePart(ww, date) = DatePart(ww, '#DateFormat("#editdate#", "yyyy-mmm-dd")#') AND DatePart(yyyy, date) = DatePart(yyyy, '#DateFormat("#editdate#", "yyyy-mmm-dd")#') … | |
![]() | I recently implemented an enterprise portal web application in ASP.NET for a client. The main requirement for this portal was to have Single-Sign-On links to other intranet web applications. After much debate, self-searching (sometimes soul searching..) I implemented an SSO mechanism which is technology independent and would work fine with … |
I just loaded Coldfusion Builder and Cold Fusion Server 9.0. Haven't touched this since cold Fusion 4.0. Anyone out there could tell me how to populate the Server Settings fields coming from Cold Fusion Builder would be greatly appreciated: like server name, hostname, Webserver port, context root, application server name, … | |
Hi, I am currently in the process of building na dlaunching a site that is focused around media uploads and streaming, and am looking for ways to optimise this process for end-user speed and security. Currently am on shared hosting with dailyrazor.com who seem to be ok, little unstable and … | |
Hi all, I am having a bit of an issue with a table I added (we'll call it 'new_table', with primary key 'key_id') to a PostgreSQL database I am working on. I recently created a table whose primary key is a serial int4. I have a standard query I run … | |
I am trying to find memory leaks in my application. I added -Xrunhprof arguments to the java arguments. When I try to restart the service it times out. This is the new argument that I added: -Xrunhprof:cpu=samples,file=java.hprof.txt ******************************** java.home=C:/JRun4/jre java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=128m -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Dcoldfusion.rootDir={application.home}/ -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=28999,suspend=n -Xrunhprof:cpu=samples,file=/temp/java.hprof.log ******************************** … | |
I've installed the development version of CF9 on my PC and checked that all the relevant services have started. I followed tutorials on which check boxes to tick during the installation. However, I keep getting the message "This link appears to be broken" when I launch a web page in … | |
Good day everyone. I'm hoping someone can point me in the right direction. I've been using Coldfusion for awhile, although I admit, I'm not a master at it. I'm pulling my hair out on a project I'm hoping someone can shed some light on. I have a table in my … | |
Hi I am trying multiple related selects using coldfusion and javascript. I have four dropdown list first one is related to the second one and thrid one is related to the first one. It is working as per expected if i have two drop down lists which are related to … | |
Hi; Error in cold fusion 5. Failed to send the spooled mail file, E:\CFusion\Mail\spool\BD81.cfmail. SMTP server replied "5.7.1 Unable to relay for [email]aaaa@bbbb.com[/email]" Moved file to E:\CFusion\Mail\undelivr\BD84.cfmail. Can someone help me. | |
Hi All, I am new to this Coldfusion and i am creating a FAQ page. My Database is MS ACCESS. It is working but with some code error as i am displaying 5 FAQ on first page then next 5 FAQ on the other page and so on. The PROBLEM … | |
Hi! Ugh, my computer's normally good, but for some reason it's spyware-riddled lately. I've been trying to fix this, but I think I need to call for support. It WAS more serious, where it was preventing stuff from opening and changed my wallpaper and stuff, but I seem to have … | |
:?:Hi! I am in search for some technical newsletters to subscribe.. Can someone provide me with a list?? | |
Hi, I am new to coldfusion. I installed CF7 in multiserver configuration. I created two instances on same box and created a cluster. I can browse to the two instances seperately and thru the cluster. I am having an issue. When I access instances directly the site is working fine, … | |
I need an application like a forum, but only for the purpose of visitors posing questions for attorneys that will respond once a week. The site is in .cfm and is fair credit law group dot com. I'd really like to find someone that can also install it. | |
I am redesigning a CF site vo2maxtesting.net in html and need to move it to the other server with minimal/no downtime or loss of Page One ranking. Could anyone help me with redirecting script and tell me if I need to make up a page for each .cfm page or … | |
I am building a site for my hockey league. I have been dealing with CF for a number of years, but would in no way class myself as any sort of expert. I am not sure if I am just having a brainfart, or what with this one! I have … | |
Hi everyone, In coldfsuion mx 7 does cfselect supports bind option which is supported by coldfusion 8.I have seen live docs for cfselect but in live docs it dint show any bind option for cfselect tag. If bind attribute is not present how we need implement related selects. I have … | |
I have 3-4 sites that do not need access to Coldfusion. I want to block their ability to use it. How can I do this? I want to especially ensure that these sites will not be able to call on any of the data sources set up in coldfusion. galaxygal | |
Hi Everyone, Could any one please advise me if this language is still feasible to go for? Is there still a market for it? Mr RenaldoB <FAKE SIGNATURE> | |
Hey All, Question: I have a coldfusion/access database first of all , and I'm using the Dreamweaver Accordion Slider Spry. So I have 4 panels that slide once clicked, here is my issue... I have my database populated on Panel #3, When I hit next or previous it will go … | |
Could someone please help me figure out how to offer multiple upload fields for a CF application? The current app starts with a login, and depending on the role, takes the user to a form that is then filled out. The form processing is done on the same CF page, … | |
First of all, am in the process of learning cold-fusion coding. I have a doubt in reporting part of coldfusion code. I need to make a report style such as below A B C Pass x B x Fail A x C Pass A x x Pass Presently am able … | |
I've been asked to make cosmetic changes to a website that was developed in Cold Fusion. Their original web designer has moved on to other things. Is it possible to make simple changes, such as CSS stylesheet adjustments, new logo, new graphics behind navigation links using standard html coding? Or … | |
I want to write a ColdFusion program that sends an email to a list of people whenever a particular column in a database is edited. I know how to do this, but I want it to run automatically everyday, rather than me having to run it myself. Is there a … | |
hi, Is any one familiar with use of Subcookies with coldfusion? Please help, its urgent. Thanks |
The End.