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...
... 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...
... Maybe the document root for the web site doesn't match where the administrator is installed ? -- Tom Chiverton Helping to biannually visualize prospective...
... Well, that's hardly Perl's fault :-) Where you using spamd/spamc ? -- Tom Chiverton Helping to simultaneously transform third-generation developments on:...
... Good, but apparently their site is closed for the time being. It their black list system still working? -- _______________________________________ REUSE...
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,...
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...
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...
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",...
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...
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...
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...
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...
... the cfqueryparam buys you more. and you should be using it anyway. -- Charlie Griefer ================================================ "...All the world...
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>...
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...
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...
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...
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:...
... 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...
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...
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...