Re: Alternatives to CFFM?

2010-08-19 Thread David McGraw

You can right click the alert pop up, then click on select all, copy the text 
and paste it into dreamweaver or something else and then let that render it, it 
will show you what it is.

My best guess is that you have some kind of authneitcation scheme going on that 
the upload script isn't part of, so your getting a redirected login page, or 
something like that.

You have to ensure you do not have some kind of global application wide 
handlers interfering with your FCKEditor code. 

You may also want to review your fckconfig.js file and ensure your paths are 
correct... if you have some incorrect paths, then it would return the HTML of a 
page cannot be found page, or your custom site wide error page.


I have a lot of experience with FCKEditor, if you can select all and get that 
HTML of the JS pop up and actually understand what it's returning, I bet you 
will have an Ah ha! moment, and realize what's happening.

Thanks,
David McGraw
Oyova Software, LLC
http://www.oyova.com



Thanks John,  I dont think its a CF error, thats the problem.A
narrow very tall popup appears (taller than the window)  with a whole
lot of code in it,  generated by javascript I assume, but since it's
in a popup, you cant cut and paste any of the content into a code
editor,  and its so large you cant see all of it, so it never renders
properly.  SO I don't know what the error is,  or what's causing it,
only what point in the process it appears.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

On Thu, Aug 19, 2010 at 9:04 AM, John M Bliss bliss.j...@gmail.com wrote:
 

~|
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/message.cfm/messageid:336390
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Mike Kear

I think you might be right,  David,  except that there is no right
click menu on that popup.  That's the problem.  I tried doing that
about 8 weeks ago when I first encountered the problem.   But based on
Kym Kovan's advice that they messed around with this same thing for
ages and ages until they decided it wasnt worth the effort,and
based on the fact that half a dozen requests to Rick Root for help and
getting no response at all, not even 'i'm not interested in supporting
you',  tells me i should find something else to use instead.   Dump
CFFM is my recommendation.

My current plan is to forget about this whole CFFM thing since Rick
isnt helping and use CFFinder or maybe have a go at writing my own.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month




On Thu, Aug 19, 2010 at 10:00 PM, David McGraw david.mcg...@gmail.com wrote:

 You can right click the alert pop up, then click on select all, copy the text 
 and paste it into dreamweaver or something else and then let that render it, 
 it will show you what it is.

 My best guess is that you have some kind of authneitcation scheme going on 
 that the upload script isn't part of, so your getting a redirected login 
 page, or something like that.

 You have to ensure you do not have some kind of global application wide 
 handlers interfering with your FCKEditor code.

 You may also want to review your fckconfig.js file and ensure your paths are 
 correct... if you have some incorrect paths, then it would return the HTML of 
 a page cannot be found page, or your custom site wide error page.


 I have a lot of experience with FCKEditor, if you can select all and get that 
 HTML of the JS pop up and actually understand what it's returning, I bet you 
 will have an Ah ha! moment, and realize what's happening.

 Thanks,
 David McGraw
 Oyova Software, LLC
 http://www.oyova.com



~|
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/message.cfm/messageid:336391
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread John M Bliss

FWIW, I messed around with this same thing for a bit and was seeing an error
that looked like yours and got it working.  Unfortunately, I can't for the
life of me remember exactly what the problem/fix was.

I do think I remember some issue with CFFM where it was attempting to do a
CreateObject or similar and, by default, our host had that turned off.  Not
sure whether that was the problem causing the similar error or not,
though...

Sorry...wish my memory was better...


