problem getting coldfusion and iis running together

2015-02-07 Thread Mark Spence
Sorry, this is both a IIS and ColdFusion question, so I wasn't sure where to ask. Hopefully someone here can help me. I am just getting started with CF and am helping someone with a site so please bear with me. I am trying to get my local dev environment set up. I had IIS and ColdFusion

CF 404 handler non being invoked on IIS

2015-02-08 Thread Mark Spence
This is working on the live hosted site, but on my local install of iis and cf it isn't. I have ses urls like this: http://mysitedotcom/item-section/item-name-1034/index.cfm The directories item-section and item-name-1034 do not exist, so it should invoke the Application.cfc onMissingTemplate

Re: problem getting coldfusion and iis running together

2015-02-08 Thread Mark Spence
at 23:04 PM, Mark Spence markpence...@gmail.com wrote: Thank you for the reply. I googled the error code and found this thread: http://forums.iis.net/t/1150673.aspx?Am+getting+the+error+0x800704ec+in+webpage+while+calling+the+perl+script I looked in the ISAPI and CGI restrictions

Re: problem getting coldfusion and iis running together

2015-02-08 Thread Mark Spence
Hello, Russ. I tried the web server configuration tool. After doing so I got an error about a duplicate configuration pointing me to the web config file. I removed the entry and it seems to work now. I want to say I REALLY appreciate all your help. Thank you so much. Cheers.

Re: problem getting coldfusion and iis running together

2015-02-07 Thread Mark Spence
Thank you for the reply. I googled the error code and found this thread: http://forums.iis.net/t/1150673.aspx?Am+getting+the+error+0x800704ec+in+webpage+while+calling+the+perl+script I looked in the ISAPI and CGI restrictions and there is an entry under tomcat_Default Web Site with the path

Re: CF 404 handler non being invoked on IIS

2015-02-17 Thread Mark Spence
of your 404 handling in your ... 404 handler. I don't use IIS rewrites for much and instead rely on CF wherever possible. Will try and find some time this long weekend (holiday here in the USA). On Thu, Feb 12, 2015 at 5:31 AM, Mark Spence markpence...@gmail.com wrote: After playing

Re: CF 404 handler non being invoked on IIS

2015-02-18 Thread Mark Spence
/onmissingtemplate -Original Message- From: Mark Spence [mailto:markpence...@gmail.com] Sent: Wednesday, February 18, 2015 12:07 AM To: cf-talk Subject: Re: CF 404 handler non being invoked on IIS I'm trying to make do with using a custom 404 handler in IIS but the requested

Re: CF 404 handler non being invoked on IIS

2015-02-18 Thread Mark Spence
Sorry for the misunderstanding, but he 404 is for pages the are ses product pages. So I need the content to be returned to the user. An example would be thus: http://www.mysite.com/productpages/category/product-103/index.cfm I am pulling productpages to see that it is a product page and 103

coldfusion 9 developer edition with verity download

2015-02-16 Thread Mark Spence
Anyone know where I can safely download coldfusion 9? I would like it for development purposes as the live site uses a verity product search that I need to work on. Thanks. ~| Order the Adobe Coldfusion Anthology now!

Re: CF 404 handler non being invoked on IIS

2015-02-11 Thread Mark Spence
Thank you, I would appreciate that. On Mon, Feb 9, 2015 at 6:38 PM, Matt Robertson websitema...@gmail.com wrote: Mark, those two threads aren't exactly a linear set of to do steps. I'll try to put that together tomorrow when I am in front of a desktop.

Re: CF 404 handler non being invoked on IIS

2015-02-11 Thread Mark Spence
Have you tried a very simple rule to test of that is working ok ? The url rewrite is just pointing to serve the site from a subdirectory. It is working ok because the home page is being served correctly. Thanks, On Mon, Feb 9, 2015 at 3:09 PM, Russ Michaels r...@michaels.me.uk wrote: I

Re: CF 404 handler non being invoked on IIS

2015-02-08 Thread Mark Spence
I have added the following for a custom error page: Execute a url on this site /404.cfm I still get the standard iis 404 error page. I have restarted the server. Is there something else I need to do? Thanks. ~| Order the

Re: CF 404 handler non being invoked on IIS

2015-02-09 Thread Mark Spence
Matt, Thank you for the link. I am working through the first step below: *Step 1:* Configure a Missing Template Handler in CF Administrator. Mine is global to the server and kept in the ColdFusion webroot - which is separate from the IIS web root and whose default location is

Re: CF 404 handler non being invoked on IIS

2015-02-12 Thread Mark Spence
After playing with it a bit more I added this: httpErrors existingResponse=PassThrough/ Now I just get a blank page. Am I successfully passing it through to cf? Hard to tell. I was hoping to have made a bit of progress. On Mon, Feb 9, 2015 at 6:38 PM, Matt Robertson websitema...@gmail.com

Re: CF 404 handler non being invoked on IIS

2015-02-18 Thread Mark Spence
, Mark Spence markpence...@gmail.com wrote: Sorry for the misunderstanding, but he 404 is for pages the are ses product pages. So I need the content to be returned to the user. An example would be thus: http://www.mysite.com/productpages/category/product-103/index.cfm I am pulling

Line breaks being lost in textarea form field

2015-03-08 Thread Mark Spence
I don't know if this specifically a CF question so sorry if it is considered OT. I have an admin section of the site that lets the owner add and edit items/products. I am having an issue with the description field where the newline/enter key input is being lost when editing an entry. To give

trying to shorten long string

2015-03-06 Thread Mark Spence
I have a long product description I am trying to truncate. I could just truncate it, but I don't want to break off sentences. Here is the solution I came up with but it does not seem to have any effect. Any ideas? cfset variables.description = qry_productsGet.productdescription cfif

considering two options for changing hosting

2015-03-26 Thread Mark Spence
I am currently using Newtek/Crystaltek for a client site and have a couple of issues with them I am able to resolve. The site has been with them for several years. 1. Lately the Wordpress portion of the site has become slow and I can't figure out why. It's not the db and it is not the

Enable Request Debugging Output not working

2015-04-04 Thread Mark Spence
For some reason, suddenly debug output has stopped working on my development machine. I'm not sure why. I have tried turning it off and on, restarting the server, restarting the box. Nothing has helped. Google has failed me. Running on windows 8.1 and IIS.

Re: Enable Request Debugging Output not working

2015-04-05 Thread Mark Spence
? On Sun, Apr 5, 2015 at 3:49 AM, Mark Spence markpence...@gmail.com wrote: For some reason, suddenly debug output has stopped working on my development machine. I'm not sure why. I have tried turning it off and on, restarting the server, restarting the box. Nothing has helped. Google has