『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7fa1.html
Hello, everyone.Is it possible to get binary data from C/BLOB and display it as an inline PDF? Not to download, just embed it in HTML/CFML?Thank you,^_^
I see CF 10 Update 6 on the CF 10 Admin.After I download and install and logout and log backin, the update 6 is available still there.It seems that CF 10 shows previous message or it did not update.Can you please advise how i can check that does CF 10 did install update or it shows the message for some reason even I downloaded and installed the update?Your information and help is great appreciated,regards,Iccsi
ColdFusion 10 update 5 - a security update - is now available for install within your administrator. For details read this post on the ColdFusion blog : http://t.co/SwxeIjaB
In my case an Adobe tech enabled the built-in web server for some sort of testing and left it enabled. I would like to once again disable it to limit the attack surface as I can see it is getting some hits by an internal vulnerability scanner on our network.Where is the config file and specific setting to disable only the built-in web server?The undesirable change made to the built-in web server is referenced in this forum entry: http://forums.adobe.com/message/4388179
Hello,I have been working on .Net and Coldfusion since a couple of years and have integrated multiple .Net dlls with my Coldfusion applications. Whenever I have to do it with a new dll, it pops error like "Class not found in specified assemly list". I am still unable to figure out the real or actual way of doing that. I have tried all the common suggestions on various websites, including;1. Restarting the CF Server2. Restarting the .Net Service3. Using full Class name (with namepsace)I am already using .Net 4.0 dlls with Coldfusion 9. I heard that after the upgrade of .Net integration service for ColdFusion 9, restarting will not be required for every new or modified dll. But still the problem is there.Can anybody plz tell me why the hell this process so hectic and painful?Thanks
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d69.html
I'm most of the way finished with my website conversion from PHP to CF. I have a working blog, a photo gallery, and other sundry pages. It's been a really fun project, and I'm looking forward to picking up some space from Hostek and uploading my franken... errr, my new website.The one thing I've noticed though is that when run locally, pages take AGES to load. And not just the pages with queries. Even the static pages are slow. At first I wondered if my SQL was to blame, but when I <cfdump> the query that builds my photo gallery index page, I get an execution time of zero (granted, I only have a 6 albums that show up, and 3 of them are empty).My development machine is a Core2 Duo, 3GHz, with 8GB of ram, running Ubuntu 12.10. I have CF10 installed with MySQL 5.x and Apache2.It just seems like locally things should be speedy, so I'm starting to suspect the dev edition of CF. Has anyone else had a similar experience?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c52.html
I have the following script that is meant to create a mysql database on a remote server using values passed into it:-set arg1=\\192.168.0.254\e$\Program Files\MySQL\MySQL Server 5.5\bin set arg2=192.168.0.254 set arg3=%1 echo %arg1% echo %arg2% echo %arg3% pushd %arg1% mysql -uignite -h %arg2% -p***** -e "CREATE DATABASE %arg3%" pauseIf I place a value in arg3 - i.e. MYDatabaseName, then the script runs and fine from a web page that use the following coldfusion code to call the script:-<cfexecute name="fullpathtocmdfile\AddDatabase.cmd" arguments="'MyDatabaseName'"> </cfexecute>But if I keep the %1 in there - ie the holder for the variable - then it doesn't seem to pick it up and create the database.Am I using the correct syntax to pass the variable into the file?Any help greatly appreciatedPaul
On 64-bit Windows Vista machineCF 9 wouldn't install 64-bit version - threw Windows 216 errorInstalled CF 9 32-bit over typical IIS 7 server 127.0.0.1 and localhost both serve from c:\inetpub\wwwrootCF templates in iis web sites execute normally Installed Coldfusion Builder as stand aloneGoing through Builder's Server Wizard, I can't find documentation to help me complete the process. Most help will provide specific examples for each field or check box, but they don't explain the why. So, when a problem arises, there is no explanatory information for troubleshooting.Server settings under Server Setup: Server Name: localhostApplication Server: JrunHost Name: localhost"Is LocalWebServer Port: 8500RDS User Name: adminRDS PW: as entered during CF9 installServer Home: C:\Coldfusion9Document Root: C:\Coldfusion9\wwwrootVersion: 9.0.xIn the Servers tab within Builder, my localhost server appears with status of "Stopped"When I right-click and select "Start Server" I get an error - "'Star
After a recent upgrade from CF9 to CF10 I am seeing the following error in a couple of legacy applications:Element NAME is undefined in CFLOGINThe login code in the Application.cfm looks like this:<cfapplication name="SampleApplication" clientmanagement="No" loginstorage="session" sessionmanagement="Yes" setclientcookies="No" sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#" /><!--- Login ---><cflogin applicationtoken="SampleApplication" idletimeout="300"> <!--- Construct roles ---> <cfset roles = "" > <cfif ListFind( administrator
I need to make a secure SOAP request with Coldfusion , and I'm having trouble implementing the headers properly so the service can use it.There are two structure examples I was givenExample 1:This is a sample soap request:POST /WebService/EmployerWebServiceV24.asmx HTTP/1.1Host: stage.e-verify.uscis.govContent-Type: text/xml; charset=utf-8Content-Length: lengthSOAPAction: "https://www.vis-dhs.com/EmployerWebService/EmpCpsVerifyConnection"<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <EmpCpsVerifyConnection xmlns="https://www.vis-dhs.com/EmployerWebService/" /> </soap:Body></soap:Envelope>Example 2:An example SOAP authentication HEADER would look something like:<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://ww
A little background: I tookover maintaining a website for a client. They have forms that collect sensitive information, so they have it set up to get scanned for PCI Compliance every month. They haven't passed compliance in 8 months or so, and no one has tackled the issues until now. Main Point: the PCI compliance scanned has a low level entry saying the following: The web server running on this host uses password fields that allow auto-completion by users' browsers. This could allow a user's credentials to be stored by the browser and subsequently exposed if the user's computer becomes compromised.After looking into the issue, the input fields have the autocomplete attribute, but it equals "false" instead of "off", which is incorrect.I tried to change it to off, but then it throws an error and the only way I could get it to work is to restore the file from a backup.Question: Is there a way I can edit this file (I'm guessing its encoded), or does adobe hav
is there a way to make this work? i'm trying to use different href values inside a cfgrid, based on the value returned by the query. for some reason, it always navigates to the second url, "someOtherURL". grid format is html<cfgrid>...<cfif myQry.myColumn eq 'something'> <cfgridcolumn href="someURL"><cfelse> <cfgridcolumn href="someOtherURL"></cfif>...</cfgrid>thanks a lot!
I'm trying to use a CFC in an ajaxproxy. If I make a simple function it works fine, but as soon as I start getting into more complex scenarios, some of which may need to have a caught error for connection failures and such, instead of returning the error it just returns a parsejson syntax error in the javascript. I've even tried using a try catch and returning a structure with the error details but that doesn't work either, still gives the parsejson error. I've tested and confirmed without any actual error the struct returns fine with false error data in it, but as soon as it's a real error it doesn't work.This makes using a ajaxproxy nearly useless if you can't capture and handle errors in it. Surely I'm simply doing something wrong?This is on a developer edition, Coldfusion 9, Apache 2.2, Windows 7 Host.
I have a page that edits a database called (edit_record.cfm). The link from page A will go to the edit page that will allow for changes. After the update to the database from the (update_record.cfm), my cflocation tag will go back to page A. However right before I submit my finished records to my manager on my (email_review.cfm) page, I can click on each record to edit one last time. which when clicked would go to the same (edit_record.cfm). What i want to do is to have a have my cflocation go to any of my previous pages when my database updates regardless if the previous page is my (edit_record.cfm) or (email_review.cfm)
I am trying to install coldfusion-70-win on my laptop with windows 7. I had it on a previous computer, but cannot access that computer now. I have a back up CD which my Web developer put all the necessary installation components to manage my website, which is where I am trying to complete installation from. The problem is everytime I get to 99%, the Install anywhere keeps asking me to select another location to install it in. Doesn't matter which location I choose, it will not finish installing. I am not very knoweldgeable with this stuff, so any help would be much appreciated.
Is there a way to hide or remove a student's name from a menu list once that student is inserted into a database table? The table that list the student's name is different from the table that record's the student's grade. The table that record's the grade has the column pointing to the primary key of the student table. It's called "gra_stuid" as one of the columns.Here's my code below: <cfquery name="graadreport" datasource="master">SELECT graadreport.*, trim(CONCAT(name.fname,' ',name.xholy))AS student, trim(concat(ltfname,' ',ltlname)) as LT, verbs.* FROM name, graADREPORT, graadlt, verbsWHERE graLT = '#Session.user_id#'AND name.foiid = grafoiidAND verbs.verid = gracontactAND graweekbegin = '#form.graweekbegin#'AND graweekend ='#form.graweekend#'GROUP BY grafoiidORDER BY student</cfquery><span class="label_student">student</span><cfselect name="grafoiid" class="box_student"><option></option><cfoutput query="student"><opti
Hi,We have a oldfusion 9 installation with Plesk11 and facing multiple problems:1- Coldfusion administrator opens with broken images as shown in the images attached.2- We can't see any option for the updates in the Cf administrator4- The font management option needs to be manually updated with the windows font dir. 'C:\Windows\Fonts' and after a reboot it needs to be done again, I am sure coldfusion automatically gets the windows font directory.3- When we click on the 'Resource Security' in the CF administrator, and try to add some directory to it, it comes up with some applet problem, image attached.Any help will be greatly appreciated guys as this is a matter of urgency for us to solve the issues.ThanksSteve Jordanhttp://www.hyve.com
Can anyone point me to documentation that actually defines each of the properties in the right column, throughout Coldfusion Report Builder? For example, when I am viewing a report and I click on a subreport, there are Colors and Style, Data, Layout and Print Control. All have attributes and I would like to find an official definition of each. I have looked everywhere and can't find it. Any help?Thank you...
I am porting a coldfusion application from 32-bit ubuntu to 64-bit and have run into an odd snag. For some reason, I am able to perform file operations in a directory but am completely unable to get a directory listing using cfdirectory.The CF server is Ubuntu 10.04 64-bit running coldfusion mx7. It is joined to active directory using centrify express, and has the centrify samba package installed instead of regular samba. The directories in question actually reside on windows servers - Windows Server 2003 and 2008. The shares are mounted on the CF server using the following lines in fstab://server2003/share /network/server1/share smbfs _netdev,noperm,credentials=/root/.smbpasswd,uid=0,file_mode=0777,dir_mode=0777 0 0//server2008/share /network/server2008/share smbfs _netdev,noperm,credentials=/root/.smbpasswd,uid=0,file_mode=0777,dir_mode=0777 0 0 Coldfusion jrun process is
Hi all,There's a good one, which may have an obvious answer (and that's the reason I first decided to ask it here before filing a bug).<cfset t1 = ToString("00237000000075384887")><cfset t2 = ToString("00237000000075384892")><cfif t1 EQ t2><cfoutput>#t1# equal to #t2#</cfoutput><cfelse><cfoutput>#t1# different to #t2#</cfoutput></cfif>The result of the above is rather surprising. Somewhat this sort of comparison thinks the numbers are equal. Also, even if both numbers are converted to strings, ColdFusion still thinks they are equal.If using Compare(t1,t2) however, ColdFusion starts comparing the strings as us, humans and distinguishes the difference between them Now if there's any known limitation to comparing long numbers etc. or the fact that middle of each of them is filled with zeros affects it all, be welcome to point it out to me.Simon
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f14.html
So I've made good progress on my CF photo album project, but now I've run into a snag. Once I've uploaded a collection of photos and inserted them into my database, I bring up a page which is basically a table containing the thumbnail of each pic, some info about it, and the description of the pic.The table is inside of a <form> tag, and the description is a <textarea> tag. I have as many text areas as I have pics, so it can be any number (within reason). I'd like to be able to type a description for each pic into each textarea rather than having to do them one at a time, then click the submit button to update my records.Each textarea has the same name, so I had the idea to add a hidden form field that held the pic ID, then on the processing page I could maybe have a <cfloop>. My problem is that I can't figure out how to associate each pic ID with the corresponding description, especially considering some of the descriptions might be blank.Is t
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.