Re: (ot) automatical re-diretion from youtube

2009-09-02 Thread Dave l
3 FRICKING MINUTES to find the answer... 3 FRICKIN MINUTES In the 10 years you have been doing this you have probably never actually coded 1 lick of it yourself. Am I going to give the code to you? Umm no You know how you send everyone those oh-so lame off-list vulgar filled messages ..

Re: Encrypt/Decrypt error

2009-09-02 Thread Azadi Saryev
Hi Les, fyi, adobe issued CF 8.0.1 cumulative hotfix 3 yesterday (September 1), which fixes the CFMX_COMPAT bug (among other 20+ bugs). get the hf here: http://kb2.adobe.com/cps/511/cpsid_51180.html Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 28/07/2009 03:30, Les Mizzell wrote:

Re: CF7 to CF8 Encrpt Problem

2009-09-02 Thread Azadi Saryev
Lee, adobe has issued cf 8.0.1 hotfix 3 yesterday, which fixes the CFMX_COMPAT bug. you can get the hf here: http://kb2.adobe.com/cps/511/cpsid_51180.html Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 12/12/2008 01:24, Lee wrote: We are having a problem upgrading from CF7 to CF8.

Re: cfopenchat - jquery

2009-09-02 Thread Rick Root
On Tue, Sep 1, 2009 at 11:53 PM, Rick Fairclothr...@whitestonemedia.com wrote: Is it just my system? tests fine on all three browsers for me... Chrome, FF 3.5.2, and IE8 ... sounds like your browsers are refusing to pass the session ID after the form submit (it does a cflocation after the

Re: cfopenchat - jquery

2009-09-02 Thread Gerald Guido
Chalk up another win for IE. I find this to be handy in such occasions: Internet Explorer Collection http://finalbuilds.edskes.net/iecollection.htm HTH G! On Wed, Sep 2, 2009 at 7:39 AM, Rick Root rick.r...@webworksllc.com wrote: On Tue, Sep 1, 2009 at 11:53 PM, Rick

Code being truncated...

2009-09-02 Thread Dave Phillips
Hi all, CF8 - Linux environment We have a situation where the code in our module is being truncated. It's at a specific length ( characters). If I add or remove enough characters where the truncation occurs within a CF tag, I get a CF error on the page. If I add/remove enough characters

Code being truncated...

2009-09-02 Thread Dave Phillips
Hi all, CF8 - Linux environment We have a situation where the code in our module is being truncated. It's at a specific length ( characters). If I add or remove enough characters where the truncation occurs within a CF tag, I get a CF error on the page. If I add/remove enough characters

Code being truncated...

2009-09-02 Thread Dave Phillips
Hi all, CF8 - Linux environment We have a situation where the code in our module is being truncated. It's at a specific length ( characters). If I add or remove enough characters where the truncation occurs within a CF tag, I get a CF error on the page. If I add/remove enough characters

Code being truncated...

2009-09-02 Thread Dave Phillips
Hi all, CF8 - Linux environment We have a situation where the code in our module is being truncated. It's at a specific length ( characters). If I add or remove enough characters where the truncation occurs within a CF tag, I get a CF error on the page. If I add/remove enough characters

RE: Code being truncated...

2009-09-02 Thread Dave Phillips
Okay, so I'm going to answer my own question here for those who encounter this in the future. Apparently, the feature that Word has to save a Word Doc as filtered HTML is a little buggy... (surprise!). We had a form in Word and saved it as HTML (filtered) so it wouldn't have all the word

RE: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-02 Thread Brook Davies
Come on Arsalan, you say then let me tell you ... it's not much of a big deal :) you can use iText java So then, please do tell me, or show me the code that makes this possible? Brook -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: September-01-09 1:49 PM

Re: access dynamic structure value

2009-09-02 Thread Matthew Smith
Thanks for all the help guys. Learned a lot from the thread. Good stuff. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Determining CF8's UNIX Account

2009-09-02 Thread Robert Nurse
Hi All, Does anyone know how to determine the UNIX account under which CF8 is running? We're using CFFILE to upload files to the server. The code runs fine on the test server (of course). But, not production. I placed a cfabort right after the cffile action=upload... command so I could

verity search term error

2009-09-02 Thread Matthew Smith
Users are putting in this search term: paris and sandy I am doing this before doing the search: cfset attributes.searchterm = replace(attributes.searchterm, and , , all) cfset attributes.searchterm = replace(attributes.searchterm, ,, , all) But still getting an error. What is causing this?

re: verity search term error

2009-09-02 Thread Jason Fisher
What's the error? ~| 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/cf-talk/message.cfm/messageid:325942

Re: Determining CF8's UNIX Account

2009-09-02 Thread Leigh
Does anyone know how to determine the UNIX account under which CF8 is running? I have only done it for windows. But you might check the system properties and environment variables. http://java.sun.com/docs/books/tutorial/essential/environment/env.html

RE: Determining CF8's UNIX Account

2009-09-02 Thread brad
If permissions were denied, an exception should have been thrown. Run the ps command to find the ColdFusion process and see who its owner is: ps -A -F | grep cfmx7 (replece cfmx7 with whatever the process name is on your server/version) Also, the startup script that starts ColdFusion

Re: verity search term error

2009-09-02 Thread Matthew Smith
What's the error? SearchEngine Invalid search CRITERIA specified: paris, and sandy. If you are using TYPE=explicit, you must use Verity Query Language operators (such as lt;WORDgt; or lt;STEMgt;) or surround your search term in quotes. See the documentation for details. [empty string] [empty

Re: Determining CF8's UNIX Account

2009-09-02 Thread Rick Root
This doesn't answer your question, but don't just abort, cfdump var=#cffile# too Rick -- Rick Root CFFM - Open Source Coldfusion File Manager http://www.opensourcecf.com/cffm ~| Want to reach the ColdFusion community with

Re: Determining CF8's UNIX Account

2009-09-02 Thread Robert Nurse
I thought the same thing about an exception being thrown. I tried a little experiment. One of the folders the application can write to has 777 access. The one having the problem has 775 access. When I attempted to upload to the former, there was no problem. That tells me that the account

Re: verity search term error

2009-09-02 Thread Matthew Smith
Ok, sorry, looked further down. I am adding in the word and between the search terms. Isn't that required for verity to return the proper results? I remember having to do this way back. I guess I am removing any ands the user types in, then putting the word and between each search term.

Re: Determining CF8's UNIX Account

2009-09-02 Thread Robert Nurse
Oh, I checked what CFFILE reported. It said the file was not saved. This doesn't answer your question, but don't just abort, cfdump var=#cffile# too Rick -- Rick Root CFFM - Open Source Coldfusion File Manager http://www.opensourcecf.com/cffm

cfinput not accepting long javascript?

2009-09-02 Thread Phillip Vector
cfinput name=close_period_jump_start id=close_period_jump_start type=checkbox label=Close Jump Start Pay Period onclick='alert(Make sure you are changing the Weekly Commission Start Date as well!);getURL(javascript:window.open('wtcompanyinfo_sendemail.cfm','news');) It's a flash cfform (hence

Re: cfinput not accepting long javascript?

2009-09-02 Thread Dave Watts
cfinput name=close_period_jump_start  id=close_period_jump_start type=checkbox label=Close Jump Start Pay Period onclick='alert(Make sure you are changing the Weekly Commission Start Date as well!); getURL(javascript:window.open('wtcompanyinfo_sendemail.cfm','news');) It's a flash cfform

Re: cfinput not accepting long javascript?

2009-09-02 Thread Phillip Vector
Sorry.. There is a single quote after that. The copy and paste didn't grab it. I've changed it into a function now.. cfformitem type=script function Send_Email() {

RE: Determining CF8's UNIX Account

2009-09-02 Thread brad
I checked the /etc/init.d folder and didn't see anything for CF8 startup. My server is Open SuSE. Starup scripts can vary from distro to disrto. Just use the PS command and look for the CF process. That will tell you how it is running under. Did you install CF on this server? I believe

Re: cfinput not accepting long javascript?

2009-09-02 Thread Dave Watts
I've changed it into a function now..        cfformitem type=script                function Send_Email()                {                         getURL(javascript:NewWindow=window.open('adjustments.cfm','newWin'); NewWindow.focus(); void(0););                        onclick='alert(Make

Re: cfinput not accepting long javascript?

2009-09-02 Thread Phillip Vector
Again.. Sorry.. I noticed the error once I sent out the email. it's still not loading the flash page, but me and my boss decided to just do it a different way. Apparently, It was erroring and JRun was picking up the error... Which I can't see. On Wed, Sep 2, 2009 at 1:51 PM, Dave

Getting UDF's into a custom tag.

2009-09-02 Thread Gerald Guido
I have a custom tag to display my views, basically an encapsulated cfinclude, and I have a cfm that holds a set of common utility functions (I am debating whether or not to put them into a CFC). What would be the best way(s) to make the UDF's available in side the custom tags? Put them in a

Problem with CFEXECUTE

2009-09-02 Thread Steve Lichtenberg
I am running the following code: cfset File_Directory = ExpandPath(/download/) cfset runpath=D:\Additional Software\plink.exe cfset argslist= -v -batch -ssh 12.144.48.30 -l user -pw pwd /usr/local/bin/load-prod #uploadfile.serverfile# #variables.sessionuid# cftry cfexecute name = #runpath#

Re: Getting UDF's into a custom tag.

2009-09-02 Thread Agha Mehdi
Ideal is to put them in a cfc and pass the object in Agha On Sep 2, 2009, at 2:20 PM, Gerald Guido gerald.gu...@gmail.com wrote: I have a custom tag to display my views, basically an encapsulated cfinclude, and I have a cfm that holds a set of common utility functions (I am debating

Re: Determining CF8's UNIX Account

2009-09-02 Thread Andy Allan
How are you starting CF on your server? Are you using using the supplied startup scripts (multiserver startup script has a bug in it) or are you starting it manually? If you're starting it using the script, then the user is specified in the script. If you start it manually, e.g. ./jrun -start

Re: Getting UDF's into a custom tag.

2009-09-02 Thread Rick Root
On Wed, Sep 2, 2009 at 5:20 PM, Gerald Guidogerald.gu...@gmail.com wrote: I have a custom tag to display my views, basically an encapsulated cfinclude, and I have a cfm that holds a set of common utility functions (I am debating whether or not to put them into a CFC). What would be the best

Re: Getting UDF's into a custom tag.

2009-09-02 Thread Gerald Guido
Thanx Rick. Let me refine the question a bit as to why I ask. I am still working this out in my head thinking about the Pro's and Con's of each approach. 1. Putting it in a global scope like application or request. or 2. Passing the function(s) in to the tag as a var What would or could

Re: Determining CF8's UNIX Account

2009-09-02 Thread Robert Nurse
We're running CF under SunOS. I'd have to check tomorrow to see if there is a start-up script. But, we've been starting it manually. I understand about permissions and umask and all somewhat. That's why I assumed it was some kind of permissions issue. One question though. The user

Re: Determining CF8's UNIX Account

2009-09-02 Thread Maureen Barger
You said you are running CF under jRun - have you implemented sandbox security as well? If so you may have to check permissions for that directory. If you have been starting it manually, ensure you are starting it under the correct user. Have you grepped for the process yet? (Someone already

Re: Getting UDF's into a custom tag.

2009-09-02 Thread Agha Mehdi
The only issue I have with having it in global scope and just using it in the tag is that it does not look cleaner to me. You will have other attributes passed into the tag and one var of UDFs with global scope (app/request) will be directly referred to in the tag. I can't think of a reason why

Re: Determining CF8's UNIX Account

2009-09-02 Thread Maureen Barger
Yup, that's your issue. Either chmod -R 777 on the dir where you want to save files (maybe not so good) or change that line to RUNTIME_USER=foo and you should be on your way! If you do change the RUNTIME_USER ensure your other dirs have correct permissions too or you will have bigger problems!

Re: Getting UDF's into a custom tag.

2009-09-02 Thread Rick Root
To be honest, I tend to put utility functions into a component called udf.cfc and then load that component into a shared scope (application or server) on initialization. That way they're always there in memory. I don't like the idea of passing functions into a custom tag though it would

Re: Determining CF8's UNIX Account

2009-09-02 Thread Rick Root
I am running Coldfusion 7 Standard under CentOS Linux This line is in /etc/init.d/coldfusionmx7 RUNTIME_USER=nobody Rick ~| Want to reach the ColdFusion community with something they want? Let them know on the House of

ColdFusion Client Variables

2009-09-02 Thread Bob Hendren
Here's an oldie but a goodie: I long ago drank the Kool-Aid on Client variables being stored in a DB and disabling global client variable updates. No problems there. But I'm just wondering when exactly are HITCOUNT and LVISIT updated in this situation? Is it on the first page of a return

Re: CFFM 1.30 Released

2009-09-02 Thread Mike Kear
Rick i'd suggest that the normal installation isnt going to be managing more than say 100 images at most in any directory, so i think you should leave the default as it is. I'd say just put a comment somewhere or something in the docs that tells how to change that setting instead. Cheers Mike

RE: Determining CF8's UNIX Account

2009-09-02 Thread brad
Wait a minute now, Robert Nurse is the OP. I think Rick was just chiming in with his config... Robert said CF has been starting with a user called foo however he also said they have been starting CF manually as well. Robert, we need you to be more specific. Does the file write work when you