On Thu, Aug 19, 2010 at 7:27 AM, Mike Kear afpwebwo...@gmail.com wrote:


 I think you might be right,  David,  except that there is no right
 click menu on that popup.  That's the problem.  I tried doing that
 about 8 weeks ago when I first encountered the problem.   But based on
 Kym Kovan's advice that they messed around with this same thing for
 ages and ages until they decided it wasnt worth the effort,and
 based on the fact that half a dozen requests to Rick Root for help and
 getting no response at all, not even 'i'm not interested in supporting
 you',  tells me i should find something else to use instead.   Dump
 CFFM is my recommendation.

 My current plan is to forget about this whole CFFM thing since Rick
 isnt helping and use CFFinder or maybe have a go at writing my own.

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month




 On Thu, Aug 19, 2010 at 10:00 PM, David McGraw david.mcg...@gmail.com
 wrote:
 
  You can right click the alert pop up, then click on select all, copy the
 text and paste it into dreamweaver or something else and then let that
 render it, it will show you what it is.
 
  My best guess is that you have some kind of authneitcation scheme going
 on that the upload script isn't part of, so your getting a redirected login
 page, or something like that.
 
  You have to ensure you do not have some kind of global application wide
 handlers interfering with your FCKEditor code.
 
  You may also want to review your fckconfig.js file and ensure your paths
 are correct... if you have some incorrect paths, then it would return the
 HTML of a page cannot be found page, or your custom site wide error page.
 
 
  I have a lot of experience with FCKEditor, if you can select all and get
 that HTML of the JS pop up and actually understand what it's returning, I
 bet you will have an Ah ha! moment, and realize what's happening.
 
  Thanks,
  David McGraw
  Oyova Software, LLC
  http://www.oyova.com
 
 

 

~|
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/message.cfm/messageid:336392
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Alternatives to CFFM?

2010-08-19 Thread Paul Vernon

 I think you might be right,  David,  except that there is no right
 click menu on that popup.  That's the problem.  I tried doing that
 about 8 weeks ago when I first encountered the problem.

Mike,

*LEFT* click on the error, press CTRL + A to select all, CTRL+C to copy and
then open your editor and paste in the error message. Simples ;-)
 
Paul





~|
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/message.cfm/messageid:336393
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Michael Grant

From the looks of the screeners that ISN'T a pop-up, it's a javascript
alert. There is no context menu.


On Thu, Aug 19, 2010 at 8:40 AM, Paul Vernon 
paul.ver...@web-architect.co.uk wrote:


  I think you might be right,  David,  except that there is no right
  click menu on that popup.  That's the problem.  I tried doing that
  about 8 weeks ago when I first encountered the problem.

 Mike,

 *LEFT* click on the error, press CTRL + A to select all, CTRL+C to copy and
 then open your editor and paste in the error message. Simples ;-)

 Paul





 

~|
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/message.cfm/messageid:336395
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Rick Root

Sorry, I simply haven't had time for my open source projects and that
includes any kind of support on my open source projects.  Going to
cf-talk is the right thing of course.

#1 - the screenshot posted is a javascript alert, not really a popup,
so you can't right or left click on it and select anything.

#2 - the contents of the alert show your CMS login, which means the
upload script isn't authenticated, as someone else suggested earlier.
Regardless of the fact that you are logged in and normal CFMs are
executing fine, you can't argue with the fact that the upload script
isn't authenticated.

I can tell you why - it's because the flash app that's sending the
files doesn't send the same cookies that your browser sends directly.
I don't know why and I haven't found the time to figure it out.

So the flash uploader basically doesn't work.

Rick

~|
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/message.cfm/messageid:336396
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Alternatives to CFFM?

2010-08-19 Thread Paul Vernon

At no point do the instructions I gave use a context menu. They do however
work for me when debugging errors that appear in javascript alert boxes...

Paul

 -Original Message-
 From: Michael Grant [mailto:mgr...@modus.bz]
 Sent: Thursday, August 19, 2010 1:55 PM
 To: cf-talk
 Subject: Re: Alternatives to CFFM?
 
 
 From the looks of the screeners that ISN'T a pop-up, it's a javascript 
 alert. There is no context menu.
 
 
 On Thu, Aug 19, 2010 at 8:40 AM, Paul Vernon  
 paul.ver...@web-architect.co.uk wrote:
 
 
   I think you might be right,  David,  except that there is no right 
   click menu on that popup.  That's the problem.  I tried doing that 
   about 8 weeks ago when I first encountered the problem.
 
  Mike,
 
  *LEFT* click on the error, press CTRL + A to select all, CTRL+C to
 copy and
  then open your editor and paste in the error message. Simples ;-)
 
  Paul
 
 
 
 
 
 
 
 

~|
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/message.cfm/messageid:336397
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Alternatives to CFFM?

