RE: SPAM-MED: Re: [ACFUG Discuss] cfdiv not working on host but works locally

2009-08-26 Thread Andrew Johnson
Thanks for the nice bit of info

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C.
Gilmore
Sent: Wednesday, August 26, 2009 4:56 PM
To: discussion@acfug.org
Subject: SPAM-MED: Re: [ACFUG Discuss] cfdiv not working on host but works
locally

FYI -- To get information on which version of CF your server is running, 
using this code in a CFM page
on that server:
cfoutput
h3Server data/h3
Product: #Server.ColdFusion.ProductName#br

Version: #Server.ColdFusion.ProductVersion#br
Level: #Server.ColdFusion.ProductLevel#
/cfoutput

Forrest C. Gilmore
Wes Byrd wrote:

 When loading the page on your host, do a View Source. what is the 
 HTML result from your host? If you see cfdiv . they may be running 
 an older version of CF than you are locally.

 Wes

 *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Andrew 
 Johnson
 *Sent:* Tuesday, August 25, 2009 8:34 AM
 *To:* discussion@acfug.org
 *Subject:* [ACFUG Discuss] cfdiv not working on host but works locally

 I have a cfselect which is bound to a cfdiv like this

 cfdiv bind=url:activitydetail.cfm?ActivitiesID={ActivitiesID}/

 This works fine on localhost but when I upload to my host it does not 
 populate with data.


 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink http://www.fusionlink.com
 -


 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink http://www.fusionlink.com
 - 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] cfdiv not working on host but works locally

2009-08-25 Thread Andrew Johnson
I have a cfselect which is bound to a cfdiv like this

cfdiv bind=url:activitydetail.cfm?ActivitiesID={ActivitiesID}/

This works fine on localhost but when I upload to my host it does not
populate with data. 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] cfdiv not working on host but works locally

2009-08-25 Thread Andrew Johnson
Thank you for the idea, I tried this but I see everything like it is when I
view source on my localhost.

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Wes Byrd
Sent: Tuesday, August 25, 2009 10:06 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfdiv not working on host but works locally

 

When loading the page on your host, do a View Source. what is the HTML
result from your host?  If you see cfdiv . they may be running an older
version of CF than you are locally.

 

Wes

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Andrew Johnson
Sent: Tuesday, August 25, 2009 8:34 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfdiv not working on host but works locally

 

I have a cfselect which is bound to a cfdiv like this

cfdiv bind=url:activitydetail.cfm?ActivitiesID={ActivitiesID}/

This works fine on localhost but when I upload to my host it does not
populate with data. 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Re: calling a CFC with PHP

2009-05-01 Thread Andrew Johnson
 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale
Sent: Thursday, April 30, 2009 9:14 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Re: calling a CFC with PHP

 

Hi thanks again to those who responded off list.

I've been researching and trying different things with PHP to try and do
this but I'm stumped and giving up for now. The concept of CFCs are very
clear to me and I know how to use them in CF and do so often. However, the
whole remote web service call thing is really foreign to me and I just don't
know enough about it to be able to accomplish this. I understand completely
what web services do and what they can accomlish I just don't know any thing
about SOAP, WDSL, ect to be able to understand what I need to do and my PHP
experience is bare minimum.

So I have talked myself into moving the entire app over to CF where I can
code it fully understanding everything.

Thanks again,

Dusty

On Wed, Apr 29, 2009 at 3:53 PM, Dusty Hale du...@climbonline.com wrote:

Hi I'm now researching how to call a web service (a cfc) with PHP. If anyone
has a link with good info or a PHP code snippet for this, please let me
know. The return variable in the CFC is just an HTML formatted message so
I'm hoping for simplicity.


Thanks,

Dusty

 

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Re: calling a CFC with PHP

2009-05-01 Thread Andrew Johnson
From my understanding creating web service in Coldfusion it is not so much
the CFC that you are calling from PHP but the wsdl link that is created
using that CFC. Once the link is created it can be called from any number
languages. I am including a sample PHP call to a web service
http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html. Because of the
nature of a web service the wsdl link and the information that can be called
from the link are going to be the same no matter what language you call it
from. It is the way that you make the call to link in PHP to get the
information you want  which is different and I hope the link above will be a
starting point I know it isn't the best example but I can't find the link
that I used to figure this out. Hope it helps.

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale
Sent: Thursday, April 30, 2009 9:14 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Re: calling a CFC with PHP

 

Hi thanks again to those who responded off list.

I've been researching and trying different things with PHP to try and do
this but I'm stumped and giving up for now. The concept of CFCs are very
clear to me and I know how to use them in CF and do so often. However, the
whole remote web service call thing is really foreign to me and I just don't
know enough about it to be able to accomplish this. I understand completely
what web services do and what they can accomlish I just don't know any thing
about SOAP, WDSL, ect to be able to understand what I need to do and my PHP
experience is bare minimum.

So I have talked myself into moving the entire app over to CF where I can
code it fully understanding everything.

Thanks again,

Dusty

On Wed, Apr 29, 2009 at 3:53 PM, Dusty Hale du...@climbonline.com wrote:

Hi I'm now researching how to call a web service (a cfc) with PHP. If anyone
has a link with good info or a PHP code snippet for this, please let me
know. The return variable in the CFC is just an HTML formatted message so
I'm hoping for simplicity.


Thanks,

Dusty

 

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Looking for a CF Host

2009-03-13 Thread Andrew Johnson
I would agree have used hostek for both clients and for myself and haven't 
found one better as of yet.

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C. Gilmore
Sent: Wednesday, March 11, 2009 1:36 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Looking for a CF Host

Peyton:

The most cost-effective ISP I have found is Hostek.com.
If you qualify as an non-profit they have an even better offer.

If you find one more cost effective than this, let me know!

Forrest C. Gilmore
==

PEYTONTODD07 wrote:
 Hi all,

 I will be looking soon for a host for a small CF site I'll be writing. 
 The main consideration at this point is cost, since the site is likely 
 to involve nothing more complicated than data (e.g. SQL Server), 
 passwords, and e-mail. Any suggestions?

 Thanks,
 Peyton

 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink http://www.fusionlink.com
 - 



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-






-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-