Apache + Virtual hosts with CF

2008-08-14 Thread Stephen Adams
Hi, I'm trying to set up VirtualHosts in apache for the cf sites I'm working on. My setup so far is I have apache2.2.9 installed, with cf8 running on Vista Home Premium. Both are working fine, the CF administrator runs fine everything is ok. When I installed CF I did not use the JRun setting

Re: Apache + Virtual hosts with CF

2008-08-14 Thread Stephen Adams
Aren't VirtualHosts in that version of Apache referenced through a separate, included .conf file? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Stephen Adams wrote: So in my hosts

Apache with coldfusion, using seo urls

2008-08-12 Thread Stephen Adams
Hi, I'm trying to set up my laptop with Apache and CF, so far I have everything working the only problem is that the site I'm working on uses SEO url's e.g. mysite/myaccount and this will load the index.cfm page of the my account folder. This also means that all the includes and links to

Creating an API with coldfusion

2006-09-12 Thread Stephen Adams
Hi, I'm thinking of developing an API for all the coldfusion work I'm doing at work. I want to have a series of base components which I can reuse in multiple projects. For example I want to have a baseLogin.cfc, which handles some common functionality for all logins. Then in a clients site I

Re: Creating an API with coldfusion

2006-09-12 Thread Stephen Adams
-Original Message- From: Stephen Adams To: CF-Talk Sent: Tue Sep 12 10:33:21 2006 Subject: Creating an API with coldfusion Hi, I'm thinking of developing an API for all the coldfusion work I'm doing at work. I want to have a series of base components which I can reuse in multiple

Session variables don't exist after moving a site to CF5

2002-03-20 Thread Stephen Adams
HI, I have just moved a site from a CF4.5 machine to a CF5 machine, and I found that the session.sessionID variable does not get created or cannot be found. I have checked all the settings in CF5, but I can't see why they wouldn't exist. Does anyone know why a session variables disappear

Running both CF4.5 and CF5 on the same machine

2002-03-12 Thread Stephen Adams
Hi everyone, I have two CF sites, one built using CF4.5 the other using CF5. We need to put both on a laptop for demo purposes. Is it possible to have CF4.5 and 5 on the same machine or will 5 overwrite 4.5. If so can 4.5 be installed over 5 at a later date. I know the the site built using

Slight OT: SQl problem

2002-03-05 Thread Stephen Adams
Hi, I am trying to run a query that checks through a list of postcodes, this list comes in a comma separated list (eg N12, N13, N15 (these are english postcodes)) The problem is that I want to use a LIKE in my AND clause that checks the postcode So my query looks like this: select

cfmail within a custom tag being run twice

2002-02-18 Thread Stephen Adams
Hi everyone, I am having a problem with a custom tag I have written that sends out an email every time an error occurrs. The problem is that I always get two emails sent for one error. I am using a close tag to call the custom tag, other than that I can't see why the tag would be run twice.

Links in CFMAIL

2002-02-12 Thread Stephen Adams
Hi, I am trying to send an email with a link in the body using CFMAIL, but I have found that the link never appears in the message body. I do have the type set as HTML. Here is an example of the cfmail tag I am using: cfmail to=#session.Email# from=[EMAIL PROTECTED]

Problem with DateFormat when using DateAdd

2002-02-06 Thread Stephen Adams
Hi, I am trying to create two separate dates, the present date and the date a week later, as today is 06/02/02 that is one date then next one is 13/02/02. The problem I am having is with formatting the second date. As I am in the UK I want the format of the dates to be dd/mm/yy, but when I

Using CFmail and loops

2002-01-25 Thread Stephen Adams
Hi, I am having a serious problem with CFMAIL. I have a form that has a collection of checkboxes, about nine of them, the user can select any one of them or as many as they want. This form also contain some other details that the user fills in. When they submit this form a search is

Re: RE: Using CFmail and loops

2002-01-25 Thread Stephen Adams
Hi Hatton, Here is an example of my code: cfloop index=PType list=#FORM.PropertyType# delimiters=, cfquery name=SearchProperties datasource=CMSX SELECT PropertyID,

Coldfusion and 4D

2001-11-12 Thread Stephen Adams
Hi, Has anyone used CF connecting to a 4D database, using the 4D ODBC driver. If so has anyone found any problems to be aware of ? Stephen ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Creating a scheduler in CFStudio

2001-07-19 Thread Stephen Adams
Hi, Does anyone know how or if there is a way of creating a scheduler in CFStudio, I am always forgetting what I have to do and I would like to be able to set tasks for me to do the next. As I am in CFStudio everyday and all day it would cool if I can link one in there or at least open one