2010-08-19 Thread Paul Vernon

 Sorry, I simply haven't had time for my open source projects and that
 includes any kind of support on my open source projects.  Going to
 cf-talk is the right thing of course.
 
 #1 - the screenshot posted is a javascript alert, not really a popup,
 so you can't right or left click on it and select anything.

Rick, just FYI, I can and do get the data out of those alert boxes on a
regular basis. I posted instructions on how to do this earlier ;-)

 #2 - the contents of the alert show your CMS login, which means the
 upload script isn't authenticated, as someone else suggested earlier.
 Regardless of the fact that you are logged in and normal CFMs are
 executing fine, you can't argue with the fact that the upload script
 isn't authenticated.
 
 I can tell you why - it's because the flash app that's sending the
 files doesn't send the same cookies that your browser sends directly.
 I don't know why and I haven't found the time to figure it out.

 So the flash uploader basically doesn't work.

The reason for this is that the flash uploader has its own HTTP client built
in that is not the browser. Cookies saved by one HTTP client are generally
stored in a different place to another HTTP client and as such, the flash
and browser cookies are distinct. Unless you pass in the relevant cookies
into the flash when you initialise it and force those cookie values to be
used by the flash HTTP client when the upload is triggered it will never
work where authentication is required as is the case in this instance.

Paul



~|
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/message.cfm/messageid:336398
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Michael Grant

Correct. My mistake.


On Thu, Aug 19, 2010 at 9:04 AM, Paul Vernon 
paul.ver...@web-architect.co.uk wrote:


 At no point do the instructions I gave use a context menu. They do however
 work for me when debugging errors that appear in javascript alert boxes...

 Paul

  -Original Message-
  From: Michael Grant [mailto:mgr...@modus.bz]
  Sent: Thursday, August 19, 2010 1:55 PM
  To: cf-talk
  Subject: Re: Alternatives to CFFM?
 
 
  From the looks of the screeners that ISN'T a pop-up, it's a javascript
  alert. There is no context menu.
 
 
  On Thu, Aug 19, 2010 at 8:40 AM, Paul Vernon 
  paul.ver...@web-architect.co.uk wrote:
 
  
I think you might be right,  David,  except that there is no right
click menu on that popup.  That's the problem.  I tried doing that
about 8 weeks ago when I first encountered the problem.
  
   Mike,
  
   *LEFT* click on the error, press CTRL + A to select all, CTRL+C to
  copy and
   then open your editor and paste in the error message. Simples ;-)
  
   Paul
  
  
  
  
  
  
 
 

 

~|
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/message.cfm/messageid:336400
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Rick Root

On Thu, Aug 19, 2010 at 9:09 AM, Paul Vernon
paul.ver...@web-architect.co.uk wrote:

 #1 - the screenshot posted is a javascript alert, not really a popup,
 so you can't right or left click on it and select anything.

 Rick, just FYI, I can and do get the data out of those alert boxes on a
 regular basis. I posted instructions on how to do this earlier ;-)

And, just FYI, that only works in Firefox.  it does not work in
Internet Explorer or Chrome.

Rick

~|
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/message.cfm/messageid:336402
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Alternatives to CFFM?

2010-08-19 Thread Andrew Scott

For what it is worth, if you use firebug in FireFox any HTTP request
returned from the server and post information can be easily seen. I wish
developers would use this more it is invaluable tool to have.

Regards,
Andrew Scott
http://www.andyscott.id.au/



 -Original Message-
 From: Paul Vernon [mailto:paul.ver...@web-architect.co.uk]
 Sent: Thursday, 19 August 2010 10:40 PM
 To: cf-talk
 Subject: RE: Alternatives to CFFM?
 
 
  I think you might be right,  David,  except that there is no right
  click menu on that popup.  That's the problem.  I tried doing that
  about 8 weeks ago when I first encountered the problem.
 
 Mike,
 
 *LEFT* click on the error, press CTRL + A to select all, CTRL+C to copy
and
 then open your editor and paste in the error message. Simples ;-)
 
 Paul


~|
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/message.cfm/messageid:336403
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Rick Root

On Thu, Aug 19, 2010 at 9:36 AM, Andrew Scott andr...@andyscott.id.au wrote:

 For what it is worth, if you use firebug in FireFox any HTTP request

