Questions
Als letztes aktiv
The Coldfusion Login Wizard implemented on my Login page(Displayed in earlier Discussions) now displays a Coldlfusion page requesting Username and Password input to access my Local/Network site. When I input what I think is the correct username and password I get an error message stating "Your login information is not valid. Please try again". My question is where is this particular Username and Password retrieved from? Is it retrieved from the Datasource Creation page in the ColdFusion Adminstrator where I created my Datasource or from the my Coldlfusion Login page on Line 5 (Pictured in earlier discussions) where the following is stated:<cfquery name="MM_rsUser" datasource="CF_EAAMembers" username="jcianci" password="delta787"> Inputing the username and password delineated in Line five rewards me with the error message above as does the inputing of the Username and Passord recorded on the Datasource Creation page. I did notice that when my Datasour
Hello everyone,I'm not skilled at Java at all so I could really use your help. I'm trying to read the duration and bit rate from an mp3 file. I'm using a java library called "mp3spi" from http://www.javazoom.net/mp3spi/documents.html.So var I've been able to determine that these objects exist:<cfset AudioFormat = createObject("java", "org.tritonus.share.sampled.TAudioFormat")> <cfset AudioFileFormat = createObject("java", "org.tritonus.share.sampled.file.TAudioFileFormat")> <cfset AudioFileReader = createObject("java", "javax.sound.sampled.spi.AudioFileReader")>I'm having trouble with the following code and converting it
I am using a insert statement.The insert statement picks a variablefrom the form and inserts it into the databaseI have no loops in the page the code is :<cfif isdefined("Form.Category")><cfquery name="InsertCat" datasource="ShoppingCart">Insert Into ShoppingMstCategory(Category)Values('#Form.Category#')</cfquery></cfif>The insert runs twice on its own.Though if I use Query analyser to insert the statement only inserts once.am I missing something. I am using CF10.Here's the whole page. <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>cat update</title></head><body><cfif isdefined("Form.Category")><cfquery name="InsertCat" datasource="ShoppingCart">Insert Into ShoppingMstCategory(Category)Values('#Form.Category#')</cfquery><cfelse><cfif isdefined("Form.CategoryEdit")><cfquery datasource="Shoppingcart">UPDATE ShoppingMstCategorySET[Category] = '#
I am having a problem with a new computer running Windows 7 Professional and Outlook 2007 where all .pdf attachments are not going through as attachments but as garbage within the body of the email. The .pdf are being generated by my practice managment software. When I open the messages back up in Outlook from sent mail - they look okay, but obviously the recipient is not getting them that way. Is this a .pdf setting problem? Outlook problem? Server problem?
I'm trying to track down why our servers become unresponsive over time. After about 3-5 hours CF will start to queue requests and the only thing I can do is restart the services. I'm not seeing any hints in all of our hardware monitoring that it is a hardware related issue. Our database servers are fine, the load on the systems are fine but after about 3-5 hours, they'll just start queuing and are unable to recover on their own without a restart. The only hint I've been able to gather is there will be a large number of locked threads.
I'm creating a simple Login page in Dreamweaver but I am having trouble creating the Datasource in the Datasource Administrator. I am using a Miscroft Access Database. When I access the Adminstrator and go to Data Services/Datasources and select the Microsoft Access database driver type I am prompted to input a "path" to the Database File and a "path" to the System Database File. I understand what is required for the path to the database file but do not know what is required for the System Database path. I tried inserting the same path as the database file and also tried inserting the path to the MS Access EXE file as the path to the System database file but when I submit the Datasource for updating I get 2 error messages. The first states that the "NT registry" could not be updated and the second states that the variable "DRIVERPATH" is not defined. Any help would be appreciated. Without a good connection to that datasource I cannot complete the con
I've been having a very strange problem with Internet Explorer (mostly) and ColdFusion 10.I'm using CFID and CFTOKEN to track user sessions. Occasionally - primarily in IE - something goes wrong and I keep getting a new CFID/CFTOKEN every time I refresh any page. This means that logins fail because the session created and returned is a new one that has no user logged in. The only way to fix this is to clear the browser cookies for that domain and then it works for a while before this starts to happen again.I've googled all over the place and tried numerous session fixation fixes to no avail. I've even tried to create a page that simply dumps all the cookies and invalidates the session but this doesn't help either.This is a new server that I want to begin using for all new client sites, but until this is resolved I can't do so.Any help would be greatly appreciated!Brian Loewen
I am trying to set up coldfusion to handle payPal IPN but I cant find any tutorials that explain how to get it to work, anything I find is out of date or I just cant get it to work. I've tried using the code on paypal developer site here:https://cms.paypal.com/cms_content/CA/en_US/files/developer/IPN_COLDFUSION.txtand I have enabled IPN on my paypal account but I'm not sure I've set it up correctly. Is there a way to check if paypal is even sending data back to my site?Been having a look and it seems the ipn I set up isnt even running. when I test the payment (i set up a basic ipn.cfm file that writes to a text file) it still doesnt work. Could there be a reason why paypal isnt running the ipn? If I go to the ipn.cfm file in a browser then the test txt file is created.Cheers!
hii'm trying to use multiple expressions in a cfif ex:<cfif (Evaluate(test.itemcode) is not "HDMI") OR (Evaluate(itemcode) is not "DVI")>this should result in returning everything that 's not with hdmi or dvi , right? it doesn't , it returns everything including thembut when I do:<cfif (Evaluate(test.itemcode) is not "HDMI")>it excludes the hdmi from the list...what am I doing wrong?
I have installed the CF 10 on my windows server 2008 R2. Now problem is that when I open site page it's take almost 30 second to load the page. My system is good and I think it's not an issue of my system performance. I think it's an issue of ColdFusion 10.
I am trying to use a jdbc/mysql connector. The issue is that the connector is compiled in a later version that what is installed in Coldfusion MX 6.1. I have downloaded and installed the Java 6 SE JDK and installed it. Here is my JVM config file.## VM configuration## Where to find JVM, if {java.home}/jre exists then that JVM is used# if not then it must be the path to the JRE itself#java.home=C:/Program Files (x86)/Java/jdk1.6.0_45/jre#java.home=C:\\Program Files (x86)\\Java\\jdk1.6.0_45\\jre#java.home=C:/Program Files (x86)/Java/jdk1.6.0_45#java.home=C:\\Program Files (x86)\\Java\\jdk1.6.0_45java.home=C:/CFusionMX/runtime/jre## If no java.home is specified a VM is located by looking in these places in this# order:## 1) bin directory for java.dll (windows) or lib/<ARCH>/libjava.so (unix)# 2) ../jre# 3) registry (windows only)# 4) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)## Arguments to VMjava.args=-server -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENU
Hello, I will try to be brief. I've been trying for days to install ColdFusion 10 64bit on Ubuntu 12.04 64bit, but I get this error http://xx.xxx.xxx.xxx:8500/CFIDE/administrator/index.cfm:/opt/coldfusion10/cfusion/logs/coldfusion-out.logOct 3, 2013 22:50:23 PM Information [pool-2-thread-1] - Starting logging...Oct 3, 2013 22:50:23 PM Information [pool-2-thread-1] - Starting license...Oct 3, 2013 22:50:26 PM Information [pool-2-thread-1] - Developer Edition enabledOct 3, 2013 22:50:26 PM Fatal [pool-2-thread-1] -Oct 3, 2013 22:50:26 PM Error [pool-2-thread-1] - Unable to initialise License service: coldfusion.server.ServiceExceptionOct 3, 2013 22:50:26 PM Information [pool-2-thread-1] - Starting crypto...Oct 3, 2013 22:50:26 PM Error [pool-2-thread-1] - Unable to initialise Cryptograpic service: java.lang.NullPointerExceptionOct 3, 2013 22:50:26 PM Information [pool-2-thread-1] - Starting security...Oct 3, 2013 22:50:26 PM Error [pool-2-thread-1] - Unable to initialise Security s
Hi All,I am accessing a web service of a web site using ColdFusion.Each time I am calling the web service I am getting the message "Web service operation ... with parameters {} cannot be found".The wsdl file showing the parameter as complex type .So I have passed value to the particular method using structure and xml type each time I gets that error message.I can not post here the wsdl for security reason.When I am calling this Web service from .net it is working without any problem. .NET directly creating the objects of the parameter which the method is needed from the wsdl but I don't know whether it is possible in ColdFusion or not.Also I don't know whether the web service in .net or in other language.Please suggest something.ThanksUpen
Coldfusion 10Flex 3Existing Flash Application works with Coldfusion 8Flex Integration is turned on.Running latest update 12Linux MachineWhen I bring up the application I get the following error:mx.messaging.channels::AMFChannel)#3 initialDestinationId = (null) messageAgents = (Array)#8 [0] (mx.rpc::AsyncRequest)#9 authenticated = false autoConnect = true channelSet = (mx.messaging::ChannelSet)#5 clientId = (null) connected = false&n
I get the above message on start up of CFAdmin on a system that used to work. Had recently applied APSB13-27, but cfadmin worked after that install. There are two instances of CF9.01 on the server, the second instance works, the primary does not. On WIndows Server 2008, fully patched, IIS7. CF pages work properly. I have re-done the wsconfig for the cfadmin site. Other CF sites are on separate IIS instances on the server. Have applied the CF9 lockdown stuff. This is on a server that has been working for a while.JRUN Luancher shows that the 'cfusion' server is running properly. CF 9 version 9,0,2,282541 , Enterprise version . Java version 1.6.How to fix? THanks...RIck...
GreetingsI contsructed a form that allows the user to search up to five criteria:Date range, appraiser, order status, clientpriorityI've attempted to set the action page:<cfquery name="search_flexible_criteria" datasource="#Request.BaseDSN#">SELECT order_ID, order_number, order_client_ID, order_rush_status_ID, main_orders.order_status_ID, order_appraiser_ID, order_create_date, order_property_street, order_property_city, client_ID, client_company, appraiser_ID, appraiser_fname, appraiser_lname, lookup_order_status.order_status_ID, order_status, rush_status_ID, rush_statusFROM main_orders MO, lookup_clients LC, lookup_appraisers LA, lookup_order_status LS, lookup_rush_status LRWHERE 1 = 1<cfif IsDefined("Form.StartDate")><cfset Session.StartDate = "#CreateODBCDate(FORM.StartDate)#"><cfset Session.EndDate = "#CreateODBCDate(FORM.EndDate)#">AND (order_create_date BETWEEN #Session.StartDate# AND #Session.EndDate#)</cfif><cfif IsDefined("Form.order_clie
I have a database table with image paths and image details. I want to use ColdFusion to auto generate a PDF with this information. It's kind of like a yearbook. I've used <cfpdf> in the past to populate Acrobat forms, but since I need to display images, I can't use Acrobat. I then discovered LiveCycle Forms, but I soon realized that you can't merge/flatten LiveCycle PDF's due to the XML. Which, if the user generates an extract more than 1 page long, i'd have to merge the files.I can use <cfdocument> to write a PDF file, but this isn't ideal. Reason being, is that when you import the generated PDF into Adobe Illustrator, it views it as one big image. The designers working with these PDF's are used to opening up hand made PDF's, selecting the image they need from the document, and dragging the image and details to their canvas. Unfortunatly, <cfdocument> just mashes everything together as one image.Is there any way to accomplish this task? I'm so beat trying to find a s
Hello, I am a web developer, but I do not use Cold Fusion, so I come to the experts on this one. I have a client that wanted me to review a website and I cannot get the page to even attempt a load. It literally has nothing but a blank page and refreshing resolves too quick to actually be fetching the site. I saw the site load in his browser on the smart phone, so I know it loads for him. I used a webpage analyzer on it, so that is the only way I know it is in CF. It was able to fetch pages and URLS. Has anyone seen this sort of behavior? If so, what causes it? I have used FF, Chrome and IE. One time, out of all the times it gave me a cert warning, but when proceeding again.. blank page. Thanks for your help.
So I have a URL as a string in a variable and I'm trying the following:<cfimage action="read" name="myImage" source"#myUrlString#">And I get the following error:faultCode:Server.Processing faultString:'Unable to invoke CFC - An exception occurred while trying to read the image.' faultDetail:'File C:\Inetpub\wwwroot\my\cfc\path\"https:\my.domain.com\imagefile.jpg" does not exist.'Clearly it's prepending the path to the .cfc file onto the URL String. How do I get cfimage to just load the image from the URL without it trying to prepend the .cfc file's path onto it?(I've also tried ImageRead and ImageNew with exactly the same results).Thanks,Laurence MacNeillMableton, Georgia, USA
I can't seem to get .net integration working with cf8 or cf9 on a windows server 2008 standard box. It installs without any errors in the logs but things tend to go down hill from there.When I have cf8 installed it can find a dll and get dump the properties but when I try to instantiate the object I get an error. So this works: <cfobject type=".NET" name="sidiClass" class="System.IO.DriveInfo"> <cfdump var="#sidiClass#" />but this gives an error: <cfset drives = sidiClass.GetDrives() />specifically:Object Instantiation Exception.An exception occurred while instantiating a Java object. The class must not be an interface or an abstract class. If the class has a constructor t
On a new WIndows 2012 server (64bit), IIS 8.x installed, CF10 installed (to latest patches), CF10 hardening done. Ran WS-Config on individual IIS sites (not the "All" site). Jakarta virtual directory in place in the IIS site, and pointing to the correct wsconfig file for the IIS site : {CF-Home}\config\wsconfig\{iis-site-number} Default document setting in IIS set to defaults; have also tried setting index.htm as first default document. Browsing to http://mydomain.com/ returns a 404. Browsing to http://mydomain.com/index.htm returns correct content. Problem happens with any subfolder on the site. Have verified that index.htm exists in all tested folders. (Browsing done on the local server console.)Have deleted site web.config, then re-enabled index.htm as default document in IIS manager. Have checked permissions to the file; they are proper (and beside, going to http://mydomain.com/index.htm works fine, so don't think it is a permissions problem). No URL rewriting at server
I am using a cfspreadsheet tag to read excel file. Since, I am using QoQ, the file import errors out since the header row has spaces in it?How do we read the header row specifically and replace spaces and save the file before moving forward? Thanks<cfspreadsheet action="read" src="c:\WellRecords.xls" query="qryRecords" headerrow="1" sheetname="1">
So about a month and a half ago we switched from CF9 to CF10, and we were excited about what new features we would find in the revamped Scheduled Tasks section. As it turns out, our optimism and faith was severely misplaced. In every single aspect of the scheduler product, Adobe fails to deliver a usable product, and in most cases takes severe steps backward.Did you copy over your old neo-cron file so that you wouldn't have to set up 50+ tasks by hand?Well lucky for you that all the tasks will now be in CAPS for some reason, and every one of them is labeled as "paused" even though they are currently running.Did you like how nicely CF9 grouped the tasks by type, sorting hourly, daily, and weekly tasks into groups?For your convenience, that's now gone.Would you like to change the name of your task?Sorry! Error Message: It is unable to store the job because one already exists with that designation.Would you like to change what URL is called on the task?Sorry! Error
I'm using cfgrid type=html. I am creating a dropdown box in the cfgrid, however in the dropdown box it is showing the Values, instead of the ValueDisplay in the dropdown box. <cfgrid name = "SecondGrid" height="200" width="700" font="arial" fontsize="12" query = "getsecurity" SORT="Yes" selectmode="edit" format="html" insert="yes" delete = "#deletevalue#" ><CFGRIDCOLUMN NAME="userrole" HEADER="User Role" HEADERALIGN="LEFT" DATAALIGN="LEFT" BOLD="Yes" ITALIC="No" &n
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.