RE: Log question

2013-01-28 Thread Russ Michaels
Cf errors go in the applicatipn log. The exceptipn log will get created again whem am exception occurs. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 28, 2013 11:28 PM, "Eric Roberts" wrote: > > Even

RE: Log question

2013-01-28 Thread Eric Roberts
Even creating an error did not bring back the exception log :-( -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Monday, January 28, 2013 4:58 PM To: cf-talk Subject: Re: Log question New logs are created automatically, making a blank file will not bring back t

RE: Log question

2013-01-28 Thread Eric Roberts
I tried that...it didn't work :-( -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Monday, January 28, 2013 4:35 PM To: cf-talk Subject: Re: Log question You should be able to "touch" a new text file and it should just work. Just use a text editor to save a ne

Re: Log question

2013-01-28 Thread Russ Michaels
New logs are created automatically, making a blank file will not bring back the old one. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 28, 2013 10:35 PM, "John M Bliss" wrote: > > You should be able t

Re: Log question

2013-01-28 Thread Dave Watts
> How do you restore a deleted log? In an attempt to clear the exception log, > I ended up deleting it (they should label those buttons better).help! [insert Delorean time machine joke here] Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Softwa

Re: Log question

2013-01-28 Thread John M Bliss
Oh, right. What I wrote only applies if you *don't* need to undelete. On Mon, Jan 28, 2013 at 4:34 PM, Russ Michaels wrote: > > If you deleted it via cfadmin then its gone, only an undelete tool may help > you. > > Regards > Russ Michaels > www.michaels.me.uk > www.cfmldeveloper.com - Free CFM

Re: Log question

2013-01-28 Thread John M Bliss
You should be able to "touch" a new text file and it should just work. Just use a text editor to save a new, empty file at logs\exception.log Anyone know why that would not work? On Mon, Jan 28, 2013 at 4:20 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > How do you restore a d

Re: Log question

2013-01-28 Thread Russ Michaels
If you deleted it via cfadmin then its gone, only an undelete tool may help you. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 28, 2013 10:32 PM, "Eric Roberts" wrote: > > How do you restore a deleted

Log question

2013-01-28 Thread Eric Roberts
How do you restore a deleted log? In an attempt to clear the exception log, I ended up deleting it (they should label those buttons better).help! Eric ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/A

Re: Check out my profile on LinkedIn

2013-01-28 Thread Claude Schnéegans
>>Find out why I use LinkedIn. Who cares? ;-) ~| 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

Check out my profile on LinkedIn

2013-01-28 Thread William Hartley
LinkedIn Find out why I use LinkedIn. Stay in touch and build your professional network. - William William Hartley President at Wilco Technology of the Treasure Coast, Inc. Fort Pierce, Florida Area Confirm that you know William Hartley: https://www.linkedin.com/e/f1kf6s-hci0v3x

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread M
Thank you . . . will take you up on your suggestion and cross my fingers. thanks again m On Mon, Jan 28, 2013 at 9:13 AM, Russ Michaels wrote: > > ok in which case you need to detect what captivate sends to the server and > what gets sent back when using the original PHP scripts. > > You can u

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread Russ Michaels
ok in which case you need to detect what captivate sends to the server and what gets sent back when using the original PHP scripts. You can use wireshark to do this which will show you the request and response. Or perhaps a quick and simple test, make a CFM page which posts the data to the PHP s

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread M
You appear to be focusing on the fact that my code isn't doing anything. However, the issue is that the CFML --no matter what it contains -- is not getting processed at all. After lots of troubleshooting, I stripped down the CFML file to what I posted before to ensure that I was not dealing

Re: CFDocument PDF text duplication

2013-01-28 Thread Marty Franklin
Raghu, I had this same issue and ended going to a third party tool to generate PDFs. If I remember correctly this problem deep and must be fixed by Adobe. Same with ability to justify text. Just doesn't work as expected. Very frustrating. Sorry been down that path! Good luck! DynamicPDF http

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread Russ Michaels
If that is the content of your CFML page that then is why it is not working, as you are not doing anything with the data. You cannot just submit data to a blank page that does nothing, you need some code in there to process what is being posted to it. On Mon, Jan 28, 2013 at 2:19 PM, M A wrote:

Re: First time caller, long time listener . . . why does Captivate 6 hate CF

2013-01-28 Thread M A
Apologies for the confusion. The two files in the directory are the HTTP requests that are uploading the Captivate data. My current internalServerReporting.cfm looks like this: It worked ... I got this far So, there's no CFML in the file, or anything, but I don't even get the string