Firebug rocks.  I don't think I could do jQuery development without
firebug.  I'd go insane.

~|
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/message.cfm/messageid:336404
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Raymond Camden

And as a side note - if you switched to Chrome because it's 100x
faster then Firefox (grin), it has similar tools built in.

On Thu, Aug 19, 2010 at 8:53 AM, Rick Root rick.r...@gmail.com wrote:

 On Thu, Aug 19, 2010 at 9:36 AM, Andrew Scott andr...@andyscott.id.au wrote:

 For what it is worth, if you use firebug in FireFox any HTTP request

 Firebug rocks.  I don't think I could do jQuery development without
 firebug.  I'd go insane.

~|
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/message.cfm/messageid:336410
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Tony Bentley

you can add this code to the cffm.js:

function createErrorWin(msg){
var el = $(document.createElement(div));
$(el).html(msg);
$(el).css(zIndex,999);
$(body).append(el);
}
and then do a find and replace for all alerts; find:alert replace:createErrorWin

If an error pops up, it should show up as a div (which is better IMHO). You 
could probably add a link in there that deletes the div but this should get you 
going. I didn't fix your problem but maybe you just need a better debugging 
handler and use firebug/firefox or chrome and check out the console as others 
have mentioned. 

~|
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/message.cfm/messageid:336418
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Mike Kear

RICK!!   Thank you for your response.  I am most grateful.  I thought
we'd lost you.

However unless the flash/cookie authentication thing is quick for me
to fix, I'm still going to have to move on to another product I'm
afraid.  Your CFFM is a super application, except for the fact that
the uploader has this authentication issue.

By the sound of it,  quite a few people have experienced this same
issue, so if you want to keep moving it along, you will probably need
to spend some time working out a solution for this sooner or later.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month



On Fri, Aug 20, 2010 at 1:56 AM, Tony Bentley
cascadefreehee...@gmail.com wrote:

 you can add this code to the cffm.js:

 function createErrorWin(msg){
        var el = $(document.createElement(div));
        $(el).html(msg);
        $(el).css(zIndex,999);
        $(body).append(el);
 }
 and then do a find and replace for all alerts; find:alert 
 replace:createErrorWin

 If an error pops up, it should show up as a div (which is better IMHO). You 
 could probably add a link in there that deletes the div but this should get 
 you going. I didn't fix your problem but maybe you just need a better 
 debugging handler and use firebug/firefox or chrome and check out the console 
 as others have mentioned.

 

~|
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/message.cfm/messageid:336431
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Rick Root

On Thu, Aug 19, 2010 at 6:43 PM, Mike Kear afpwebwo...@gmail.com wrote:

 By the sound of it,  quite a few people have experienced this same
 issue, so if you want to keep moving it along, you will probably need
 to spend some time working out a solution for this sooner or later.

Not to be rude, but I don't *NEED* To do anything.  When I *NEED* to,
I will.  This is an open source project, so if someone wants to
contribute a patch that either fixes the issue by modifying uploadify
or replaces it with a different file upload mechanism, that's great.

I'm not actually using CFFM 1.3x in any of my own apps.  CFFM 1.22
works pretty nicely still, so you can always use that.  No uploadify
plugin.

Ric

~|
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/message.cfm/messageid:336433
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-19 Thread Mike Kear

No problem.   You dont NEED to do anything. I wasn't trying to tell
you what to do.  Just saying.

If you read what i wrote fully, you'd have seen i put a big IF in
the beginning of that sentence.I wrote: ...if you want to keep
moving it along, you will probably need  to spend some time working
out a solution for this sooner or later.  You can let it languish for
all I care.  It was your project,  something that obviously meant
something to you in the first place, because you were the one that
started it all off.

You do (or dont do) whatever you like.  It's no skin off my nose.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month



