Questions
Als letztes aktiv
My cfcookies are only good for "domain.com" and if a user goes to "www.domain.com" the cookie is not valid. Any ideas on how I can make the cookie valid for the entire domain? I have entered the domain as ".domain.com" in the cfcookie tag. Coldfusion version is 8.Thanks!Mike
F1 !!!!! Need HELP asap. I get a server error by trying installing the hotfix APSB13-13 for CF 9.0. I try to install the hotfix under java-version 7.21, 7.11, 6.10, 6.14 and 6.16. What can I do?
Hi,Used the following URL to access the CF Adobe ColdFusion 10 Configuration and Settings Migration Wizard:http://localhost/CFIDE/administrator/After installing Cold Fusion 10, The CF Adobe ColdFusion 10 Configuration and Settings Migration Wizardscreen appears. The Login button is pointing to the following URL:http://localhost/CFIDE/administrator/enter.cfmEither after entering the password or just selecting the Login button, the following screen:HTTP Error 404.0 - Not FoundThe resource you are looking for has been removed, had its name changed, or is temporarily unavailable.The question I have is what should the Login button be pointing too?Thanks,Mike
We started testing the migration of one of our main websites from CF9 to CF10 and everything seemed to be going well. When we started testing our web services though things got a little weird. All of our web services were throwing error messages. Both installations co-exist on the same Windows 2008 R2 server running inside of the same instance of IIS.wsVersion = 1AXIS errorSorry, something seems to have gone wrong... here are the details:Fault - Error attempting to create Java skeleton for CFC web service.; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [java.lang.NullPointerException : null] AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Error attempting to create Java skeleton for CFC web service.; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [java.lang.NullPointerException : null] faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:DevwsVers
I am using "&amp" in a coldfusion variable and assigning this to another variable. And I dumped this variable but am not getting results as I expected instead it outputting as below.<cfset x = "abdul & latheef"><cfset y = x><cfdump var = "#x#"><cfdump var = "#y#">Actual Output:x = abdul &amp latheefy = abdul &amp latheefExpected Output:x = abdul & latheefy = abdul & latheefAny idea about this why am getting output as I explained in Actual Output: . Timely help well appreciated.
The release note was confused.Adobe has identified a critical vulnerability affecting ColdFusion 10, 9.0.2, 9.0.1, 9.0, and earlier versions for Windows, Macintosh, and UNIX. This vulnerability (CVE-2013-3336) could permit an unauthorized user to remotely retrieve files stored on a server.
We recently upgraded from CF8 to CF9 Enterprise. I'm getting an "Unable to create temporary file" error onmy CFIMAGE resize calls. We use sandbox security. I assume I need to grant write access to whatever folder CF uses for temp files, but which folder is it? The same code (and sandbox settings) ran fine in CF8....Note, if I attempt to add C:\JRun4\servers\cfusion\SERVER-INF\temp to the sandbox for this particular app, CF crashes on all requests across all apps on the server with a:Security: The requested template has been denied access to C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc1510154633.class.The following is the internal exception message: access denied (java.io.FilePermission C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc1510154633.class read) ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsys
Hi there,i am trying to set up CF10 parallel to CF9 with the apache webserver. I've tried it with the Beta of CF10 but it didn't works. Now we perchuased CF10 and the problem is still the same. We ar usiung a CentOS 5.7, and the apache server 2.2.3.I installed CF10 with the server configuration, everything went fine. The first problem came up to, when i tried to start up the cfusion instance:Running the ColdFusion 10 connector wizard======================================================================Configuring the web server connector (Launched on the first run of the ColdFusion 10 start script)Running /etc/httpd/conf connector wizard...=======================================There was an error while running the connector wizardConnector installation was not successful=======================================Well, then i've activated the build in webserver, and i was aviable to access to the admin site. I created a new instance a tried to connect it manually to the apache webserver wit
Does anyone have a solution that combines jQuery File Upload with coldfusion - I am not very patient when it comes to jQuery and I am assuming a clever person has worked this out?! It is a great UI and if it it could work with CF and upload the image names to a database that would make me have sex wees!!!Thanks in advanceJan
Yesterday, I applied recommended hotfix APSB13-13. Today, I can't get into my CF Admin panel. I'm receiving a HTTP Error 500.0.I'm assuming this is an IIS issue related to a new DenyUrlSequence, but I can't find the solution anywhere. I've confirmed that, in my web.config file at the web root, I have an entry removing the DenyUrlSequence, which SHOULD allow the local machine to access the CFIDE/administrator folder.1) Can anyone help me pinpoint the problem OR2) Can anyone tell me how to roll back the hotfix, so I can start over?Thanks in advance for any help/guidance.
I am trying to display a list sorted by year, then title and then subtitle. if there are no subtitles, titles should appear by itself. if there are subtitles then they should appear under titles, all in alph order.Here is a pic of what i am trying to get: http://www.flickr.com/photos/irfanirfan/8740957103/Here is the code I have so far, any poniters would be helpful.<cfquery name="getYear" DATASOURCE="LibDB" DBTYPE="ODBC"> SELECT distinct Year FROM Everything WHERE deleteflag = 0 ORDER by Year DESC</cfquery> <cfoutput> <cfloop query="getYear"> <br><a onClick="Toggle('#getYear.Year#')" class="toggle" style="border-top: 0px;" onMouseOver="this.style.cursor='pointer';"> <b>#getYear.Year#</b></a><span id="toggle#getYear.Year#" style="display: true"><img src='images/max.gif' alt='Maximize' border=0></span><br> <div id="div#getYear.Year#" style="display: none;" class="toggle"> &n
I created a form with LiveCycle and I am able to populate the fields on the main page, but I am unable to populate the fields on the master page. I have a footer on the master page that has a few fields that I want to display data in. Is it possible to populate fields on a master page? If so, what is the heirarchy of subforms on the master page?
hi my mail code is below:<CFSET Path1 = "#APPLICATION.ROOTPATH#/index.cfm?fuseaction=customerReport&isemailPopUP=Y&fileName=#trim(txt_fileName)#"><cfmail to="" from="" subject="">Please note that the following file has been posted '#trim(txt_fileName)#'.Direct Link to File: <#Path1#></cfmail>Eg of the mail receivedsbody: body: Dear body: body: body: Please note that the following file has been posted '1 ColdFusion Coding Standards.docx'.body: body: body: : body: Direct Link to File: <http://website.com/sales/index.cfm?fuseaction=customerReport&isemailPopUP=Y&fileName=1 ColdFusion Coding Standards.docx>body: body: body: Now the problem is when the user clicks on the hyperlink to download the file ,special characters link _ (underscore) or some unicode characters are inserted in the file name be
Upgraded website from Cold fusion 8 to Cold fusion 10. Initially was working Fine. Suddenly a part stopped working with the following error.The getJoinsAsString package method in the C:\Apache\Tomcat\webapps\ROOT\Reactor\query\render\join.cfc component cannot be accessed from C:\Apache\Tomcat\webapps\ROOT\reactor\query\render\object.cfc. This method has package access and both the components are present in the same package. Yet the only way to fix this seems to be changing the access from package to public. Though the website still works with package access in Cold Fusion 8. Would like to know why does this error occur all by itself?Or has some configuration changed in Cold Fusion 10 for this error to occur?
Trying to make a variable go away after a certain amount of time. This is in application.cfm<cfapplication name="testtag" sessionmanagement="yes" sessiontimeout="#createtimespan(0,0,0,10)#"><cfparam name="session.test" default="a">This is in another template<cfif structkeyexists(session,'test')> there<cfelse> gone</cfif>Session.test lasts and lasts and want it to go away to make a timer but session.test is staying, getting reset, or something.What am I doing wrong?
I have a Problem with parsing dates. Why does #LSParseDateTime(Now())# produce an error while #LSIsDate(Now())# answers with 'YES' ? locale is German (Standard)My ColdFusion Code: Now() : #Now()# <br> LSIsDate(Now()): #LSIsDate(Now())# <br> LSParseDateTime(Now()): #LSParseDateTime(Now())# <br>Output: Now() : {ts '2013-05-15 12:56:27'} LSIsDate(Now()): YES LSParseDateTime(Now()): The web site you are accessing has experienced an unexpected error.Please contact the website administrator. {ts '2013-05-15 12:56:27'} is an invalid date or time string. The error occurred in E:\InetPub\wwwroot\tests\OP\emptime.cfm: line 7169 : Now() : #Now()# <br> 70 : LSIsDate(Now()): #LSIsDate(Now())# <br> 71 : LSParseDateTime(Now()): #LSParseDateTime(Now())# <br> 72 : How can this be and how to solve this problem???
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd8.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c5c.html
Hi I am getting this error.Error Executing Database Query.You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nearThis is my Code<cfoutput><cfset jobappid = '#appfirstname##form.applastname##DateFormat(Now(), "mmm-dd-yyyy")#'>#jobappid#<br><cfset appdate= '#DateFormat(Now(), "yyyy-mmm-dd")#'></cfoutput><cfquery username='#username#' password='#password#' datasource='#datasource#'> INSERT INTO jobapp(jobappid, appdate, applastname, appfirstname, appmiddlename, appphone, appstreet, appcity, appstate, appzip, fulltime, eighteen, appposition, previous, previousdate, available, experiences, crime, hsaddres, hssubjects, hsyears, hsgrad, hsdiploma, collegeaddres, collegesubjects, collegeyears, collegegrad, collegediploma, techaddres, techsubjects, techyears, techgrad , techdiploma, q1, q2, q3)
Hello, everyone.If I use AJaX to POST a string of JSON data without using a form, is it still inserted into the FORM scope, in ColdFusion?Thank you,^_^
Hi,Is there a way to find the location of Cold Fusion 9 patches?I found this URL: http://www.adobe.com/support/coldfusion/downloads_updates.html#cf9Also, is there a way of determining what patches are missing for the Cold Fusion 9 installation?Currently, have Version: 9,0,1,274733 and Adobe Driver Version: 4.0 (Build 0005) Does the Cold Fusion patches include any Java necessary updates?Java Version: 1.6.0_17 Thanks,Mike
It has been said that forms do not have a limitation in the number of fields included in the form. I have run into an annoying problem when the form reaches 50 or more fields as the form is being used to do a Role Call for individuals attending a meeting. The same code works just fine with smaller numbers of fields and it simply has checkboxes for the ones who are attending. It processes this into a 2012 SQL Server database. I have attempted to use cfform which did not make any difference in the results. I have code to send to anyone that wants to seriously look into this issue.
Where can I download a copy of cf8 dev edition?
I am getting this error when trying to get to the admin page.Error Occurred While Processing RequestFile not found: /CFIDE/administrator/index.cfmNothing has changed and this CF install has been running fine for over a year.The index.cfm is there and that path is correct so not sure why its getting this error.I'm running CF 9,0,1,274733 On ubuntu 10.04
Right now I'm going through setting up our new virtualized ColdFusion 10 Application/Web/Data server, and I noticed that during install, since I had 'Connect all IIS sites' selected, it created the handler mappings for each but also gave each a virtual directory for 'CFIDE' and 'Jakarta'.Best practice guides have said to restrict access to the 'adminapi', 'administrator', 'componentutils' and 'wizards' folders under the CFIDE directory, but is it safe to just remove these virtual directories (and leave the handler mappings) so that the sites can still process CF-related file types?The 1 site we have that is the default that localhost is bound to, I felt I would just leave those virtual directories there, since in order to get to that server's CF ACP, we'd have to goto: http://localhost/CFIDE/administrator/index.cfmI know that if a file in a site needs access to things like the CFScripts folder, CF will automatically assume the virtual directory is there and create <script> tags t
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.