Re: cfzip and Native Windows Zip Support

2011-04-12 Thread Jochem van Dieten
IIRC the Windows native compressed file facility is not Unicode aware and has a 256 character path lenght limit. Jochem ~| Order the Adobe Coldfusion Anthology now!

GeoTrust SSL importing cert to server store doesn't help

2011-04-12 Thread Duncan
Hi Everyone, Securepay.com.au issued a new SSL certificate on their test environment 7/4/2011 and it has had an effect on our code when running in test mode. I have isolated it to be related to the I/O Exception: peer not authenticated issue as detailed by Rob Gonda and Steven Erat -

Re: GeoTrust SSL importing cert to server store doesn't help

2011-04-12 Thread James Holmes
Yes. Vist the URL for the test site in your browser and view the cert details. Go to the certification path and you'll see it's a chained cert with two CAs in the path. You need to export both of them from your browser and then bring both into the CA keystore with keytool. -- WSS4CF -

Re: GeoTrust SSL importing cert to server store doesn't help

2011-04-12 Thread Duncan
Hi James - Thanks for the quick response! Yes. Is that a yes because its a new fancy certificate, or I need all the certs? When I look at the hierarchy, there are 3 each with different serials. Do I need just the two geotrust ones, or the securepay one too? On Tue, Apr 12, 2011 at 6:01 PM,

Re: GeoTrust SSL importing cert to server store doesn't help

2011-04-12 Thread James Holmes
Just the two CAs from Geotrust will be fine. The intermediate cert was issued in 2010, so it's very likely that it's not in your CA store. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 12 April 2011 16:08, Duncan duncan.lox...@gmail.com wrote: Hi James - Thanks for

RE: cfselect selected bug?

2011-04-12 Thread Tim Do
Thanks Azadi! -Original Message- From: Azadi Saryev [mailto:azadi.sar...@gmail.com] Sent: Monday, April 11, 2011 5:49 PM To: cf-talk Subject: Re: cfselect selected bug? that's a known issue with cf's json implementation. what you can do, is add a leading space to all your ids so cf

Re: cfzip and Native Windows Zip Support

2011-04-12 Thread Mallory Woods
Just reporting back. If you had character limit, you're a big winner. I found the problem and fixed it. Thanks for all the help! On Tue, Apr 12, 2011 at 2:20 AM, Jochem van Dieten joch...@gmail.comwrote: IIRC the Windows native compressed file facility is not Unicode aware and has a 256

Re: cfzip and Native Windows Zip Support

2011-04-12 Thread Leigh
has a 256 character path lenght limit. Ah, I seem to recall the unicode issue but not the path limit. Good tip. -Leigh ~| Order the Adobe Coldfusion Anthology now!

Uploading Largish Files

2011-04-12 Thread Jenny Gavin-Wear
Hi all, I'm trying to upload video files, around 25mb max. I can't see that it's a problem as they fall well short of the 30mb max set by IIS 7 and the 100mb max set in CF admin. The site I'm uploading them to is on my local network (100mb), so there shouldn't be any timeout issues, but I did

RE: Uploading Largish Files

2011-04-12 Thread Robert Harrison
We upload gig+ files to our CF based extranet all the time with no problem. What server are you running? Robert B. Harrison Director of Interactive Services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022

Custom tags in CF 9

2011-04-12 Thread Donnie Carvajal
Hi, I recently installed an enterprise version of CF9 and the default directory is c:\jrun4 and there is no CustomTags directory. I added my customtags directory from my MX7 server and the custom tags calls are returning errors that they can't be found. Does anyone know where the CustomTags

Re: Custom tags in CF 9

2011-04-12 Thread Eric Cobb
The default for multi-instance is: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\CustomTags If you've created additional instances, then you'll need to look in the appropriate directory under C:\JRun4\servers Thanks, Eric Cobb http://www.cfgears.com Help me make a

Re: Custom tags in CF 9

2011-04-12 Thread Russ Michaels
You have chosen the multi-server installation instead of the standalone version, thus why the folders and paths are totally different. The default instance is located at c:\jrun4\servers\cfusion However if you have no need of the multi server features and did this by mistake then I would

Re: Custom tags in CF 9

2011-04-12 Thread Ian Skinner
On 4/12/2011 12:04 PM, Donnie Carvajal wrote: Hi, I recently installed an enterprise version of CF9 and the default directory is c:\jrun4 and there is no CustomTags directory. I added my customtags directory from my MX7 server and the custom tags calls are returning errors that they

Re: Custom tags in CF 9

2011-04-12 Thread Donnie Carvajal
Thanks for the feedback. The intention is to set up a multi-server instance. I did find the customtags and the cfx directories for this instance; however, the customtags are more of a library that we use across servers. Is there a generic place that i can put these files so that all

Re: Custom tags in CF 9

2011-04-12 Thread Russ Michaels
you can stick them anywhere (c:\custom tags) and then create a custom tags directory in the CFADMIN for each instance pointing to that location. On Tue, Apr 12, 2011 at 8:28 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: Thanks for the feedback. The intention is to set up a

Re: Custom tags in CF 9

2011-04-12 Thread Ian Skinner
On 4/12/2011 12:28 PM, Donnie Carvajal wrote: Thanks for the feedback. The intention is to set up a multi-server instance. I did find the customtags and the cfx directories for this instance; however, the customtags are more of a library that we use across servers. Is there a generic

Attribute validation error for tag cfcontent

2011-04-12 Thread Paulo Roberto
Hello, I have a system by which countless times intermittently, the following error occurs only with the browser refresh (F5), restores. I wonder what can be wrong for this problem from occurring Error: Attribute validation error for tag cfcontent coldfusion.runtime.Array is not a supported

Re: Attribute validation error for tag cfcontent

2011-04-12 Thread Russ Michaels
I think we will need to see some code to help you with this. On Tue, Apr 12, 2011 at 8:57 PM, Paulo Roberto so.messen...@hotmail.comwrote: Hello, I have a system by which countless times intermittently, the following error occurs only with the browser refresh (F5), restores. I wonder what

Re: Custom tags in CF 9

2011-04-12 Thread Raymond Camden
Don't forget that in CF8 you gained the ability to specify custom tag folders in your Application.cfc file instead. I know you are looking for the simplest solution, but this is an option as well. On Tue, Apr 12, 2011 at 2:44 PM, Ian Skinner h...@ilsweb.com wrote: On 4/12/2011 12:28 PM,

Re: Custom tags in CF 9

2011-04-12 Thread Ian Skinner
On 4/12/2011 1:21 PM, Raymond Camden wrote: Don't forget that in CF8 you gained the ability to specify custom tag folders in your Application.cfc file instead. I know you are looking for the simplest solution, but this is an option as well. I do forget about that cool option all to often.

RE: Custom tags in CF 9

2011-04-12 Thread Andrew Scott
You need to drill into the jrun directory, there should be servers directory which should contain the server with the name of the context you gave it. By default this is cfusion, and then underneath that you will end up finding the standard CF directory structure. I think this is explained in

RE: Uploading Largish Files

2011-04-12 Thread Jenny Gavin-Wear
Windows 2003 Server running IIS V6.0 and CF MX 7. -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: 12 April 2011 17:30 To: cf-talk Subject: RE: Uploading Largish Files We upload gig+ files to our CF based extranet all the time with no problem. What

Re: Javascript not working inside of cflayoutarea

2011-04-12 Thread Steve Sequenzia
Thanks guys. Any idea how to make this jquery work in cflayout? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html; charset=utf-8 /

RE: Javascript not working inside of cflayoutarea

2011-04-12 Thread Andrew Scott
Put this script $(document).ready(function() { $(#accordion).accordion(); }); /script Inside your test.cfm and leave the rest where it is. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Steve Sequenzia [mailto:c...@thinksys.com] Sent:

Re: Javascript not working inside of cflayoutarea

2011-04-12 Thread Azadi Saryev
1) in your main page change this: $(document).ready(function() { $(#accordion).accordion(); }); to this: doAccordion = function() { $(#accordion).accordion(); }); 2) make html code in your test.cfm standards-compliant (add doctype, html, head, body, etc tags) and then add this as