On Fri, Aug 20, 2010 at 9:22 AM, Rick Root rick.r...@gmail.com wrote:

 On Thu, Aug 19, 2010 at 6:43 PM, Mike Kear afpwebwo...@gmail.com wrote:

 By the sound of it,  quite a few people have experienced this same
 issue, so if you want to keep moving it along, you will probably need
 to spend some time working out a solution for this sooner or later.

 Not to be rude, but I don't *NEED* To do anything.  When I *NEED* to,
 I will.  This is an open source project, so if someone wants to
 contribute a patch that either fixes the issue by modifying uploadify
 or replaces it with a different file upload mechanism, that's great.

 I'm not actually using CFFM 1.3x in any of my own apps.  CFFM 1.22
 works pretty nicely still, so you can always use that.  No uploadify
 plugin.

 R

~|
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/message.cfm/messageid:336434
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread John M Bliss

 The problem we've got is we get an error message that can't be read
whenever we try to upload.

Have you checked the CF logs for the error?


On Wed, Aug 18, 2010 at 5:46 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Are there any good alternatives to CFFM?  I have had a client's anger
 at me for over a month now, because we can't get the upload to work.
 I've written to Rick Root five times, and had no response, so i have
 to assume he's walked away from CFFM now.

 That means i have to find some alternative to it.The problem we've
 got is we get an error message that can't be read whenever we try to
 upload. I asked Rick to help me figure out what might be causing
 the problem, but he doesnt answer my emails.

 So what i'm looking for is a way to upload image files from FCKEditor,
 and manage the image directories.  If CFFM worked as advertised, it
 would be perfect, but since RIck's walked away from it I'm stuck now.

 Any suggestions where I should go now?

 --
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

 

~|
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/message.cfm/messageid:336363
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear

Thanks John,  I dont think its a CF error, thats the problem.A
narrow very tall popup appears (taller than the window)  with a whole
lot of code in it,  generated by javascript I assume, but since it's
in a popup, you cant cut and paste any of the content into a code
editor,  and its so large you cant see all of it, so it never renders
properly.  SO I don't know what the error is,  or what's causing it,
only what point in the process it appears.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

On Thu, Aug 19, 2010 at 9:04 AM, John M Bliss bliss.j...@gmail.com wrote:

 The problem we've got is we get an error message that can't be read
 whenever we try to upload.

 Have you checked the CF logs for the error?


 On Wed, Aug 18, 2010 at 5:46 PM, Mike Kear afpwebwo...@gmail.com wrote:


~|
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/message.cfm/messageid:336364
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Michael Grant

*Is this behaviour the same across all browsers?*
*
*
On Wed, Aug 18, 2010 at 7:16 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Thanks John,  I dont think its a CF error, thats the problem.A
 narrow very tall popup appears (taller than the window)  with a whole
 lot of code in it,  generated by javascript I assume, but since it's
 in a popup, you cant cut and paste any of the content into a code
 editor,  and its so large you cant see all of it, so it never renders
 properly.  SO I don't know what the error is,  or what's causing it,
 only what point in the process it appears.

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

 On Thu, Aug 19, 2010 at 9:04 AM, John M Bliss bliss.j...@gmail.com
 wrote:
 
  The problem we've got is we get an error message that can't be read
  whenever we try to upload.
 
  Have you checked the CF logs for the error?
 
 
  On Wed, Aug 18, 2010 at 5:46 PM, Mike Kear afpwebwo...@gmail.com
 wrote:
 

 

~|
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/message.cfm/messageid:336365
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear

Yes it's not browser specific.   i could post a screen shot of the
error message somewhere but i dont think I can put it on this list can
i?

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:

 *Is this behaviour the same across all browsers?*
 *
 *

~|
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/message.cfm/messageid:336366
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Michael Grant

You'd have to post a link to the screener hosted somewhere.

On Wed, Aug 18, 2010 at 8:32 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Yes it's not browser specific.   i could post a screen shot of the
 error message somewhere but i dont think I can put it on this list can
 i?

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:
 
  *Is this behaviour the same across all browsers?*
  *
  *

 

~|
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/message.cfm/messageid:336367
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear

Here are two screen shots that illustrate what I'm facing every time i
try to upload using CFFM:

http://picpaste.com/alacastina01.jpg is a general image of the screen
when the error occurs,  and
http://picpaste.com/alacastina02.jpg shows a closer image of the error
popup.  Since this doesnt allow cut and paste, i can never see the
rest of the message, so i can never know what this error is caused by.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month





