『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
After spending a significant amount of hours rebuilding my site in ColdFusion, I've run into a snag.The basic Hostek plan worked for me because it was roughly the same cost as my old PHP host. Unfortunately, I just realized that the basic plan only offers 1 measly GB of space, compared to the 10GB plan I'm leaving. 1GB isn't even enough to host my photos alone, nevermind the database and CFM files. In fact the next tier up at 5GB only works if I never add another photo.The next tier above that doesn't work within our budget (it would if Hostek would allow me to host my wife's website, which is already on Hostek, and mine on that plan, but of course each plan only allows ONE site).I'm sort of surprised that with disk space being the cheapest part of hosting that Hostek is being so stingy with space. I've looked around and haven't been able to find any more reasonable alternatives. What hosts do people here use?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WS32C28934-CDCE-497f-8212-6342141C5846.html
G'day:I'm just running a quick survey on my blog, and if you had a coupla min to write some code and post it for me, that'd be a big help.This is the blog article, and this is a summary of the question:Consider this string:nz = "Aotearoa"; What I want is to see how you'd approach turning that into an array of characters, ie: so if you dumped it you'd get this:array1A2o3t4e5a6r7o8aThat's it.Thanks for helping (if you do, that is 😉-- Adam
Hi All,I want to see the debug information on a web page without Turning ON the debugging settings in CF administrator.http://helpx.adobe.com/coldfusion/kb/coldfusion-debug-information-using-mode.htmlIn this link, they have given by adding mode=debug in a web page, it will display the debugging information, but it has not showed it up.Any help is highly appreciated.Thanks!
Hello,I'm trying to have CFHTTP post to an action page on another website, but then I want the user to end up on that page. The reason for this is that after the user clicks submit, I need to process some information here on our server, then send the user to the action page. Is that possible?I know I could send a form back to the user, but before it displays, have JavaScript submit the form. However, this seems inefficient, also the information is sensitive, and I'd rather not send it back to the user at all.Thanks for any help.
I'm currently on CF 9 and moving to 10 shortly so I've tried the "migrate" from Verity to SOLR. That created directories/files, but didn't move the data.I then tried to index what I normally index to Verity, but with the slightly modified syntax. It runs briefly and gives a http 500 internal server error.I tried just logging onto the server and running the index from the CF administrator. Same problem.I tried re-creating the collection from scratch. No joy there either. <CFINDEX ACTION="refresh" COLLECTION="seisolr" KEY="D:\UTEWebsite\Francais\" TYPE="path" URLPATH="http://www.ute-sei.org/Francais/" EXTENSIONS=".htm, .html, .cfm, .pdf, .doc" RECURSE="yes" language="French">Some additional info. Looking at the log files I find: "Error","jrpp-952","01/14/13","10:21:41","EventV3","org/apache/pdfbox/pdmodel/PDDocument The specific sequence of files included or processed is: D:\UTEWebsite\admin\indexwebsite.cfm, line: 15 "I've tried removing the .pd
I have a site which has been in operation for several years. I am now getting 414 Errors - Request URI too Large - from dyanamically generated pages. No code changes have been made to the server. I am looping over an array to build out a page. Here is some typical code:<form action="#request.self#" method=""> <table width="98%" border="0" cellspacing="0" cellpadding="2"> <cfloop from="#evaluate(currentStartRow+1)#" to="#evaluate(currentStartRow+15)#" index="x"> <tr> <td valign="top"> &n
Hello, everyone.I'm developing under a CF9 setup on a Windows server and have some Solr collections set up in the CFAdmin.The collections are indexing a database of questions, answers, and tags (each in their own table).For some reason, when I CFDUMP the results the Summary text is being prepended with the PK UID of that record.Is there a way to get it to not do this?Thank you,^_^
I am not sure why this is happening, I have a function where I am passing a date value, and I've seen it while displaying it and in alerts. So it comes across such as this 01/22/2013.I am trying to get the cfCalendar control I have to select the date but I can't seem to reference the property...Simple control defined in the form:<cfcalendar name="calDisplay" selectedDate="#SelDate#" mask="mmm dd, yyyy" dayNames="Su,M,Tu,W,Th,Fr,Sa" monthNames="JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC" style="rollOverColor:##FF0000" width="150" height="150" id="calDisplay" >here's the javascript the parameter is being passed correctly
Hi guys,if i'm not using cf_sql_float for data checking, then after execute, the data would be 500.55 in database. <cfset a = 500.55><cfquery name="qs_pp" datasource="#dsn#"> update pos_retail_item_trans set unit_price =#a#, sub_total = #a# where shopping_cart_item_id = 1024694</cfquery>But if i use cf_sql_float like the following, the data would become 500.55000000000001 in database. it seems that the cf_sql_float could change the data. Is there any solution to this problem?<cfset a = 500.55><cfquery name="qs_pp" datasource="#dsn#"> update pos_retail_item_trans set unit_price =<cfqueryparam value="#a#" cfsqltype="CF_SQL_FLOAT">, sub_total = <cfqueryparam value="#a#" cfsqltype="CF_SQL_FLOAT"> where shopping_cart_item_id = 1024694</cfquery>
hiWe have a CF9 latest updates running on a Win2K3 server under Apache 2.2.22 and JRun4 for years. Now, I wanted to upgrade to CF10.I first updated to Apache 2.2.23 with ssl 1.0.1cFor reassurance, I just disabled all JRUN CF9 services as seen in the Task Manager.Then I installed CF10. The installer mentioend different NET Ports. I accepted them.Install continued without a problem, CF10 was setup and I configured it. I then ran our main ap which also worked fine. Then, after some few hours while I was checking the health of it, I figured that COLDFUSION.EXE takes up all CPU time.Server response is still there but sluggish.I have not seen any reason why the cpu usage increases.I have to kill coldfusion.exe to cut cpu load. however, a few minutes after that (about 10-20 minutes) coldfusion.exe again begins to climb up. it takes about 5-10 minutes to hit 100% ...I have no idea how to deal with that (except going back to CF9)On my developer CF10 (same config) I have
I've built an uploader for my new photo gallery, and it's pretty basic. I can either upload using the new <cffileupload> box, or I can FTP files to an "upload" directory. Since the entire site is local still, I've just been copying the files I want to add to the database to the "upload" directory, then running my script. So far I've created 49 albums and added just over 3,400 pics.That is, until this latest round.I have some pics I took on a cruise a couple of years ago. There are just fewer than 400 of them. When I copy the files to my upload folder, pick my album, then click "Submit", get the following errors from <cfcatch>:cfcatch.type = Applicationcfcatch.message = X Resolution cfcatch.detail = X ResolutionThat's ALL I get.On the upload form, there's a <cfif> statement that copies the original images to a "/fullsize/" directory before processing if they're 1280px wide or less. Otherwise it resizes them using <cfimage>.&nbs
Coldfusion sites are running just fine. However, accessing the CF Administrator in our produciton environment generates error. Appears to have occured after installing hotfix "APSB09-12". This same hotfix has been applied to our development environment with out causing CF Administrator to break. I use the term "appears" because I don't think other changes were made to the environment in relation to the time we found out CF Admin was broken. Please help!See below information:Server Info:Running CF 8.0.1on Windows Server 2008 R2 Datacenter (Service Pack 1)x64 OSError Message:BrowserDateTimeDiagnosticsCould not find the ColdFusion Component or Interface CFIDE.adminapi.accessmanager. Ensure that the name is correct and that the component or interface exists. <br>The error occurred on line 95. GeneratedContent[empty string] HTTPReferer[empty string] Mailto[empty string] MessageCould not find the ColdFusion Component or Interface CFIDE.adminapi.accessmanager. QueryString[empty string]
Installing CF Builder 2 on new Windows 8 laptop. Was forced to use command line to even get it to install. Now when I try to run CF Builder I get a dialog box that says:Please uninstall and reinstall the product.If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.Error: 6Now, Uninstall doesn't work on Windows 8, and there's nothing I can find regarding Error: 6 on the Adobe site. Does CF Builder even work on Windows 8?
<!---page1.cfm--->query returned 3 IDs (1,2 and 3). Loops over each ID and call page2 then pass each ID over. <cfloop query="my_qr"><cf_page2 id= "#id#" /></cfloop><!---page2.cfm---><cfoutput>ID:#attributes.id#</cfoutput>tested it and only frst ID (1) is passed over to page2 instead of 1, 2 and 3? thanks
Ok, I'm trying to install the newest of the newColdFusion 10 with SQL 2012 on MS Server 2012I have seen some blog posts, but nothing on the forum. Is there an official thread or response from Adobe on the issue? I cannot get ColdFusion 10 to install. It breaks right on the initial load screenPlease let me know if there is another thread that I can look at, and if not, I will use this thread as I debug the issue.
I would like to implement cfqueryparam for my autocomplete function for a project I'm working on.Currently the code I have is below and works by passing a argument variable into a tsql query.SELECT users.user_id, users.first_name, users.last_nameFROM usersWHERE CONTAINS(*, '"*#arguments.term#*"')I would like to protect this by using cfqueryparam such as CONTAINS(*, <cfqueryparam cfsqltype="cf_sql_varchar" value="#arguments.term#">) however the results are not as expected.
I'm setting up CF10 on Windows Server 2008 R2 64bit. Trying to add a Datasource which is on Oracle 9i server. I recall, from doing this a few years ago, that the datasource first had to be setup on the web server, then it could be selected in the CF Administrator. So, I accessed the Oracle Client download page which has versions 10.2 to 11.2. I wonder which version of the Client will work with 9i and CF10. Any help? BTW, my guess is that it is not unusual to Install CF10 in an environment like this. How should I procede? Thanks.
I have a straight forward datefield control. Looks like the following:<cfinput type="dateField" name="dt_RtDate" width="60px" id="dt_RtDate" title="Enter or select repeat date" value="" >Now I have a javascript function that happens on a click event that I use to want to hide this control it looks similar to the following://Hide Repeater control var dtRepeater = document.getElementById('dt_RtDate'); dtRepeater.style.visibility = "hidden"; this works fine, but there is a problem I notice. The textbox dissapears and this is fine, but the calendar image control IS STILL VISIBLE?!So my question is I am not sure how to reference this control or property to make the entire thing go away. I would also then like to know the flipside of showing it too (which I am using by saying ... dtRepeater.style.visibility = ""; )So what do I have to do to reference the coldfusion date control to make it d
I have a CF page that needs to use user authentication from an ASP.NET machine, so I'm trying to call a web service to determine whether or not the user has been authenticated.I'm using this code:<cfinvoke webservice="https://my-domain.com/SessionQueryService?wsdl" method="UserLookupServiceService" returnvariable="authenticated" >Running this returns the following error:Unable to read WSDL from URL: https://my-domain.com/SessionQueryService?wsdl.Error: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated.I'm assuming this is a certiificate problem, since when I visit the ASP.NET machine via a browser, I get a certificate warning and have to add an exception. Is my assumption correct, and is there a way around it?
We've got ourselves a sick server/application and I'd like to gather a little community advice if I may. I believe the evidence supports a memory leak in my application somewhere and would love to hear a second opinion and/or suggestions.The issue has been that used memory (as seen by FusionReactor) will climb up to about 90%+ and then the service will start to queue requests and eventually stop processing them all together. A service restart will bring everything back up again and it could run for 2 days or 2 hours before the issue repeats itself. Due to the inconsistant up time, I can't be sure that it's not some trouble bit of code that runs only occasionally or if it's something that's a core part of the application. My current plan is to review the heap graph on the "sick" server and look for sudden jumps in memory usage then review the IIS logs for requests at those times to try and establish a pattern. If anyone has some better suggestions though, I'm all ears! The following are
I am currently upgrading from coldFusion 8 to coldFusion 10.The backend database is Sybase ASE Version 15.5 on Sun Solaris.Using jConnect for JDBC from Sybase as JDBC Driver.My question is: what version of Sybase jConnect is supported by coldFusion 10?Also, there is a footnote in "System support matrix" PDF file regarding 3rd party JDBC Drivers.http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf10/coldfusion10-support-matrix.pdfThe knowledge base link in the footnote does not work.The link is: www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_1853Is there any other place I can access the knowledge base information regarding 3rd party JDBC Driver support?Thanks
When will the installation from Adobe of Coldfusion 9 or 10 for Windows 8 be implemented? I have tried all the suggestions on the web to rectify the installation onto my new Windows 8computer. Argh.... My 12 year old machine has been replaced with a 16 GB I7. I have speed but not CF.
We are having issue with Session variables sticking from page to page in our Admin area of our website. You can login, but as soon as you click on another link (or anything) they drop. It's not a code issue because we have the same code on 2 other networks and it works fine. We also have the same code on our backup website on the same network and it works fine. The backup is on a different server in a different location. So that's 3 networks the code is running fine on. It even worked on this network on the main website up until about 9 months ago. I've verified/reverified the code mutiple times. Something must have happened with security patches, some IIS setting, or other server related issue. We are running 2003 Windows Server Edition SP2 and Coldfusion version 8,0,1,195765. The browsers used are IE7 and IE8. I don't think it's a browser issue because I can open another tab in the same browser and login and stay logged in on the website on another netwo
According to the documents, you can and should run ColdFusion using a windows account. I have setup CF Application service to run under an Active Directory account, but Apache throws a 500 server error. Based on the screen dump it is an authentication error, but I cannot find the log file nor can I find a configuration file. I suspect that now that CF runs on Apache, you have to set the Apache to run under the same user, but I cannot confirm. Any assistance is appreciated.
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.