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

Reply via email to