On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com wrote:
 Yes it's not browser specific.   i could post a screen shot of the
 error message somewhere but i dont think I can put it on this list can
 i?

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:

 *Is this behaviour the same across all browsers?*
 *
 *




-- 


~|
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/message.cfm/messageid:336368
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread James Holmes

Can you right-click the popup and view source? That should at least
give you the full error.
--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 19 August 2010 08:32, Mike Kear afpwebwo...@gmail.com wrote:

 Yes it's not browser specific.   i could post a screen shot of the
 error message somewhere but i dont think I can put it on this list can
 i?

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:

 *Is this behaviour the same across all browsers?*
 *
 *

 

~|
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/message.cfm/messageid:336369
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Maureen

Can you right click on the popup and do a view source, or show it in
firebug?

On Wed, Aug 18, 2010 at 5:39 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Here are two screen shots that illustrate what I'm facing every time i
 try to upload using CFFM:

 http://picpaste.com/alacastina01.jpg is a general image of the screen
 when the error occurs,  and
 http://picpaste.com/alacastina02.jpg shows a closer image of the error
 popup.  Since this doesnt allow cut and paste, i can never see the
 rest of the message, so i can never know what this error is caused by.



~|
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/message.cfm/messageid:336370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread James Holmes

The Please Log In in the title of the HTML that's coming back in
that popup suggests your upload script isn't authenticating properly.
Is it under the same Application.cfc/cfm as the rest of your app?
--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 19 August 2010 08:39, Mike Kear afpwebwo...@gmail.com wrote:

 Here are two screen shots that illustrate what I'm facing every time i
 try to upload using CFFM:

 http://picpaste.com/alacastina01.jpg is a general image of the screen
 when the error occurs,  and
 http://picpaste.com/alacastina02.jpg shows a closer image of the error
 popup.  Since this doesnt allow cut and paste, i can never see the
 rest of the message, so i can never know what this error is caused by.


 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month





 On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com wrote:
 Yes it's not browser specific.   i could post a screen shot of the
 error message somewhere but i dont think I can put it on this list can
 i?

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:

 *Is this behaviour the same across all browsers?*
 *
 *




 --


 

~|
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/message.cfm/messageid:336371
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear

No, thats the problem.   There is no right click menu at all.  As you
see on the screen shot at http://picpaste.com/alacastina02.jpg there's
no way to see what the error is, because the code that's displayed on
the popup is only the header part of the error page.  The actual error
is in the [ CDATA  part that's off the side of the screen.

The only option offered is to click OK.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


On Thu, Aug 19, 2010 at 10:42 AM, Maureen mamamaur...@gmail.com wrote:

 Can you right click on the popup and do a view source, or show it in
 firebug?

 On Wed, Aug 18, 2010 at 5:39 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Here are two screen shots that illustrate what I'm facing every time i
 try to upload using CFFM:

 http://picpaste.com/alacastina01.jpg is a general image of the screen
 when the error occurs,  and
 http://picpaste.com/alacastina02.jpg shows a closer image of the error
 popup.  Since this doesnt allow cut and paste, i can never see the
 rest of the message, so i can never know what this error is caused by.



 

~|
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/message.cfm/messageid:336372
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear

Yes it's in the same directory.   The site is a content management
system, and requires a login.  Perhaps i need to add a login to the
CFFM or change my logged in test to exclude CFFM somehow.

Good idea James,  thanks for the suggestion.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


On Thu, Aug 19, 2010 at 10:44 AM, James Holmes james.hol...@gmail.com wrote:

 The Please Log In in the title of the HTML that's coming back in
 that popup suggests your upload script isn't authenticating properly.
 Is it under the same Application.cfc/cfm as the rest of your app?
 --
 WSS4CF - WS-Security framework for CF
 http://wss4cf.riaforge.org/



~|
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/message.cfm/messageid:336373
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Maureen

Not sure what the exact error is here, but file upload errors are almost
always an error of security or directory permissions.  What web server are
you running?  Have to looked at those logs?

On Wed, Aug 18, 2010 at 5:45 PM, Mike Kear afpwebwo...@gmail.com wrote:


 No, thats the problem.   There is no right click menu at all.  As you
 see on the screen shot at http://picpaste.com/alacastina02.jpg there's
 no way to see what the error is, because the code that's displayed on
 the popup is only the header part of the error page.  The actual error
 is in the [ CDATA  part that's off the side of the screen.



~|
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/message.cfm/messageid:336374
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Michael Grant

That's a javascript alert. Looks to me like the JS code that's creating that
alert box is corrupt. It's including HTML for some reason. Any chance you
can verify that the JS code isn't corrupted?


On Wed, Aug 18, 2010 at 8:39 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Here are two screen shots that illustrate what I'm facing every time i
 try to upload using CFFM:

 http://picpaste.com/alacastina01.jpg is a general image of the screen
 when the error occurs,  and
 http://picpaste.com/alacastina02.jpg shows a closer image of the error
 popup.  Since this doesnt allow cut and paste, i can never see the
 rest of the message, so i can never know what this error is caused by.


 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month





 On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com wrote:
  Yes it's not browser specific.   i could post a screen shot of the
  error message somewhere but i dont think I can put it on this list can
  i?
 
  Cheers
  Mike Kear
  Windsor, NSW, Australia
  Adobe Certified Advanced ColdFusion Developer
  AFP Webworks
  http://afpwebworks.com
  ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month
 
 
  On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:
 
  *Is this behaviour the same across all browsers?*
  *
  *
 



 --


 

~|
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/message.cfm/messageid:336375
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Dave Watts

Firefox, or any sort of HTTP recorder is your friend here.

Dave Watts, CTO, Fig Leaf Software

Sent from my Pants

On Aug 18, 2010 8:39 PM, Mike Kear afpwebwo...@gmail.com wrote:


Here are two screen shots that illustrate what I'm facing every time i
try to upload using CFFM:

http://picpaste.com/alacastina01.jpg is a general image of the screen
when the error occurs,  and
http://picpaste.com/alacastina02.jpg shows a closer image of the error
popup.  Since this doesnt allow cut and paste, i can never see the
rest of the message, so i can never know what this error is caused by.



Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webwork...

On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com wrote:
 Yes it's not browser sp...
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336368

Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.hous...


~|
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/message.cfm/messageid:336376
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Gerald Guido

I have used CKfinder and I like it. It is reasonably priced and they support
CF.

http://ckfinder.com/

HTH

G!

On Wed, Aug 18, 2010 at 8:32 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Yes it's not browser specific.   i could post a screen shot of the
 error message somewhere but i dont think I can put it on this list can
 i?

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:
 
  *Is this behaviour the same across all browsers?*
  *
  *

 

~|
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/message.cfm/messageid:336377
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Michael Grant

Just a hunch, but have you done any Find  Replace tasks lately?


On Wed, Aug 18, 2010 at 8:59 PM, Michael Grant mgr...@modus.bz wrote:

 That's a javascript alert. Looks to me like the JS code that's creating
 that alert box is corrupt. It's including HTML for some reason. Any chance
 you can verify that the JS code isn't corrupted?


 On Wed, Aug 18, 2010 at 8:39 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Here are two screen shots that illustrate what I'm facing every time i
 try to upload using CFFM:

 http://picpaste.com/alacastina01.jpg is a general image of the screen
 when the error occurs,  and
 http://picpaste.com/alacastina02.jpg shows a closer image of the error
 popup.  Since this doesnt allow cut and paste, i can never see the
 rest of the message, so i can never know what this error is caused by.


 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month





 On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com
 wrote:
  Yes it's not browser specific.   i could post a screen shot of the
  error message somewhere but i dont think I can put it on this list can
  i?
 
  Cheers
  Mike Kear
  Windsor, NSW, Australia
  Adobe Certified Advanced ColdFusion Developer
  AFP Webworks
  http://afpwebworks.com
  ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month
 
 
  On Thu, Aug 19, 2010 at 9:27 AM, Michael Grant mgr...@modus.bz wrote:
 
  *Is this behaviour the same across all browsers?*
  *
  *
 



 --


 

~|
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/message.cfm/messageid:336378
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Gerald Guido


 Sent from my Pants


Nice to know or TMI?

G!

On Wed, Aug 18, 2010 at 9:00 PM, Dave Watts dwa...@figleaf.com wrote:


 Firefox, or any sort of HTTP recorder is your friend here.

 Dave Watts, CTO, Fig Leaf Software

 Sent from my Pants

 On Aug 18, 2010 8:39 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Here are two screen shots that illustrate what I'm facing every time i
 try to upload using CFFM:

 http://picpaste.com/alacastina01.jpg is a general image of the screen
 when the error occurs,  and
 http://picpaste.com/alacastina02.jpg shows a closer image of the error
 popup.  Since this doesnt allow cut and paste, i can never see the
 rest of the message, so i can never know what this error is caused by.



 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webwork...

 On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com wrote:
  Yes it's not browser sp...
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336368

 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.hous...


 

~|
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/message.cfm/messageid:336379
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Ria Ragam

Just a suggestion to find out content in error page.

You can try using fiddler is a web debugger can help to display the html
text or any other data you are looking for.

On Wed, Aug 18, 2010 at 9:03 PM, Gerald Guido gerald.gu...@gmail.comwrote:


 
  Sent from my Pants
 

 Nice to know or TMI?

 G!

 On Wed, Aug 18, 2010 at 9:00 PM, Dave Watts dwa...@figleaf.com wrote:

 
  Firefox, or any sort of HTTP recorder is your friend here.
 
  Dave Watts, CTO, Fig Leaf Software
 
  Sent from my Pants
 
  On Aug 18, 2010 8:39 PM, Mike Kear afpwebwo...@gmail.com wrote:
 
 
  Here are two screen shots that illustrate what I'm facing every time i
  try to upload using CFFM:
 
  http://picpaste.com/alacastina01.jpg is a general image of the screen
  when the error occurs,  and
  http://picpaste.com/alacastina02.jpg shows a closer image of the error
  popup.  Since this doesnt allow cut and paste, i can never see the
  rest of the message, so i can never know what this error is caused by.
 
 
 
  Cheers
  Mike Kear
  Windsor, NSW, Australia
  Adobe Certified Advanced ColdFusion Developer
  AFP Webwork...
 
  On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com
 wrote:
   Yes it's not browser sp...
  Archive:
  http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336368
 
  Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
  Unsubscribe: http://www.hous...
 
 
 

 

~|
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/message.cfm/messageid:336380
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Kym Kovan

On 19/08/2010 08:46, Mike Kear wrote:

 Are there any good alternatives to CFFM? ...
 That means i have to find some alternative to it.The problem we've
 got is we get an error message that can't be read whenever we try to
 upload. I asked Rick to help me figure out what might be causing
 the problem, but he doesnt answer my emails.

We had exactly the same issue when we upgraded CFFM in our CMS to the 
latest version of CFFM with the flash tools. After much messing around 
and wasted time we decided it was a path issue in the code that we could 
not find so we back-pedalled 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/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336381
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Dave Watts

 Nice to know or TMI?

That's entirely up to you, I guess.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
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/message.cfm/messageid:336382
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear

Thanks Kym.Your experience is worrying for me - I LIKE the new
version with its neat ajax image calls to give a little thumbnail of
each image etc.   But if you guys gave up on it,  I had better learn
from your experience.   That's been a policy that's never failed me
before.  If'n you guys cant get it going within a reasonable time,
then I need to seriously think about whether I should put more time in
on it too.

I guess that's why Rick doesn't answer emails about it.

Sigh.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month



On Thu, Aug 19, 2010 at 12:47 PM, Kym Kovan dev-li...@mbcomms.net.au wrote:

 On 19/08/2010 08:46, Mike Kear wrote:

 Are there any good alternatives to CFFM? ...
 That means i have to find some alternative to it.    The problem we've
 got is we get an error message that can't be read whenever we try to
 upload.     I asked Rick to help me figure out what might be causing
 the problem, but he doesnt answer my emails.

 We had exactly the same issue when we upgraded CFFM in our CMS to the
 latest version of CFFM with the flash tools. After much messing around
 and wasted time we decided it was a path issue in the code that we could
 not find so we back-pedalled 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/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336383
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm