CF Registry disabled

2000-05-08 Thread Trip Ward

Hey all, 

Happy Monday!

To make a very long story very short . . . 

We got hit with the lovebug. We had delete all of the infected, clean the
drive. We then restored or website\htdocs directory from back up.

Now we get a "cfregistry disabled" error when we try to go into CF Admin to
setup some of the datasources.

Any ideas?

Would a reinstall of CF server do the trick?

Thank you in advance . . . 

Trip Ward
Webmaster
EBStor.Com
(703)393-7930 ext. 273

> -Original Message-
> From: Larry Juncker [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 08, 2000 11:19 AM
> To:   CF-Talk
> Subject:  Newbie - Sort of - How do I make the following into a
> CustomTag?
> 
> I wrote a snippet of code that determines Canadian Postal Code (the first
> three letters any way).  What do I do to make this snippet a custom tag to
> use in other places.  I will place my code below.
> 
> CFIF #Left(ShipZip,1)# EQ #Left(StartRange,1)#>
>  AND #Mid(ShipZip,2,1)# LTE #Mid(EndRange,2,1)#>
>  AND #Mid(ShipZip,3,1)# LTE
> #Right(EndRange,1)#>
>   
>   
>   
>  
> 
> Thank You In Advance
> 
> H   Larry Juncker
>  L  Senior Cold Fusion Programmer
>   I Heartland Communications Group
>   Internet Division
> 
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Is this a valid SQL query?

2000-05-15 Thread Trip Ward

my "two" cents . . .

depending on your specific application, you may want to use the
tworelatedselects tag . . . . 

I believe you can get it from the Developer Exchange in the Allaire site.

Trip Ward
Webmaster
EBStor.Com
(703)393-7930 ext. 273

> -Original Message-
> From: WL [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, May 14, 2000 9:49 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Is this a valid SQL query?
> 
> 
> > Looks OK... by not working, I assume you mean that you get no results
> returned.
> 
> yeah.  It just keeps on loading, but nothing happens.  Could this be
> because
> I'm running CF Express?  I haven't yet experienced a problem like this -
> usually I'm at fault(!) and it tells me so, or it says CFXpress doesn't
> support this function.  But with this, it just doesn't do anything.
> 
> Any ideas?
> 
> Thanks
> 
> Will
> 
> >
> > You might add:
> >
> > sub_categories.cat_id
> >
> > to your SELECT clause and remove the WHERE clause...
> >
> > You will see what the actual data is (could be a lot of data).
> >
> > HTH
> >
> > Dick
> >
> > At 2:19 PM +0100 5/14/2000, WL wrote:
> > >Hi,
> > >
> > >Is this OK for a SQL query?  The 2 tables in question are categories
> and
> > >sub_categories.  Everything seems ok, but it's not working..
> > >
> > >
> > > Select categories.ID, categories.cat_name, sub_categories.sub_id,
> > >sub_categories.sub_name, sub_categories.sub_descript
> > >
> > >  FROM categories,sub_categories
> > >
> > >   WHERE sub_categories.cat_id = categories.ID
> > >
> > >
> > >
> > >
> > >Thanks,
> > >
> > >Will
> > >
> >
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
> 
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



commerce blocks

2000-12-05 Thread Trip Ward

pst

Trip Ward
Webmaster
EBStor.com
(703)393-7930 ext 273

> -Original Message-
> From: Larry C. Lyons [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 2:19 PM
> To:   CF-Talk
> Subject:  Re: [parsing shtml files]
> 
> As far as I understand, SSI and CF do not get along. Web servers process
> SSI's while the CF server processes .cfm pages. To get the SHTML to work
> with CF you would have change the  Larry C. Lyons
> ColdFusion/Web Developer
> EBStor.com
> 8870 Rixlew Lane, Suite 201
> Manassas, Virginia 20109-3795
> tel: (703) 393-7930 x253
> fax: (703) 393-2659
> http://www.ebstor.com
> http://www.pacel.com
> email: [EMAIL PROTECTED]
> 
> Chaos, panic, and disorder - my work here is done.
> --
> 
> Rob Keniger wrote:
> > 
> > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> > 
> > > you can include cf and call it via SSI.
> > 
> > Does that work on all servers? I have had very inconsistent results.
> Quite
> > often the .shtml page just displays the CF code.
> > 
> > --
> > 
> > Rob Keniger
> > 
> > big bang solutions
> > 
> > <mailto:[EMAIL PROTECTED]>
> > <http://www.bigbang.net.au>
> > 
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



COMMERCE BLOCKS

2000-12-05 Thread Trip Ward

Lets do it . . . .

Trip Ward
Webmaster
EBStor.com
(703)393-7930 ext 273

> -Original Message-
> From: Larry C. Lyons [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 2:19 PM
> To:   CF-Talk
> Subject:  Re: [parsing shtml files]
> 
> As far as I understand, SSI and CF do not get along. Web servers process
> SSI's while the CF server processes .cfm pages. To get the SHTML to work
> with CF you would have change the  Larry C. Lyons
> ColdFusion/Web Developer
> EBStor.com
> 8870 Rixlew Lane, Suite 201
> Manassas, Virginia 20109-3795
> tel: (703) 393-7930 x253
> fax: (703) 393-2659
> http://www.ebstor.com
> http://www.pacel.com
> email: [EMAIL PROTECTED]
> 
> Chaos, panic, and disorder - my work here is done.
> --
> 
> Rob Keniger wrote:
> > 
> > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> > 
> > > you can include cf and call it via SSI.
> > 
> > Does that work on all servers? I have had very inconsistent results.
> Quite
> > often the .shtml page just displays the CF code.
> > 
> > --
> > 
> > Rob Keniger
> > 
> > big bang solutions
> > 
> > <mailto:[EMAIL PROTECTED]>
> > <http://www.bigbang.net.au>
> > 
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



commerce blocks

2000-12-05 Thread Trip Ward

now

Trip Ward
Webmaster
EBStor.com
(703)393-7930 ext 273

> -Original Message-
> From: Larry C. Lyons [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 2:19 PM
> To:   CF-Talk
> Subject:  Re: [parsing shtml files]
> 
> As far as I understand, SSI and CF do not get along. Web servers process
> SSI's while the CF server processes .cfm pages. To get the SHTML to work
> with CF you would have change the  Larry C. Lyons
> ColdFusion/Web Developer
> EBStor.com
> 8870 Rixlew Lane, Suite 201
> Manassas, Virginia 20109-3795
> tel: (703) 393-7930 x253
> fax: (703) 393-2659
> http://www.ebstor.com
> http://www.pacel.com
> email: [EMAIL PROTECTED]
> 
> Chaos, panic, and disorder - my work here is done.
> --
> 
> Rob Keniger wrote:
> > 
> > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> > 
> > > you can include cf and call it via SSI.
> > 
> > Does that work on all servers? I have had very inconsistent results.
> Quite
> > often the .shtml page just displays the CF code.
> > 
> > --
> > 
> > Rob Keniger
> > 
> > big bang solutions
> > 
> > <mailto:[EMAIL PROTECTED]>
> > <http://www.bigbang.net.au>
> > 
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



commerce blocks

2000-12-05 Thread Trip Ward

come on  

Trip Ward
Webmaster
EBStor.com
(703)393-7930 ext 273

> -Original Message-
> From: Larry C. Lyons [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, December 02, 2000 2:19 PM
> To:   CF-Talk
> Subject:  Re: [parsing shtml files]
> 
> As far as I understand, SSI and CF do not get along. Web servers process
> SSI's while the CF server processes .cfm pages. To get the SHTML to work
> with CF you would have change the  Larry C. Lyons
> ColdFusion/Web Developer
> EBStor.com
> 8870 Rixlew Lane, Suite 201
> Manassas, Virginia 20109-3795
> tel: (703) 393-7930 x253
> fax: (703) 393-2659
> http://www.ebstor.com
> http://www.pacel.com
> email: [EMAIL PROTECTED]
> 
> Chaos, panic, and disorder - my work here is done.
> --
> 
> Rob Keniger wrote:
> > 
> > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> > 
> > > you can include cf and call it via SSI.
> > 
> > Does that work on all servers? I have had very inconsistent results.
> Quite
> > often the .shtml page just displays the CF code.
> > 
> > --
> > 
> > Rob Keniger
> > 
> > big bang solutions
> > 
> > <mailto:[EMAIL PROTECTED]>
> > <http://www.bigbang.net.au>
> > 
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists