RE: cfmail settings

2012-08-30 Thread Robert Harrison
Try changing to: cfmail server=127.0.0.1 Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 631.434.7022   http://www.austin-williams.com

RE: cfmail settings

2012-08-30 Thread Robert Harrison
And also be sure you've enabled the internal mail server in IIS. Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 631.434.7022  

CF Studio 5 and topstyle lite Windows 7 errors

2012-08-30 Thread Jerome Huff
I know it's an old editor, but I like it. I moved to Windows 7, the bundled version of topstyle lite, doesn't like win 7, so I went out and got topstyle lite 3, runs fine in win 7. The question is, How do I configure CF studio to call the new version? I looked through the option, but I

solr issues

2012-08-30 Thread Tim Do
I'm trying to play with solr and having issues out of the gate. I'm getting: Unable to create collection insiteMenuLinks. Unable to create Solr collection insitemenulinks. An error occurred while creating the collection: org.apache.solr.common.SolrException. Check the Solr logs for more detail.

Re: solr issues

2012-08-30 Thread Dave Watts
I'm trying to play with solr and having issues out of the gate. I'm getting: Unable to create collection insiteMenuLinks. Unable to create Solr collection insitemenulinks. An error occurred while creating the collection: org.apache.solr.common.SolrException. Check the Solr logs for more

Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
So I discovered today that the hosting company that I am using has disabled CFOBJECT, which sucks because the PayPal API that I am using uses the CFOBJECT tag. Is there an alternative to this? Thanks, Bruce ~| Order the

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stroz
Have they disabled createObject() (they probably have, though) On Thu, Aug 30, 2012 at 3:04 PM, Bruce Sorge sor...@gmail.com wrote: So I discovered today that the hosting company that I am using has disabled CFOBJECT, which sucks because the PayPal API that I am using uses the CFOBJECT

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
try cfinvoke On Thu, Aug 30, 2012 at 3:04 PM, Bruce Sorge sor...@gmail.com wrote: So I discovered today that the hosting company that I am using has disabled CFOBJECT, which sucks because the PayPal API that I am using uses the CFOBJECT tag. Is there an alternative to this? Thanks,

Re: Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
This is everything that they disabled: On the shared ColdFusion servers you will have access to all tags and functions except for the following: CF Tags: CFCOLLECTION CFCONTENT CFDUMP CFEXECUTE CFLOG CFOBJECT CFOBJECTCACHE CFREGISTRY CF Functions: SetProfileString CreateObject(COM)

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
How is createObject() being used? Based on this list you can use it to call ColdFusion components cfset blah = createObject(component,dot.notated.path.to.component) On Thu, Aug 30, 2012 at 3:21 PM, Bruce Sorge sor...@gmail.com wrote: This is everything that they disabled: On the shared

Re: Alternative to CFOBJECT

2012-08-30 Thread Matt Quackenbush
Time for a new host. :-) In the meantime, though, createObject( Component ) is not disabled, according to that list. So you should be able to refactor and use that instead of cfobject. HTH On Thu, Aug 30, 2012 at 2:21 PM, Bruce Sorge sor...@gmail.com wrote: This is everything that they

Re: Alternative to CFOBJECT

2012-08-30 Thread Michael van Leest
A bit of topic, but which Paypal api are you using?? 2012/8/30 Matt Quackenbush quackfu...@gmail.com Time for a new host. :-) In the meantime, though, createObject( Component ) is not disabled, according to that list. So you should be able to refactor and use that instead of cfobject.

RE: Alternative to CFOBJECT

2012-08-30 Thread Ben Forta
Bruce, One word (well, ok, two words) - dump them. Use a host that will give you full control over your own instance or virtual machine. --- Ben -Original Message- From: Bruce Sorge [mailto:sor...@gmail.com] Sent: Thursday, August 30, 2012 3:21 PM To: cf-talk Subject: Re: Alternative

Re: Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
The legacy code on x.com Sent from my iPhone 4S. On Aug 30, 2012, at 1:35 PM, Michael van Leest mvanle...@gmail.com wrote: A bit of topic, but which Paypal api are you using?? 2012/8/30 Matt Quackenbush quackfu...@gmail.com Time for a new host. :-) In the meantime, though,

RE: Alternative to CFOBJECT

2012-08-30 Thread Leigh
   One word (well, ok, two words) - dump them. I do not think he can .. CFDUMP is on the disabled list ;-) ~| Order the Adobe Coldfusion Anthology now!

RE: cfmail settings

2012-08-30 Thread Andy Tyrone
I have just upgraded to windows server 2008 CF9 My web email forms aren't working: in cfmail server=localhost in the coldfusion administrator the mail server is left blank used to work but isn't now. any ideas Your old server presumably had the IIS 6 SMTP server enabled. Your

Any way to log every call to stored procedures

2012-08-30 Thread kbutte...@yahoo.com kbutte...@yahoo.com
We have a client for whom we are doing a bunch of refactoring of code. As part of the QA, the client would like to know, for every page, what stored procedures are called and how that page is accessed. So what I would like to do is to log the call stack and the stored procedures called for

Re: Alternative to CFOBJECT

2012-08-30 Thread Matt Quackenbush
Wow. I didn't even pay attention to the fact that cfdump is on their list. That is asinine. On Thu, Aug 30, 2012 at 2:52 PM, Leigh cfsearch...@yahoo.com wrote: One word (well, ok, two words) - dump them. I do not think he can .. CFDUMP is on the disabled list ;-)

Re: Alternative to CFOBJECT

2012-08-30 Thread Russ Michaels
well the only reason they could have all those tags disabled is because they do not use security sandboxes, which would imply they are hosting with the standard edition of ColdFusion, and tus have to disable any tag which allows files to be read/written from the server. This is really not viable

Re: Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
I would Ben but the host is the clients choice, I have to live with it. Sent from my iPhone 4S. On Aug 30, 2012, at 1:45 PM, Ben Forta b...@forta.com wrote: Bruce, One word (well, ok, two words) - dump them. Use a host that will give you full control over your own instance or virtual

Re: Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
Thanks Scott, that worked perfectly. Bruce On Aug 30, 2012, at 1:24 PM, Scott Stewart webmas...@sstwebworks.com wrote: How is createObject() being used? Based on this list you can use it to call ColdFusion components cfset blah = createObject(component,dot.notated.path.to.component)

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
No problem, buy me a beer next time yer in DC On Thu, Aug 30, 2012 at 4:42 PM, Bruce Sorge sor...@gmail.com wrote: Thanks Scott, that worked perfectly. Bruce On Aug 30, 2012, at 1:24 PM, Scott Stewart webmas...@sstwebworks.com wrote: How is createObject() being used? Based on this

Re: Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
I'll do that. My sister lives in Alexandria now so when I get to Fort Benning GA. in October I plan to visit her soon. I'll hit you up when I am in the area. Bruce On Aug 30, 2012, at 2:45 PM, Scott Stewart webmas...@sstwebworks.com wrote: No problem, buy me a beer next time yer in DC

Re: Alternative to CFOBJECT

2012-08-30 Thread Scott Stewart
Where at in Alexandria? On Thu, Aug 30, 2012 at 4:48 PM, Bruce Sorge sor...@gmail.com wrote: I'll do that. My sister lives in Alexandria now so when I get to Fort Benning GA. in October I plan to visit her soon. I'll hit you up when I am in the area. Bruce On Aug 30, 2012, at 2:45 PM,

RE: solr issues

2012-08-30 Thread Tim Do
Yes, I checked permissions. I just tried to create a test collection on our test and production server and they both work. Something's wrong w/ our dev machine. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, August 30, 2012 11:41 AM To: cf-talk

Re: Alternative to CFOBJECT

2012-08-30 Thread Bruce Sorge
I just looked it up and she is in great falls. Sent from my iPhone 4S. On Aug 30, 2012, at 2:50 PM, Scott Stewart webmas...@sstwebworks.com wrote: Where at in Alexandria? ~| Order the Adobe Coldfusion Anthology now!

SOT: Thoughts on Hostek?

2012-08-30 Thread .jonah
Hi All, I have a client who's thinking of using Hostek.com for a fairly large Mura site. I don't know anything about them - any experiences / thoughts / recommendations? (Off list is fine too.) Thanks! .jonah ~| Order the

Re: SOT: Thoughts on Hostek?

2012-08-30 Thread Jordan Michaels
The folks at Hostek are good people that I'm proud to call friends of mine. They know their stuff. I'm confident they can take care of you and your client. Warm Regards, Jordan Michaels On 08/30/2012 06:35 PM, .jonah wrote: Hi All, I have a client who's thinking of using Hostek.com for a

RE: Alternative to CFOBJECT

2012-08-30 Thread Eric Roberts
Didn't Ben Nadel come up with a way to invoke object when cfobject and cfinvoke and creatobject were disabled? It was a long time ago... Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531

RE: SOT: Thoughts on Hostek?

2012-08-30 Thread Eric Roberts
I have been using them for about 9 months now and not a complaint yet. Three Ravens Consulting Eric Roberts Owner/Developer ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com