The official community for ColdFusion.
Recently active
Hi All,I have created chart using CFCHART. Its working fine in my local system in ALL BROWSERS. But when moved it to my staging sever the CFCHART not rendering in IE(workign in all other browsers).
Hi all Ive just managed to install CF10 and during the installation process put in passwords when prompted.Im now at the admin screen however it says my password is wrong. Ive unistalled it once and put it back on and its exactly the samecan anyone helpthanks
I've tried HTMLStripCharFilterFactory and StandardTokenizerFactory in the schema.xml BUT not working.
I've been banging my head on the desk this morning looking at this code. I don't know what I'm doing wrong. I can cfdump the data I want, but then I can't output it with cfoutput. Here's the code: <cfldap action="QUERY" name="userSearch" attributes="*" start="ou=people,dc=myldapserver,dc=com" scope="SUBTREE" server="myldaps
I'm occasionally getting this error using the cfthread tag but don't know where to start to debug it. It doesn't always happen but a few times a day and sometime it spikes out my available memory. Can anyone point me in the right direction to tracking down this bug? I'm running the latest CF8 on Jrun. Here is ths complete error: 1 "Error","cfthread-27","02/18/09","17:45:18",,"ThreadID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined. " The "ThreadID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC" is the name I gave to the thread using a GUID. The "InsertStatus2ecfm" part is the coldfusion template name. Here are the exceptions building up to it: 1 "Error","cfthread-27","02/18/09","17:45:18",,"AUTOMATEDPROCESSID8C35519B-C9E7-97E1-B91F-CE9A5082B3DC: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is undefined. " 2 coldfusion.runtime.UndefinedVariableException: Variable _cffunccfthread_cfact_InsertStatus2ecfm7047469871 is
This year? when?I only waiting that to migrate my webservers to Win 2012.
I loaded hotfix 4 and jdk-7u17 earlier in the week. All was well. Loaded APSB13-10 this morning on my development server and now I am getting a "coldfusion.excel.Excel.formatCell(Lcoldfusion/excel/ExcelInfo;Lcoldfusion/runtime/Struct;IIZ)V null" error. Tried the same page on my test server which as HF4/jdk-7u17 and it works fine. Anyone got any ideas on what is causing the problem? Running on Windows server 2008 R2
hi all ive downloaded cf 10 "ColdFusion_10_WWEJ_win32.exe" however when ever i try to install it on server 2008 i get the hour glass for a few seconds then nothing.Ive just tried it on my desktop machine and the instalation starts with no problemsdoes anyone know where im going wrong?thanks
Hi ,I need to fetch a particular value from a string,eg:input : abc def def test|test2|test3 my required output should be:test|test2|test3How to go about this using any function or any other alternate solution.Kindly advice !!!
I am working on a script that will send out daily messages to an individual who has subscribed to a particular company’s daily message. The subscribers table has:FirstnameEmailCompany ID Delivery methodDesktopPhone I have set up a query that pulls the subscribers information to:Determine which businessWhich layout to use (contact_id)Determines time zonePhones will be sent at a later time than the desktopWhich version to send:Desktop with all graphicsPhone with graphics removed I can use a cfloop to send the message out every morning, I just don’t know how to efficiently send out the message by the different time zones.Each time zone will have 2 diff times: 5:00am for the desktop8:00am for the phonesAny suggestions would be helpful.
Hi there. I've already posted this up on stackoverflow, but thought it might be worth posting here too in case anyone here had some information. The SO link is http://stackoverflow.com/questions/16103089/null-pointer-error-when-using-objectloadobjectsaveI've been having a problem with CF9 and NULL POINTER errors that do not appear to be an issue within Railo. I created a simple CFC and associated mxunit unit test to confirm this with.On Railo (4.0.4) both unit tests pass. On Coldfusion (9.0.1), the unit test getMetaDataBeforeMethodInvocation fails with NULL POINTER error on the GetMetaData call.At present I can only surmise that CF9 does not have access to the full metadata following ObjectLoad until a method within that component is called. Is anyone able to shed more light on this problem, and/or offer a better solution than to ensure that a method within the object is called prior to doing getMetaData?Here is the CFC// NullError.cfccomponent { public Nu
I have probably screwed a setting up but when I try to access the Administrator I get this:Permission denied for creating Java object: coldfusion.server.SystemInfo. So I am unable to access the Administrator. How do I get around this please? I'm stumped.And thanks!
I have a directory on my server named "documents" that I need to make sure users are authenticated (logged in) before they can access this directory.The directory contains PDF documents. Whats happening is that users are bypassing the log in process and directly accessing documents in this documents directory.When my users log in a SESSION variable "allowin" gets set.Normally I have an application.cfc or application.cfm file that will redirect the user to the login page if they dont have the session created.For example if a user tried to access the site directly with a link and not log in they would not be allowed in and be redirected to the log in page.Thats because the application runs each time a cfm page runs.But when a user accesses the site at http://www.mysite.com/documents/test.pdf they get in because the application.cfm doesnt run and enforce the SESSION rule.Because there is not an application.cfm file in the documents directory.Any ideas on how to use CF to boot users
All - I have into an issue in which we can enter the hyperlink address into a <cftextarea richtext = "true"> but the hyperlink doesn't become active after entering it and/or hitting the space button. Has anyone run into this? Is there a fix? We are using the browser Firefox. We are not using IE. Code Below:<cftextarea richText="true" name="OperDesc" id="Desc" height=150" width="770"/>
New to grids.--- Can you select a row in a grid and pass those field values to a registration form? or use an href in each row to pass field values to an action page containing a fom? Thank you --- jim
Just installed my first copy of ColdFusion 10. I am an experience web developer and system administrator. This installation is on a Windows 7 laptop with no other develpment tools and no IIS. I thought I choose all default configuration for ColdFusion 10 and Builder 2. I cannot find the Server Host. I have a C:\ColdFusion10 directory, but no C:\JRun or C:\ColdFusion9 directories.
I'm calling bullshit on Adobe. Had I waited longer, it would have gone on all day. I'm glad I sold their stock.
I still haven't had the time to really become a professional when it comes to regular expressions, and sadly I am in need of one an finding it difficult to wrap my head around.In a text file I have hundreds of instances like the following:{Click here to visit my website}{http://www.adobe.com/}I need a regular expression for Dreamweaver that I can run within the "Find and Replace" window to switch the order of the above elements to:{http://www.adobe.com/}{Click here to visit my website}Can anyone provide some guidance? I'm coming up short due to my lack of experience with regular expressions.Thank you in advance!
Hi there,I make a SQL query on an object with dbtype = query<cfquery name="qry_catalog" dbtype="query">SELECT * FROM catalog queryWHERE country LIKE '# art #'</ cfquery>What also goes without problems, interestingly, the query takes only results when the Upper / lower case is correct.e.g. Search for "UK" brings 13 records from the XML object "uk" no.I have never read that it is case-sensitive.I'm open to all suggestions.Thank you greeting Jochen
Hi,I can create a single PDF. But when I try to combine multipe PDF creations, getting a 500 message.The code below was being used to try display multiple PDF's on the screen:<cfinclude template="module1pdf.cfm"> (the result is information in PDF)<cfinclude template="module2pdf.cfm"> (the result is information in PDF) Only the information from module1pdf.cfm would be displayed.Per my research, I found the cfpdf.Below is the cfpdf function:<cfpdf action="merge" source="module1pdf.cfm,module2pdf.cfm" destination="3.pdf" package="yes" CenterWindowOnScreen overwrite="yes">When the cfpdf is executed, receiving a 500 message.Is the a way of displaying the creating of PDF's on the screen at the same time?Note: Using Cold Fusion 9Thanks,Mike
I am trying to figure out how to build a mobile app using Jquery Mobile on the client side and Coldfusion and MySQL on the server side. It seems very difficult to find a basic example. Can someone please show me a tutorial that shows how to insert data and then read the data and display it? All on a mobile phone? I know this has to be possible but I can't find any documentation.
I need some best practices advice. I'm not sure if there is a better way to do what I'm trying to accomplish. The execution time is very high which is why I'm looking for alternatives. I welcome any tips to help reduce this execution time. Hopefully, I can explain this clearly because I'm not seeing it clearly. I'm going to just use one form field for this example, however, there are about 10 search field options.Multiple items (checkboxes) can be selected for one field. I am going to use CODES for my example.The cfquery on the results page uses a view that has been created in the database. This view joins a primary table (company) to several other tables (i.e., codes) that possibly have many records for that one company. Within the cfquery, I use IN for the joined tables just to see if that company has any of those records. It appears to be working and not taking too long. In order to output the results, a distinct comp
Hello,I am attempting to use this isValid code:<cfparam name="myVar" default=""> <cfif (myVar NEQ "") AND NOT (isValid("string",myVar))> Failed<p><cfelse> passed<p></cfif>if i call this page as myPage.cfm?myVar=5, the page works. if i do myPage.cfm?myVar=5555, i get a 403 error. is this a bug?
My setup is:-DW CS3CF MX 7Windows 7 workstationWindows 2003 development serverLocal area networkI am having a problem with DW CS3.A site I have used for some weeks has suddenly started misbehaving.When trying to access a CF 7 data source binding I get :-"In order to view the columns of this recordset, please associate the variable (#application.dsn#) with a data source. To do this, press the plus button and choose Data Source Name Variable."When I try and associate my application.dsn with a data source none are seen in the drop down.I compared the site to another site which is working fine and I can't see any difference in the setup.I have cleared the site cache and removed the data connections from within DW. (menu, Site => Advanced)I tried completely recreating the site copying only the cfm files into a new directory.I tried removing the configs from the Appdata cache/config.I tried reinstalling Dreamweaver.I've used this set up for years, but that doesn't mean to say I hav
Need to see if ColdFusion 5 will run on MS Server 2008 R2.On a client's site that has ColdFusion 5(yes 5) and wants to move it to a MS Server with 2008 R2 and IIs 7.5 on it. The one app that is on it is going away as is all ColdFusion. So they do not want to invest in an upgrade. Simply not an option for them and they have made it clear. 2008 R2 Issues: CF 5 being 32-bit doesn't install for me. Is there a way to make this happen?IIS 7.5 I've read articles that CF 5 can be run on IIS 7.5 with compatibility mode turned on. I don't think this will be the big hurdle.The alternative is to keep in on the server it's on but for reasons this is the last alternative.So for the most part I am looking for advise on running CF 5 on MS Server 2008 R2.Thank you!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.