Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Kym Kovan
I'd try sticking a cfabort at the end of OnRequestStart to see if you get that far and then place it in the middle, then the middle again up or down depending on the error being there or not, rinse and repeat etc to find what is causing the error. Kym On 21/07/2013 10:50 AM, Mike K wrote:

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Kym Kovan
... -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: Safety for image uploads

2013-06-14 Thread Kym Kovan
folder can be created alongside the webroot folder but if that cannot be done then the folder has to be elsewhere... -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Re: Why is this happening??????

2013-03-13 Thread Kym Kovan
Rick, how are you returning this structure? You haven't got some funny format turning on as the return from the CFC function by accident have you? Kym On 14/03/2013 15:49, Rick Faircloth wrote: The application.temp_images_directory is being set in application.cfc: cfset

Re: Secure Login w/ CF and Application.cfc

2013-01-14 Thread Kym Kovan
You have no ending double quote on the two timeout attributes: sessiontimeout=#CreateTimeSpan(0,0,15,0)# applicationtimeout=#CreateTimeSpan(0,2,0,0)# / that means the parser is rolling along trying to find the other end of the quoted section. It should be:

Re: Anybody seen this hack/exploit?

2012-11-13 Thread Kym Kovan
:47 AM, Nathan Strutz wrote: ... No standard exploit will inject CFML into a page-- -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: (ot) How to match the timestamp in IIS6 logs to server time

2012-10-02 Thread Kym Kovan
is matching up the TimeStamp in the log files to the server time, seems to be like 8 hours off. Can someone please point me in the right direction to look to get the IIS6 logs in the correct time? Thanks, Dave Hatz -- Yours, Kym Kovan mbcomms.net.au

Re: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-13 Thread Kym Kovan
web design class and it was a nightmare because of its complexity. Platform is WinXP. Thanks for any suggestions, Pete -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http

Re: Setting up database for mvc website

2012-07-28 Thread Kym Kovan
? HTH What are some best practices in structuring the website database to accomodate good integration with an MVC model? -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http

Re: Replace double quotations

2012-01-02 Thread Kym Kovan
replace(mystring, '', , all) ie use single quotes for the attribute string wrapper On 3/01/2012 14:28, Les Irvin wrote: I'm trying to use replace() to edit a string with double quotation marks in it. For example, I want to change: this is fubar to this is fubar But I can't seem to

JRun parsing path error

2011-12-13 Thread Kym Kovan
in this context is trying to look for the entire path rather than just the content.cfm part. I am not very familiar with the multi-server installations, is there a configuration that stops this behaviour? -- Yours, Kym Kovan mbcomms.net.au

Re: JRun parsing path error

2011-12-13 Thread Kym Kovan
On 13/12/2011 21:56, Jochem van Dieten wrote: On Tue, Dec 13, 2011 at 11:44 AM, Kym Kovan wrote: my.domain.name/content.cfm/name/of/page fails with a 404 from JRun and an error message of File not found - content.cfm/name/of/page. Search /WEB-INF/web.xml for SES and follow the instructions

Re: Puzzling error

2011-12-11 Thread Kym Kovan
On 12/12/2011 12:47, Jenny Gavin-Wear wrote: Just realised Sleep is CF 8 .. I'm on 7 .. 32 bit? There is a CFX_Sleep which does the same task. I can flick it to you if you can't find it. -- Yours, Kym Kovan mbcomms.net.au

Re: Is the CF scheduler Reliable?

2011-12-05 Thread Kym Kovan
page that you were calling with your iMS scheduler and it can sort out what really needs to run. BTW, if you are using Railo it can schedule tasks in seconds not minutes. Useful sometimes. -- Yours, Kym Kovan mbcomms.net.au

Re: hmail server and com

2011-11-09 Thread Kym Kovan
type=com At 07:57 PM 11/9/2011, Leigh wrote: Set obApp = CreateObject(hMailServer.Application) That looks like VB syntax. CF's createObject requires the type parameter for com objects. If you are not familiar with com, read the docs first. -- Yours, Kym Kovan mbcomms.net.au

Re: CF 7 ODBC server went stupid

2011-10-25 Thread Kym Kovan
of the stoppers. Maybe your system locked up on handling something like that. (Insert standard statements about MS Access and sqlqueryparam here...) Chances are it was the database that hung so restarting CF won't help, a reboot is the best option. -- Yours, Kym Kovan mbcomms.net.au

Re: CF Mail Queue

2011-08-26 Thread Kym Kovan
and not be moved to Undelivr if it is causing an error? Many thanks, Jenny Gavin-Wear Fast Track Online Tel: 01262 602013 http://www.fasttrackonline.co.uk/ -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion

Re: Anyone care to review this image handling process?

2011-08-21 Thread Kym Kovan
Hi Rick, not knowing what is in the rest of the CFC have you considered a malicious person uploading something other than an image beyond doing the upload to an web-unreachable temp folder? It might be worthwhile to either test the image for goodness before you copy it and/or put a try/catch

Re: CFIDE weirdness in iis7

2011-06-04 Thread Kym Kovan
it down. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Baffing date problem

2011-05-21 Thread Kym Kovan
= #createdate(year, month, thisday)# cfquery name=ForToday dbtype=query select * from qEvents where qEvents.TheDate = #dayview# /cfquery -- Yours, Kym Kovan mbcomms.net.au

Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Kym Kovan
to do is add a connector to each site individually. This blog might shed some more insight. http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi on-9-then-updating-to-901 Regards, Andrew Scott http://www.andyscott.id.au/ -- Yours, Kym Kovan mbcomms.net.au

Re: Coldfusion 9 on Windows 2008 R2 Server Web Server Edition?

2011-05-11 Thread Kym Kovan
, etc. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: ISP blocking port 25

2011-05-09 Thread Kym Kovan
that is configurable? -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Help! Too much tracffic and too little time!

2011-05-08 Thread Kym Kovan
as needed. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Help! Too much tracffic and too little time!

2011-05-07 Thread Kym Kovan
, I hope I didn't mislead :-) It is already the weekend here in Oz so I also assumed that the sites have to be up in 2 days, not 9, hence my suggetion for settings for a 32 bit 2K3 JVM. To the OP: Go with what you have got. -- Yours, Kym Kovan mbcomms.net.au

Re: Help! Too much tracffic and too little time!

2011-05-07 Thread Kym Kovan
a tad of Really Free Mem then you are fine.) -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Help! Too much tracffic and too little time!

2011-05-06 Thread Kym Kovan
errors in the output log. We found leaving the JVM min heap at 256MB gave a fast start and it wound up to the max fast enuf anyway :-) On some machines, (slightly different site combinations) the MaxPermSize ran best at 512MB. HTH -- Yours, Kym Kovan mbcomms.net.au

Re: Help! Too much tracffic and too little time!

2011-05-06 Thread Kym Kovan
it up and it goes and goes, no problem. I am hoping four win2K3s servers in round robin will handle the load. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Help us Please - CF 5 Server Licenses

2011-05-05 Thread Kym Kovan
allowed you to get away with :-) -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: OT question - is this real or phishing?

2011-04-24 Thread Kym Kovan
a .com.au without a registered company name in Australia, you'll be questioned by the registrar as to your bona-fides. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Re: OT question - is this real or phishing?

2011-04-24 Thread Kym Kovan
often do. The OP here was about .cn domain names specifically, talking about TLDs being automatic and uncontrolled was irrelevant and threw me. Back to 2008 R2 SP1 in my corner... -- Yours, Kym Kovan mbcomms.net.au

Re: OT question - is this real or phishing?

2011-04-20 Thread Kym Kovan
happens in some countries, not everyone is a casual as the USA :-) Try registering a .com.au without a registered company name in Australia, you'll be questioned by the registrar as to your bona-fides. -- Yours, Kym Kovan mbcomms.net.au

Re: CFQUERY update Firefox wierdness

2011-04-19 Thread Kym Kovan
On 19/04/2011 8:46 PM, Dan Blickensderfer wrote: I checked and it's turned off. This is happening from multiple computers with Firefox. Any other thoughts? in that case turn it on and look at what the browser is sending... -- Yours, Kym Kovan mbcomms.net.au

Re: java.lang.OutOfMemoryError - requires multiple service restart each week

2011-03-29 Thread Kym Kovan
size. I cannot remember what the default is but it would do you good to wind the Maximum one up to 1024. If that does not fix the problem then you start looking at things like increasing the XX:MaxPermSize down in the bottom section called JVM Arguments. -- Yours, Kym Kovan mbcomms.net.au

Re: Converting regular date to a Spectra formatted database date?

2011-03-24 Thread Kym Kovan
'})# .374166700 is a decimal part of a day isn't it? 9am is 3/8 of a day which is .375 -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

Re: Converting Boolean in the query

2011-03-18 Thread Kym Kovan
built-in function name. The box is running CF8 and SQL 2005. Is this the recommended approach in CFML or is there a better way. TIA! ++ Kevin Parker ++ -- Yours, Kym Kovan mbcomms.net.au ~| Order

Re: Converting Boolean in the query

2011-03-18 Thread Kym Kovan
way. TIA! ++ Kevin Parker ++ -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

Re: Losing Sessions

2011-03-08 Thread Kym Kovan
is actually restarting or not? -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: application.cfm question

2010-12-31 Thread Kym Kovan
fireworks to go to :-) Happy New Year everyone. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Is this expected behaviour for a table in a cfc passed back?

2010-12-11 Thread Kym Kovan
CF9 server and a fully patched one. No change in either case, the html as is per the cfml code. How are you looking at the result? A literal View Source in a browser or some other means? -- Yours, Kym Kovan mbcomms.net.au

Re: Is this expected behaviour for a table in a cfc passed back?

2010-12-05 Thread Kym Kovan
the fieldset outside the table, and adds tbody. Do I have something else (rogue code somewhere) that is forcing this behaviour, or does this happen with you? Stephen -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe

Re: Homesite Comment Command

2010-11-14 Thread Kym Kovan
On 15/11/2010 10:54, Terry Troxel wrote: Russ thanks for answering. I guess I wasn't specific enough. Is there a keyboard shortcut command to do the html comment in Homesite? ctrl-shift-M works here -- Yours, Kym Kovan mbcomms.net.au

Re: Homesite Comment Command

2010-11-14 Thread Kym Kovan
, in quotes, !-- , note the space at the end. So the third dash is wrong in that context. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

Re: Where in the registry does ColdFusion 9 store client variables?

2010-11-07 Thread Kym Kovan
to the minimum in CF Admin. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Kym Kovan
this way... -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

Re: What version-/source control are you using (if any)?

2010-10-06 Thread Kym Kovan
as they code on their bit? -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Kym Kovan
then GIT is OK but its Windows client is terrible (in our opinion) -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Kym Kovan
previous comment about using both SVN and Hg as we are a Windows shop. The SVN server is a Windows one, the Collabnet SVN server download is a click click run install and no issues whatsoever. -- Yours, Kym Kovan mbcomms.net.au

Re: CFFM and TinyMCE?

2010-09-23 Thread Kym Kovan
hard. I haven't tried the latest cffm version yet but the previous two versions went fine except for the issue with paths and the uploadifyer thingy in the last version. I don't have the code in front of me and its late evening here, I'll send it directly in the morning... -- Yours, Kym

Re: duplication of cookies on each request

2010-09-17 Thread Kym Kovan
=cookie.cftoken /cfif The other way is just an extra step. I can't recollect but there was some strange context where that simpler version broke. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http

Re: duplication of cookies on each request

2010-09-17 Thread Kym Kovan
the higher domain, eg domain.name rather than www.domain.name -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

Re: duplication of cookies on each request

2010-09-16 Thread Kym Kovan
=#cftoken_local# /cfif -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive

Re: Git, CF and best practices

2010-08-30 Thread Kym Kovan
then pull that update down onto their other workstation. They can then keep code current on two machines without having half-good code in the main repos for other people to trip over. -- Yours, Kym Kovan mbcomms.net.au

Re: Alternatives to CFFM?

2010-08-18 Thread Kym Kovan
to the last, non-flash version which works fine with both CKeditor or TinyMCE. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

Re: Windows File Replication: Suggestions?

2010-07-28 Thread Kym Kovan
, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: changing apache documentroot causes CF administrator to break

2010-07-13 Thread Kym Kovan
Why does this happen? Is there anything else I need to modify? I didn't change the physical location of the files so it shouldn't have a problem finding anything. You need to map CFIDE not the administrator folder within it. -- Yours, Kym Kovan mbcomms.net.au

Re: changing apache documentroot causes CF administrator to break

2010-07-13 Thread Kym Kovan
is missing to reduce hack attempts. -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive

Re: CF Shopping carts

2010-06-27 Thread Kym Kovan
Bringing this back on topic has anyone got any opinions about CFShopKart? -- Yours, Kym Kovan mbcomms.net.au ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

Re: HTTP Upload Problems

2010-04-27 Thread Kym Kovan
169.254.169.254 is the I can't find a DHCP server, this is the last resort ip address that you should never see in a normally configured network setup. I would be chasing up how the network is working. -- Yours, Kym Kovan mbcomms.net.au

Re: CF9 + W2k8 Migration

2010-04-12 Thread Kym Kovan
of the hundreds of upwards migration we have done over the years this was the easiest... -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: How to output formatted text from a CFC method

2010-03-30 Thread Kym Kovan
/ /cffunction -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups

Re: Google Weather API XML Question: Getting the value of a node

