Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 118703 - 118732 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
118703
Deleteing the contents of /WEB-INF/cfclasses will fix the issue. If you want to be more selective you can work out the Java hash name of the template you are...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
7:30 am
118704
Is there a way in CF8 to restrict only certain IP address to connect to the default ColdFusion remoting destination ? -- Tom Chiverton ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
9:31 am
118705
... Project Honey Pot have a DNS-based blacklist system too. You construct a hostname based on your API key, the IP to query, and standard TLD, and if it...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
10:47 am
118706
... Maybe the document root for the web site doesn't match where the administrator is installed ? -- Tom Chiverton Helping to biannually visualize prospective...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
11:19 am
118707
... Well, that's hardly Perl's fault :-) Where you using spamd/spamc ? -- Tom Chiverton Helping to simultaneously transform third-generation developments on:...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
11:26 am
118708
... Good, but apparently their site is closed for the time being. It their black list system still working? -- _______________________________________ REUSE...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
11:30 am
118709
Can you use ISAPI Rewrite at http://www.helicontech.com/ ? We've got it running on IIS. Paul ... From: Phill B [mailto:philthylabwrk@...] Sent: Tuesday,...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
12:43 pm
118710
Hey list, I'm trying to replace a double quote in a text field to a single quote. I've tried using ReReplace, but it still crashes the Cold Fusion server. What...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
12:49 pm
118711
Like several others, I've run CF (5, 6) in parallel with Perl (Activeperl) on Win2k server. Like the others, I didn't see any direct conflicts. Like the...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
1:37 pm
118712
ReReplace is for using a regular expression. Try Replace. You'll also need to quadruple the double quotes, something like this should work: #Replace("dill""s",...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:06 pm
118713
are you using cfqueryparam's on your query? It should escape them on its own I would think. ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:06 pm
118714
replace('dill"s', '"', "'", "all") In other words, where you are explicitly writing double-quotes (like for the find string) wrap in single quotes, and where...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:07 pm
118715
use single quotes in your replace function (and you don't need REReplace just FYI). REReplace('dill"s','"',"'","ALL") ... From: Rick Sanders...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:08 pm
118716
Try: <cfoutput>#REReplace('dill"s','"',"'","ALL")#</cfoutput> Marius Milosav ScorpioSoft Corp. www.scorpiosoft.com ... From: Rick Sanders...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:08 pm
118717
I've never tried it, but.... Make sure your SMTP server is set to listen on all applicable IPs. Use the "server" argument to specify the SMTP server by IP...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:08 pm
118718
I am trying to use this new feature in CF8 and while it's a quick and easy to implement by default is using double space between lines, so when typing instead...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:32 pm
118719
Didn't think of that, but it's less code to do a replace than the cfqueryparam. Rick Sanders Canada: 902-401-7689 USA: 919-799-9076 Canada:...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
2:46 pm
118720
Hi Andy, Thanks for your response. I can't believe I made the rookie mistake of not using single quotes instead of double quotes in the expression! Kind...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:01 pm
118721
... the cfqueryparam buys you more. and you should be using it anyway. -- Charlie Griefer ================================================ "...All the world...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:21 pm
118722
Not to put too fine a point on it, but if this data is coming directly from an end user, it would probably be in your best interest to add the <cfqueryparam>...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:22 pm
118723
Thanks for your feedback, I'm an ASP.net & XML programmer and new to Cold Fusion. I'll definitely look into the cfqueryparam since it seems to be the best...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:26 pm
118724
"You've just received a virtual raspberry!" Rick Sanders Webenergy Canada: 902-401-7689 USA: 919-799-9076 Canada: www.webenergy.ca USA:...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:58 pm
118725
Bigger rookie mistake is not using cfqueryparam. Adam Haskell http://cfrant.blogspot.com ... ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:58 pm
118726
I figure this is a pretty random problem, but I figured I would try to ask here. Does anyone know how to compile Oracle stored procedures from ColdFusion? I...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:59 pm
118727
we created a jar file with the Box class inside. then used cfobject to access the class, build Box() and pass it to the web service. it worked. now the...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
3:59 pm
118728
No - that part isn't the problem.. it is one step lower.. the bottom header is the cold fusion server.. not the mail server.. here are the headers: Received:...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
4:08 pm
118729
... Create a Shape object also? Honestly, at a certain point it might be easier to just invoke Axis directly. Dave Watts, CTO, Fig Leaf Software ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
4:21 pm
118730
... Personally, I'd suggest install MacPorts and using it to manage all these kinds of tools -- makes upgrades happen on your schedule with good rollback...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
4:42 pm
118731
Hi, all. I know that sounds simple and, as it's stated, it is. However, what I'm trying to accomplish turns out to be more complicated that I thought. I want...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
4:50 pm
118732
Okay, before I go any further let me make it clear that our organization is planning to upgrade to MX 7, but unfortunately, I have to get this functionality...
archive@...
mdinowit
Offline Send Email
Nov 1, 2007
4:51 pm
Messages 118703 - 118732 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help