2 Spaces causing problems for CFMX 6.1

2005-09-26 Thread Daniel Mackey
Hi All, I have just run into something weird and I was wondering if anybody could shed some light. Not sure if it is a CF6.1 problem, CF6.1/7 or an underlying Java problem. If I try any CFFILE operation on a file that has 2 sequential spaces in the file name, CFFILE fails. Windows does not

Re: 2 Spaces causing problems for CFMX 6.1

2005-09-26 Thread Barney Boisvert
What if you specify a filename to upload into with the CFFILE tag, rather than just a directory? I haven't run into the problem myself, but that might alleviate it. cheers, barneyb On 9/26/05, Daniel Mackey [EMAIL PROTECTED] wrote: Hi All, I have just run into something weird and I was

Re: 2 Spaces causing problems for CFMX 6.1

2005-09-26 Thread Daniel Mackey
Hi Barney, That was just an example. Lets say I have user files somewhere that got there other than through CF and then I have to work with them. I cant do anything with them if there are 2 sequential spaces. If you have time, you may try it on your box for me. Create a file in a folder and

Re: 2 Spaces causing problems for CFMX 6.1

2005-09-26 Thread Barney Boisvert
This code ran just dandy on my CF6.1/Apache2/RedHat 8.0 box: cfset filename = #getDirectoryFromPath(getCurrentTemplatePath())#/test space.tmp / cffile action=write file=#filename# mode=664 output=hello, world / cffile action=delete file=#filename# / cheers, barneyb On 9/26/05, Daniel Mackey

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Nick de Voil
- From: Sean Corfield [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 23, 2005 7:35 AM Subject: Re: [cfaussie] Re: Problems installing CFMX 7 Mike, I wish I could offer some help here... I can only suggest that you apply for the position of Macromedia

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Mike Kear
I'm continuing with this farce ... Now i've deleted it all again, using uninstall, then deleted the folders that were left over because even after a simple install, the uninstall can't clean up after itself. (I really think Macromedia ought to look for another install engine - this one doesn't

RE: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread James Holmes
For personal dev, I always install using the built-in server. Have you tried that? -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February 2005 6:36 To: CF-Talk Subject: Re: [cfaussie] Re: Problems installing CFMX 7 I'm continuing with this farce

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Mike Kear
No I haven't. Why? Wouldn't that mean IIS wouldnt be running and therefore my non-CF sites woudlnt work? I could give it a try I guess. Nothing else has worked. But I still think the installation routine ought to work with WinXPPro, (which it apparently does in most cases) but give a hint as

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Nick de Voil
Mike No I haven't. Why? Wouldn't that mean IIS wouldnt be running and therefore my non-CF sites woudlnt work? No, you can run IIS and JRun's builtin server simultaneously on different ports. JRun will automatically choose a port that's free. However, using the builtin server isn't really

RE: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread James Holmes
-Talk Subject: Re: [cfaussie] Re: Problems installing CFMX 7 Mike No I haven't. Why? Wouldn't that mean IIS wouldnt be running and therefore my non-CF sites woudlnt work? No, you can run IIS and JRun's builtin server simultaneously on different ports. JRun will automatically choose a port

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Mike Kear
but at least it gets you working again. -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February 2005 7:59 To: CF-Talk Subject: Re: [cfaussie] Re: Problems installing CFMX 7 Mike No I haven't. Why? Wouldn't that mean IIS wouldnt be running

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Adrocknaphobia
a perfect staging setup but at least it gets you working again. -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February 2005 7:59 To: CF-Talk Subject: Re: [cfaussie] Re: Problems installing CFMX 7 Mike No I haven't. Why? Wouldn't

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
I had to download the distribution file twice. I opened it with winzip the first time and it wouldn't extract. So i didnt proceed any further. I downloaded another copy and that did extract ok with winzip. I deleted the extracted files and double clicked the installation and it went ahead and

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
Do add to the frustration, nowhere on the site or any of the documentation does it say that ColdFusionMX7 will run with IIS5.1 only IIS6. Does anyone knwo if it does run with IIS5 as used in WinXPProSP2?? Under to verify your IIS installation it says [quote] Verify that the following file

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
Oh I do love installation instructions that are totally useless like the Macromedia livedocs Getting started documentation. If everything works fine, you dont need to read them because it all works, and you never even get to look at them. But look at what it does in the To verify your IIS

RE: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Michael T. Tangorre
From: Mike Kear [mailto:[EMAIL PROTECTED] hey guys at Macromedia - the ONLY reason I'm reading this documentaion is because IT DIDNT GO WELL!!! I NEED HELP ABOUT WHAT TO DO TO FIX THIS BLOODY MESS!You give no help whatsoever for anyone who doesnt have everything

Re: Problems installing CFMX 7

2005-02-22 Thread Kay Smoljak
On Tue, 22 Feb 2005 14:20:47 +0800, Kay Smoljak [EMAIL PROTECTED] wrote: D'Oh! Didn't work. Got right to the end and then hung. Just like this: http://www.delraysteve.com/blog/index.cfm So I'm downloading a fresh copy :( The fresh copy worked. Annoying... I think the problem is that

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
Thanks Michael, I did both of those things, and they apparently did what they're supposed to, because there were no error messages, but then what? I still can't get the administrator to work, because it still wants to download the index.cfm file rather than run it. If i run the jrun web

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Sean Corfield
Mike, I wish I could offer some help here... I can only suggest that you apply for the position of Macromedia ColdFusion Installation QA since you seem capable of breaking our installers in every possible way... :) I'll send parts of this thread to the installer guys here and see if they can

Problems installing CFMX 7

2005-02-21 Thread Kay Smoljak
Anyone having any problems installing the CFMX 7 trial? I downloaded the trial (Windows) - but I can't install it. The installer extracts all the files and then says Please select another location to install to. Then does the whole thing over again after selecting another folder. This is on WinXP

Re: Problems installing CFMX 7

2005-02-21 Thread Kay Smoljak
Anyone having any problems installing the CFMX 7 trial? Well, after a bit of digging around in the archives I found the solution from the 6.1 updater - I left the InstallAnywhere dialog open when it reached the error message, then dug around in my temp directories until I found a file called

Re: Problems installing CFMX 7

2005-02-21 Thread Kay Smoljak
On Tue, 22 Feb 2005 01:08:03 -0400, Kay Smoljak [EMAIL PROTECTED] wrote: Anyone having any problems installing the CFMX 7 trial? Well, after a bit of digging around in the archives I found the solution from the 6.1 updater - I left the InstallAnywhere dialog open when it reached the error

Re: Problems installing CFMX 7

2005-02-21 Thread dave
PROTECTED] Sent: Tuesday, February 22, 2005 1:22 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Problems installing CFMX 7 On Tue, 22 Feb 2005 01:08:03 -0400, Kay Smoljak wrote: Anyone having any problems installing the CFMX 7 trial? Well, after a bit of digging around in the archives