2010-03-19 Thread Kym Kovan
=#xmlGoogle# expand=no cfscript Condition = xmlGoogle[1].xmlAttributes.data; /cfscript cfoutput p#Condition#/p /cfoutput cfcatch type=any cfdump var=#cfcatch# /cfcatch /cftry -- Yours, Kym Kovan

Re: Daylight Savings Scheduled Tasks

2010-03-11 Thread Kym Kovan
to make it more complex. -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com

Re: overwriting a component reference variable

2010-03-09 Thread Kym Kovan
be reused until sometime after the page request has completed. correct. -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: cfcomponent inheritance path

2010-02-25 Thread Kym Kovan
want the application.cfc to extend the baseapp.cfc, I was under the (possibly wrong) impression that the behaviour is different when dealing with application.cfc. -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach

Re: cfcomponent inheritance path

2010-02-25 Thread Kym Kovan
://corfield.org/blog/index.cfm/do/blog.entry/entry/Extending_Your_Root_Applicationcfc -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: Backlash against telecommuting..

2010-02-08 Thread Kym Kovan
On 9/02/2010 02:44, ram d wrote: what pay rate we can expect on c2c ? Curiosity question from afar. What does c2c stand for? -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something

Re: Backlash against telecommuting..

2010-02-08 Thread Kym Kovan
On 9/02/2010 11:52, Maureen wrote: Corp-to-corp. It is a payment method where the contractor has a corporation that bills the client instead being paid on a W2 or 1099, both of which are US tax forms. Ah, that makes sense. Thanks. -- Yours, Kym Kovan mbcomms.net.au

Re: Parsing a geocode response

2010-01-26 Thread Kym Kovan
, ) cfset lng = left(lng, len(lng-1)) -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: Can application scope gateways/DAOs returning an array of Objects?

2010-01-14 Thread Kym Kovan
, like the application scope in this case, is to do a cfdump of that scope at the end of the page. Look at all of the vars showing in there. If you have failed to properly local scope a var in a CFC function you will see it sitting there at the top level of the dump. -- Yours, Kym Kovan

Re: CF5 download

2010-01-05 Thread Kym Kovan
, or know where I can get a copy of ColdFusion 5? I just had a look in the museum and we have CDs all the way back to version 4 (and floppies even earlier :-) ) I don't know if they are still readable, I can have a look. What version, Pro or Enterprise? -- Yours, Kym Kovan mbcomms.net.au

Re: CFC Mapping Issues

2010-01-01 Thread Kym Kovan
is just for display. If you have called the file file-upload.cfc then the invoke should just be to that filename: cfinvoke component=file-upload -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community

Re: Is Infusion Still In Business?

2009-12-14 Thread Kym Kovan
to Howie Hamlin a long time back about going open source or otherwise making the codebase available and he said no, due to legal reasons. The code engine that talks from a Win Service to CF was a patented thing for a start. -- Yours, Kym Kovan mbcomms.net.au

Re: CSS Help

2009-10-18 Thread Kym Kovan
.. but not Firefox... and I don't know why. There were a couple of html bits missing or duplicated, looks like you tried lots of options :-) Also, if anyone would like to suggest a non-table driven alternative layout... please do! Sent to you off-list -- Yours, Kym Kovan mbcomms.net.au

Re: Dynamic External Javascript Sheet

2009-08-03 Thread Kym Kovan
cache and not grab the same-only-we-made-it-different file? -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive

Re: IIS Log Analyzer

2009-07-13 Thread Kym Kovan
log files after so many days that would be nice as well. Maybe a scheduled task? -- Yours, Kym Kovan mbcomms.net.au ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Kym Kovan
on which but from a browser it just has to do a self-refresh after a few seconds as the meta-refresh won't happen until the previous script is finished and the page fully loads then. The script then starts into the next section. -- Yours, Kym Kovan mbcomms.net.au

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Kym Kovan
. On Sun, May 10, 2009 at 5:06 PM, Kym Kovan dev-li...@mbcomms.net.au wrote: Philip Kaplan wrote: I have a script that needs a few hours to run. It's crawling several large web sites/xml feeds. What's the best way to do this with CF? I've tried adding requestTimeout=100 in the URL

Re: cf admin mail location mapping

2009-04-21 Thread Kym Kovan
Michael Dinowitz wrote: Does anyone know offhand where the mail directory is mapped in CF8? I'd rather not have the mail piled onto the C drive if I can help it. Thanks coldfusion8/lib/neo-mail.xml -- Yours, Kym Kovan mbcomms.net.au

Re: cf admin mail location mapping

2009-04-21 Thread Kym Kovan
by hand to remove the rootdir reference. This is not good as it will have to be redone anytime a new release of CF or a server patch is applied. Ick. Here is a programmatic fix: http://www.stillnetstudios.com/2007/03/18/find-coldfusion-installation-spool-directories/ -- Yours, Kym Kovan

Re: (OT) W32.Virut.W

2009-03-25 Thread Kym Kovan
or check the other online ones: http://www.precisesecurity.com/antivirus/online-scan.htm -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Googlebot got me good last night...Application.cfm question

2009-02-19 Thread Kym Kovan
the two standard CF-generated cookies which don't expire with two that will expire immediately the browser closes (the default behaviour of cfcookie). -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8

Re: (ot) WYSIWYG

2009-02-11 Thread Kym Kovan
styling work to an external style sheet in TinyMCE is a breeze. -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: Flat File as a Database?

2009-01-26 Thread Kym Kovan
a database where do you draw the line, when is it a database and when is it not. A database is a collection of data, nothing more -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Flat File as a Database?

2009-01-25 Thread Kym Kovan
Hi Bob, OK so you want a flat file. Does it have to be that or is the criteria really No database? What we don't know is your overall site design, is the database going to be big, hundreds/thousands/millions of entries, etc? If it not ridiculously big and depending on what you need to so in

Re: ColdFusion method to fade hex color a specific % or amount

2009-01-15 Thread Kym Kovan
=FFpickLeft=+0055eepickRight=+884488 I just had a look at the code and it's all custom tags as it was written way back when. IIRC the code is all public domain stuff we found rewritten in CF, I'm happy to pass it all on if you want. -- Yours, Kym Kovan mbcomms.net.au

Re: Australia

2008-11-14 Thread Kym Kovan
this List or privately then drop me a line and I will send you a few firm's names. -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: inserting a structure...within a structure...within a structure

2008-11-10 Thread Kym Kovan
Hi Ben, you can shorten it down a bit and go as many levels deep as you want. Like this: cfquery name=cats datasource=#Application.DSN# ... snip .. /cfquery cfloop query=cats cfif NOT StructKeyExists(allcats, #cats.category#) cfset allcats[#cats.category#] = StructNew() cfset

Re: Google for Domains, mail not being sent

2008-09-20 Thread Kym Kovan
that allows mail to be relayed on or are the addresses you are sending to all at goggle itself? -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: Google for Domains, mail not being sent

2008-09-19 Thread Kym Kovan
Chuck Weidler wrote: I have a simple mail application that keeps giving me a log entry of Moved undelivered mail: Mail33655.cfmail to C:\ColdFusion8/Mail/Undelivr directory in the mailsend.log and Invalid Addresses in the mail.log. When I Verify mail server connection it gives me

Re: Apache + Virtual hosts with CF

2008-08-14 Thread Kym Kovan
still reading the original file. We found we had to copy the file from there back to Apache's own conf folder to make it read the edited file. -- Yours, Kym Kovan mbcomms.net.au ~| Adobe® ColdFusion® 8 software 8 is the most

Re: SVN in Production

2008-08-11 Thread Kym Kovan
fashion and hence our question that has raised such ire amongst one person at least :-) -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: SVN in Production

2008-08-11 Thread Kym Kovan
is the same colour. -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http

Re: SVN in Production

2008-08-11 Thread Kym Kovan
Tom Chiverton wrote: On Monday 11 Aug 2008, Kym Kovan wrote: intermediate server to import it into SVN and then checked it out to the test server and then ran some file sync tools to the Production boxes which are FTP distance away. It took over an hour to say no difference! That's one

Re: SVN in Production

2008-08-11 Thread Kym Kovan
application is it many similar ones. I feel motivated to shout at you like you shout at everyone else about how bad that is, but I won't -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: SVN in Production

2008-08-11 Thread Kym Kovan
is in your methodology/workflow arrangements in your place of work. Maybe I understand you wrongly. -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: SVN in Production - back to the original question

2008-08-11 Thread Kym Kovan
as painless as possible. So the scenario would still be the A B send to C scenario that Jochem described but in this case B and C are synonymous. I find it interesting, we have been hosting CF for 11 years and still are finding new things to think over... -- Yours, Kym Kovan mbcomms

Re: SVN in Production

2008-08-11 Thread Kym Kovan
some good answers. I will mind them and ignore the rest. -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

SVN in Production

2008-08-10 Thread Kym Kovan
extra files that cause havoc with backups? -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j

Re: Character by Character File Compare

2008-06-19 Thread Kym Kovan
the files are not the same. If the file's sizes are the same then hash them to see if the content is the same -- Yours, Kym Kovan mbcomms ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

  1   2   >