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

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 


-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Wednesday, August 29, 2012 1:44 PM
To: cf-talk
Subject: Re: cfmail settings


 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 new one 
doesn't. You will need to enable that (and probably install it first - it's not 
a default component with IIS 7).

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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352347
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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   
http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Thursday, August 30, 2012 9:27 AM
To: cf-talk
Subject: RE: cfmail settings


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

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 


-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Wednesday, August 29, 2012 1:44 PM
To: cf-talk
Subject: Re: cfmail settings


 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 new one 
doesn't. You will need to enable that (and probably install it first - it's not 
a default component with IIS 7).

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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352348
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 don't see one for 
topsyle.  Anyone got any hints?  (Please don't ask me to change, I have a 
registered version of CF Builder2, but I haven't forced myself to lean it yet)  
Thanks for any help. 

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


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.

I tried running the updates to cf9 so currently on 9.0.1 and reinstalled solr.  
I don't see anything in the 3 solr log files at all.  The only thing I see 
happen is an empty folder insiteMenuLinks is generated.  In cfadmin I do see 
core(0) under solr collections.  Services are running since 
http://localhost:8983/solr/ this returns welcome to solr!  Any ideas??


Thanks!,
Tim



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


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 detail.

 I tried running the updates to cf9 so currently on 9.0.1 and reinstalled 
 solr.  I don't see anything in the 3 solr log files at all.
 The only thing I see happen is an empty folder insiteMenuLinks is 
 generated.  In cfadmin I do see core(0) under solr
 collections.  Services are running since http://localhost:8983/solr/ this 
 returns welcome to solr!  Any ideas??

Is Solr running as a user with permissions to create files and
directories in that location?

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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352351
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352352
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 tag. Is there an alternative to this?

 Thanks,

 Bruce

 

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


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,

 Bruce

 

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


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)
CreateObject(CORBA)
CreateObject(JAVA)
On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:

 
 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 tag. Is there an alternative to this?
 
 Thanks,
 
 Bruce
 
 
 
 

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


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 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)
 CreateObject(CORBA)
 CreateObject(JAVA)
 On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:

 
  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 tag. Is there an alternative to this?
 
  Thanks,
 
  Bruce
 
 
 
 

 

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


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 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)
 CreateObject(CORBA)
 CreateObject(JAVA)
 On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:

 
  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 tag. Is there an alternative to this?
 
  Thanks,
 
  Bruce
 
 
 
 

 

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


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.

 HTH


 On Thu, Aug 30, 2012 at 2:21 PM, Bruce Sorge sor...@gmail.com wrote:

 
  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)
  CreateObject(CORBA)
  CreateObject(JAVA)
  On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:
 
  
   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 tag. Is there an alternative to this?
  
   Thanks,
  
   Bruce
  
  
  
  
 
 

 

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


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 to CFOBJECT


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)
CreateObject(CORBA)
CreateObject(JAVA)
On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:

 
 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 tag. Is there an alternative to this?
 
 Thanks,
 
 Bruce
 
 
 
 



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


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, 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 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)
 CreateObject(CORBA)
 CreateObject(JAVA)
 On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:
 
 
 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 tag. Is there an alternative to this?
 
 Thanks,
 
 Bruce
 
 
 
 
 
 
 
 
 
 

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


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!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352361
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 new one
 doesn't. You will need to enable that (and probably install it first -
it's
 not a default component with IIS 7).

Also, make sure you set the Simple Mail Transfer Protocol (SMTP) service
startup type to automatic; I installed SMTP on a 2008 R2 VPS a few months
ago and discovered post-reboot about a week later (after emails stopped
arriving) that the service wasn't set to automatic startup by default!

Andy


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


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 every page.

That information is in the debug info, so it should be obtainable, but I can't 
see how.

Any ideas?

Thanks,
Kathryn 

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


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 ;-)


 

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


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 for shared hosting, you really need to use
enterprise edition.
There are plenty of cf hosts out there who run enterprise and will allow
you to use those tags.

--

Russ Michaels

www.bluethunderinternet.com  : Business hosting services  solutions
www.cfmldeveloper.com: ColdFusion developer community
www.michaels.me.uk   : my blog
www.cfsearch.com : ColdFusion search engine
**
*skype me* : russmichaels


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


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 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 to CFOBJECT
 
 
 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)
 CreateObject(CORBA)
 CreateObject(JAVA)
 On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:
 
 
 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 tag. Is there an alternative to this?
 
 Thanks,
 
 Bruce
 
 
 
 
 
 
 
 

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


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)
 


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


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 list you can use it to call ColdFusion components
 
  cfset blah = createObject(component,dot.notated.path.to.component)
 


 

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


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
 


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


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, Scott Stewart webmas...@sstwebworks.com
 wrote:

 
  No problem, buy me a beer next time yer in DC
 


 

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


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
Subject: Re: solr issues


 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.

 I tried running the updates to cf9 so currently on 9.0.1 and reinstalled 
 solr.  I don't see anything in the 3 solr log files at all.
 The only thing I see happen is an empty folder insiteMenuLinks is 
 generated.  In cfadmin I do see core(0) under solr collections.  Services are 
 running since http://localhost:8983/solr/ this returns welcome to solr!  Any 
 ideas??

Is Solr running as a user with permissions to create files and directories in 
that location?

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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352371
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352372
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352373
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 fairly large
 Mura site.

 I don't know anything about them - any experiences / thoughts /
 recommendations?

 (Off list is fine too.)

 Thanks!
 .jonah

 

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


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
http://www.threeravensconsulting.com


-Original Message-
From: Scott Stroz [mailto:boyz...@gmail.com] 
Sent: Thursday, August 30, 2012 2:10 PM
To: cf-talk
Subject: Re: Alternative to CFOBJECT


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 tag. Is there an alternative to this?

 Thanks,

 Bruce

 



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


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


-Original Message-
From: Jordan Michaels [mailto:jor...@viviotech.net] 
Sent: Thursday, August 30, 2012 8:41 PM
To: cf-talk
Subject: Re: SOT: Thoughts on Hostek?


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 fairly large 
 Mura site.

 I don't know anything about them - any experiences / thoughts / 
 recommendations?

 (Off list is fine too.)

 Thanks!
 .jonah

 



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