Re: aes--any way to encrypt a hex encoded string in CF?

2010-03-17 Thread megan cytron
Hi Mark and Denstar-- Thanks so much for your help! I finally figured it out... In the end, it was just a matter of getting the padded string into the encrypt function in a way that would give identical results. I'm still not entirely sure why this works (and why I didn't try it before...),

RE: CF-based picture-gallery

2010-03-17 Thread Sebastiaan GMC van Dijk
Hi Tony, Does this work under Railo as well? I'm gonna try this out the next couple of days, but if you so no from the word go, then I'll have to switch to CF8. Why do I need to install the patch as described in the readme.txt? And do you expect us to pay the 50 bucks you say it cost or is

RE: CF-based picture-gallery

2010-03-17 Thread Sebastiaan GMC van Dijk
Hi Tony, I've tried a lot, but installing and using is almost to no avail. The paths are all over the place and automagically creating tables doesn't happen at all. I only get errors that paths and folders don't exist and when I've thrown all folders into the admin folder, I get errors that

RE: CF-based picture-gallery

2010-03-17 Thread Sebastiaan GMC van Dijk
If I create the table gallery and include the column imgid I get the following error: Railo 3.1.2.001 Error (Expression) Message invalid component definition, can't find C:/railo/webroot/cfimagemanager/admin/example/admin.image Stacktrace The Error Occurred in

AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Gert Franz
Sebastian, I am just looking at it. Perhaps, if it is a often used app we could create an extension out of it... Greetings from Switzerland Gert Franz Railo Technologies Professional Open Source skype: gert.franz g...@getrailo.com +41 76 5680 231 www.getrailo.com

AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Gert Franz
Or let me rephrase, if you have found a corresponding app that needs to run on Railo, let me know which one it is and I'll check it... Greetings from Switzerland Gert Franz Railo Technologies Professional Open Source skype: gert.franz g...@getrailo.com +41 76 5680 231

RE: AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Sebastiaan GMC van Dijk
Hi Gert! That sounds like a great idea! I'd never heard of this app to be honest, that's why I wanted to try it out. The only CF-ones I knew about (3 to 4) were rather poorly developed and lacking in extensibility and frankly in Usability. I was planning to go for CFCphotoblog

RE: AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Sebastiaan GMC van Dijk
See my previous answer ;-) CFCPhotoblog, haven't really tried it on Railo yet! Sebastiaan _ Få nye Windows Live™ Messenger. http://download.live.com/messenge

Re: AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Tony Bentley
Well, Sorry the app isn't working for you. If you deploy to a ColdFusion 8 web server and follow the instructions, it works without any problems. I've never used Ralio but it looks like this image admin isn't supported. ~|

Rotating CF Logs - best way?

2010-03-17 Thread Marie Taylore
I have some ColdFusion logs that have been growing a long time and I need to finally get rotation going. I'm running CF7 Enterprise on RedHat Linux. Any advice on the best way to rotate them while the server is still running? I know cronolog is great for web logs - can it be configured to

Troubles with duplicates in select, only need one row per email address.

2010-03-17 Thread Casey Dougall
Hi, This always drives me nuts and I can never figure it out or where on earth I'm doing something simular. LeadID Email 1 ca...@domain.com 2 ca...@domain.com 3 ca...@domain.com 4 ca...@domain.com I just want 1 LeadID and 1 Email out of the 4 records. Why can't you group by 1 column

Change JRun's 404 message?

2010-03-17 Thread Dan LeGate
Hi, Anyone know how to change ColdFusion 8's (on Windows/IIS) default 404 message that JRun spits out? When someone requests foo.jsp (or ANY other *.jsp) and it doesn't exist, I'd love to change that message - better yet, I'd love to redirect it to a single template that will respond to all

sql query builder, web based

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called Sqlquerybuilder (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

sql query builder, web based

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called Sqlquerybuilder (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

WebBased SQL query builder

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called Sqlquerybuilder (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

sql query builder, web based

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called Sqlquerybuilder (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

Re: Phantom Scheduled Tasks

2010-03-17 Thread Bryan S
I am now getting the same behavior running Event1 from a Linux Cron Job with the Cold Fusion Scheduled Tasks turned off. I have added new code to Event2.that prevents the undesired reports from running. This does not solve the mystery, however, and it could lead to other problems so I would

WebBased SQL query builder

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called Sqlquerybuilder (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

Re: Troubles with duplicates in select, only need one row per email address.

2010-03-17 Thread John M Bliss
I just want 1 LeadID and 1 Email out of the 4 records. Which one LeadID? If you want the min, just do: SELECT Email MIN(LeadID) AS LeadID FROM Leads group by Email On Wed, Mar 17, 2010 at 11:25 AM, Casey Dougall ca...@uberwebsitesolutions.com wrote: Hi, This always drives me nuts and

RE: Change JRun's 404 message?

2010-03-17 Thread Justin Scott
When someone requests foo.jsp (or ANY other *.jsp) and it doesn't exist, I'd love to change that message - better yet, I'd love to redirect it to a single template that will respond to all server 404's (JRun and IIS). In your IIS settings, there should be an option for the ISAPI filter or

Re: Change JRun's 404 message?

2010-03-17 Thread Dave Watts
In your IIS settings, there should be an option for the ISAPI filter or extension mapping called Verify that file exists.  If you enable that, IIS will verify that the file being called on the URL exists on disk before passing the request to the filter.  If the file doesn't exist, it will use

RE: AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Sebastiaan GMC van Dijk
Tony, I'd be very interested in making it work for me, but even deploying it to CF8 doesn't work either... So as I was saying, am I missing something? Why isn't it working, even though I followed the instructions to the point? Maybe you could invest some time in helping me out here, as

Data parse error

2010-03-17 Thread Steven Sprouse
You guys have helped me this week figure out this form, and it's working perfectly except for the last step, which is actually putting the form responses into a database. I'm getting the following error: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC

Data Parse error

2010-03-17 Thread Steven Sprouse
You all have been able to help me so much this week with a form I've been working on, and it's nearly complete. The final step is to get the data entered into the database without throwing an error. The error is: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC

Re: AW: SPAM-LOW: RE: CF-based picture-gallery

2010-03-17 Thread Tony Bentley
Sure. Can you email me your application.cfc? Also, send me the current error your are getting and the stack trace. tony ~the at sign~ tonybentley.com ~| Want to reach the ColdFusion community with something they want? Let

Re: Rotating CF Logs - best way?

2010-03-17 Thread Cameron Childress
On Wed, Mar 17, 2010 at 1:30 PM, Marie Taylore mt4yl...@yahoo.com wrote: I have some ColdFusion logs that have been growing a long time and I need to finally get rotation going. http://livedocs.adobe.com/coldfusion/7/htmldocs/1718.htm -Cameron ...

Re: aes--any way to encrypt a hex encoded string in CF?

2010-03-17 Thread denstar
Awesome! Glad to hear it, and even gladder it was so simple! Bravo, and congratulations! :DeN -- Being and time determine each other reciprocally, but in such a manner that neither can the former - Being - be addressed as something temporal nor can the latter - time - be addressed as a

Re: Phantom Scheduled Tasks

2010-03-17 Thread denstar
On Wed, Mar 17, 2010 at 12:33 PM, Bryan S wrote: There is only one cfhttp call in the whole app and no cflocation calls. Maybe it's something with cookies, is all I can think of. What happens if you turn off cookies and whatnot in your browser, and then hit the URL? :Den -- Man acts as

Re: Data Parse error

2010-03-17 Thread denstar
Maybe try giving cfinsert a spin? :Den -- Only a god can save us. Martin Heidegger On Wed, Mar 17, 2010 at 1:42 PM, Steven Sprouse wrote: You all have been able to help me so much this week with a form I've been working on, and it's nearly complete. The final step is to get the data

Re: Change JRun's 404 message?

2010-03-17 Thread denstar
If you're using IIS, can't you just let the 404's bubble up from JRun and have IIS handle it? I thought that was possible... :Den -- Man is not the lord of beings. Man is the shepherd of Being. Martin Heidegger On Wed, Mar 17, 2010 at 12:56 PM, Dave Watts wrote: In your IIS settings,

RE: Change JRun's 404 message?

2010-03-17 Thread UXB Internet
In your IIS settings, there should be an option for the ISAPI filter or extension mapping called Verify that file exists. This will break various things in CF, however - charting, CFIMAGE, RDS, Flash Remoting. Will just enabling the Verify that file exists setting in IIS break things or

Re: Change JRun's 404 message?

2010-03-17 Thread denstar
On Wed, Mar 17, 2010 at 5:46 PM, UXB Internet wrote: In your IIS settings, there should be an option for the ISAPI filter or extension mapping called Verify that file exists. This will break various things in CF, however - charting, CFIMAGE, RDS, Flash Remoting. Will just enabling the

Creating a new transparent image

2010-03-17 Thread Terry Troxel
How do I create a new transparent image with cfimage?\ Terry ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Data Parse error

2010-03-17 Thread Azadi Saryev
names of some of your db columns - like EmpID - suggest that those are integer (or similar) datatype. however, you have ALL the values being inserted into db enclosed in ' (single quotes) - like '#Form.EmpID#' - which is incorrect for integer-based columns. only string-based data should be

Re: Data Parse error

2010-03-17 Thread Maureen
Use cfqueryparm and set the datatype for each field to match the datatype in the database. Make sure that any fields that are set to not null in the database actually contain data before trying to insert them. Make sure the value of any key field field is unique and does not already exist. If

Re: Change JRun's 404 message?

2010-03-17 Thread Dave Watts
In your IIS settings, there should be an option for the ISAPI filter or extension mapping called Verify that file exists. This will break various things in CF, however - charting, CFIMAGE, RDS, Flash Remoting. Will just enabling the Verify that file exists setting in IIS break

Same page loading in MACHII on new events

2010-03-17 Thread sandeep saini
I have a login page. I am passing UID and Passwd,then calling a new event (index.cfm?event=newEvent) which calls a listener which finally goes to DAO cfc. In this DAO CFC I am authenticating user and setting a variable in event object, so that I could get it back. My problem is that as soon as