Problems with CFMX install on RH9

2004-03-22 Thread Tim Blair
Evening all... I'm having real issues installing CFMX on a RedHat 9 box.I've installed MX on linux plenty of times before, but this time things just aren't happening. For some reason, JRun seems to be taking an absolute age to start up - in the cfserver.log the Starting Macromedia Jrun 4...

Re: JDBC Problems with CFMX 6.1 (MM Bug Database)

2003-10-22 Thread Joe Eugene
Anybody know where i can Log this BUG on MM without paying for support. Thanks, Joe Eugene - Original Message - From: Joe Eugene To: CF-Talk Sent: Tuesday, October 21, 2003 11:06 PM Subject: RE: JDBC Problems with CFMX 6.1 This is really interesting... I Switched to CFMX 6.0 and i am

JDBC Problems with CFMX 6.1

2003-10-21 Thread Joe Eugene
This is a problem i havent seen before. I was able to successfully create a JDBC Connection to IBM U2 (UniVerse) Muti-Value Database with CFMX 6.0 and everything worked. Here is what happens with CFMX 6.1 CFMX 6.1J2EE + servers/lib/unijdbc.jar =Select Field1, Field2 From TableName Works When i

RE: JDBC Problems with CFMX 6.1

2003-10-21 Thread Joe Eugene
To: CF-Talk Subject: JDBC Problems with CFMX 6.1 This is a problem i havent seen before. I was able to successfully create a JDBC Connection to IBM U2 (UniVerse) Muti-Value Database with CFMX 6.0 and everything worked. Here is what happens with CFMX 6.1 CFMX 6.1J2EE + servers/lib/unijdbc.jar =Select

RE: Problems with CFMX?

2002-10-09 Thread Dave Wilson
Mark, Not sure if anyone has responded to you yet as I'm just catching up on the list at the moment. However, I would urge you to go ahead and download a trial and run your own tests with CFMX. The problems mentioned in the CF support and unstable threads are not being experienced by everyone

RE: Problems with CFMX?

2002-10-09 Thread Kola Oyedeji
-Talk Subject: RE: Problems with CFMX? are you saying theres a java limit on the size of a method? Yes. Also is a method generated for every case in a switch statement? No. That would be nice, but no. cfswitch expression=#a# cfcase value=1bla/cfcase /cfswitch equals switch

RE: Problems with CFMX?

2002-10-09 Thread Rob Rohan
) - bit bitter :) -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 7:32 PM To: CF-Talk Subject: RE: Problems with CFMX? Rob, I get it that cfinclude is a pointer to other files - but I can't see that this is not relevant to CFMX

RE: Problems with CFMX?

2002-10-09 Thread Mark A. Kruger - CFG
That's what I suspected. -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 11:24 AM To: CF-Talk Subject: RE: Problems with CFMX? It appears to compile the whole chain of needed files for a given request. Each .cfm = .class. when you request

64K limit bugs (was: Problems with CFMX?)

2002-10-09 Thread Tom Harwood
[Resending, forgot the newsgroup doesn't propagate to email] The only flag that goes up for me is the large file issue. Can you elaborate a bit on that. Does CFMX hang or run the file slow? How are you defining ~850 lines? Hello Mark, There is one pervasive bug that can show itself as a

RE: 64K limit bugs (was: Problems with CFMX?)

2002-10-09 Thread Mark A. Kruger - CFG
Tom, Thanks - that's a great explination. -mk -Original Message- From: Tom Harwood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 12:47 PM To: CF-Talk Subject: 64K limit bugs (was: Problems with CFMX?) [Resending, forgot the newsgroup doesn't propagate to email

Problems with CFMX?

2002-10-08 Thread Mark W. Breneman
and MS SQL 2000. Are there a large number of problems with CFMX that I should know about? Luckily I have a few weeks to play with the new servers before they go live. Any ETA on a CFMX .1 update? (is one needed) Thanks Mark W. Breneman -Macromedia Certified ColdFusion Developer -Network / Web

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
-Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 9:32 AM To: CF-Talk Subject: Problems with CFMX? I have been watching threads like LONG time CF Supporter - About ready to dump CF and CFMX - I've never seen anything so unstable in my life

RE: Problems with CFMX?

2002-10-08 Thread Mark W. Breneman
Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:46 AM To: CF-Talk Subject: RE: Problems with CFMX? Hi Mark, We have a very large site, and have had a few problems. Here are some other thing you need to watch for / problems we had/have

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
Code of a method greater then 65535 bytes -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 10:02 AM To: CF-Talk Subject: RE: Problems with CFMX? Thanks, The only flag that goes up for me is the large file issue. Can you elaborate

RE: Problems with CFMX?

2002-10-08 Thread Mark A. Kruger - CFG
CF 5 and MS SQL 2000. Are there a large number of problems with CFMX that I should know about? Luckily I have a few weeks to play with the new servers before they go live. Any ETA on a CFMX .1 update? (is one needed) Thanks Mark W. Breneman -Macromedia Certified ColdFusion Developer -Network

RE: Problems with CFMX?

2002-10-08 Thread Devin Callaway
10:46AM 1. MX can not handle large .cfm files. By large I mean ~850 lines of code -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 9:32 AM To: CF-Talk Subject: Problems with CFMX? I have been watching threads like LONG time

RE: Problems with CFMX?

2002-10-08 Thread Mark A. Kruger - CFG
forward - but what about complex aps written for CF 4.x or 5? -mk -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:46 AM To: CF-Talk Subject: RE: Problems with CFMX? Hi Mark, We have a very large site, and have had a few problems

RE: Problems with CFMX?

2002-10-08 Thread Stephenie Hamilton
|To: CF-Talk |Subject: RE: Problems with CFMX? | | |Could someone comment on the large .cfm files issue. We |have quite a few files that are very large like 1000 lines |but the maybe 5 lines of actual cfml the rest html. We are |having problems with our servers restarts

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:09 AM To: CF-Talk Subject: RE: Problems with CFMX? Rob, Can you elaborate on the large file issue? For example, if I have the following: cfinclude template=EventHandler.cfm ... other

RE: Problems with CFMX

2002-10-08 Thread Rob Rohan
Mark, The cfincludes are pointers to other files and would equate to 1 line (or there about - as opposed to bringing all the cfcode to the calling page) So, in other words, if there are over ~850 cf lines in a single file you will run into problems (850 is very loose as it

RE: Problems with CFMX?

2002-10-08 Thread Kola Oyedeji
Subject: RE: Problems with CFMX? Yeah, I posted it a while back. Quick synapses: Coders write: cfif 1 eq 1 cfoutputblarg/cfoutput /cfif That gets made into: public void whatever(){ = public void doSomething

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
); } -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 12:52 PM To: CF-Talk Subject: RE: Problems with CFMX? Rob Can you confirm 2 things about your post are you saying theres a java limit on the size of a method? Also is a method generated for every

RE: Problems with CFMX?

2002-10-08 Thread Devin Callaway
Hamilton Macromedia Certified ColdFusion Professional CFXHosting |-Original Message- |From: Devin Callaway [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, October 08, 2002 1:40 PM |To: CF-Talk |Subject: RE: Problems with CFMX? | | |Could someone comment on the large .cfm files issue

RE: Problems with CFMX?

2002-10-08 Thread Mark A. Kruger - CFG
would be compiled as a separate class. Do you see what I mean? -mk -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 1:45 PM To: CF-Talk Subject: RE: Problems with CFMX? Mark, The cfincludes are pointers to other files and would equate

[OT] Problems with CFMX?

2002-07-30 Thread Jesse Noller
Hey All- I just wanted to take a moment and discuss something which has been bothering me. There are a lot of good discussions on this list about CFMX; however, there are a lot of CFMX suck because of X threads. I wanted to take a moment to mention something. Generally, there

RE: [OT] Problems with CFMX?

2002-07-30 Thread Chad Gray
for an installation support can be reviewed at: http://www.macromedia.com/v1/handlers/index.cfm?ID=10244Method=Full.; -Original Message- From: Jesse Noller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 7:29 AM To: CF-Talk Subject: [OT] Problems with CFMX? Hey All- I just wanted

Re: [OT] Problems with CFMX?

2002-07-30 Thread Jochem van Dieten
Chad Gray wrote: Just so you know MM techs are telling people to use the MM Forums to submit problems. See the quote below: problems != bugs Jochem __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: [OT] Problems with CFMX?

2002-07-30 Thread Jesse Noller
: Tuesday, July 30, 2002 11:12 AM To: CF-Talk Subject: RE: [OT] Problems with CFMX? Just so you know MM techs are telling people to use the MM Forums to submit problems. See the quote below: With regard to the new error you had posted, I have to request that you post this issue

RE: [OT] Problems with CFMX?

2002-07-30 Thread Jesse Noller
Subject: RE: [OT] Problems with CFMX? Just so you know MM techs are telling people to use the MM Forums to submit problems. See the quote below: With regard to the new error you had posted, I have to request that you post this issue to the ColdFusion Community Forum where ColdFusion Engineers

RE: [OT] Problems with CFMX?

2002-07-30 Thread Chad Gray
To: CF-Talk Subject: RE: [OT] Problems with CFMX? Yeah, that's because they asked a question that went beyond the immediate scope of the free installation support. In this case, it's probably not a bug, but rather a support issue. Re-read the part: The detailed guidelines that qualify

RE: [OT] Problems with CFMX?

2002-07-30 Thread Jesse Noller
To: CF-Talk Subject: RE: [OT] Problems with CFMX? I understand that... I was just making sure you know people are being told they can go to the MM Forums and get tech support. If this is suppose to happen then ignore my post. -Original Message- From: Jesse Noller [mailto