<< Los Angeles ColdFusion User Group

Discussion Area

ask questions, discuss topics, solve problems

Discussion Home | About | Threads By Date | Search

Posts

1-7 of 7

ColdFusion Developers on Google+
Thread posted on Oct 18 by JustinSCook


Coldfusion developers
Thread posted on Apr 15 by brent u

anyone know a good coldfusion developer that has Model Glue experience??



ColdFusion in Educational Institutions
Thread posted on Jan 22 by go2riamb , tagged Question,General Discussion

ColdFusion is free to Faculty and Students and we really need to get more traction into its use and teaching in Educational Institutions, does anyone have any thoughts on this?



Is this group active? 3
Thread posted on Sep 13 by Oğuz Demirkapı

Hi,

Just moved into LA and wondering whether this CFUG is active or not. If active, when is the next meeting?

TIA.



Recent Comments (3 of 3)
12/01/10 by go2riamb: Thank you Oguz, we will do our best.
12/01/10 by Oğuz Demirkapı: Good to hear that group is active. :) I will forward some CF guys from m...
12/01/10 by go2riamb: Yes Oguz it is now, sorry you won't make it as you moved.

<cfftp> putfile runtime error
Thread posted on Apr 02 by mabedian1

Hi,

I just recently moved my sites from CF 6 to CF 8. Everything seem to work fine until I started testing on other file transfer modules on my site.

 

<cfftp

connection="newsfeed_connect"

action="open"

server="servername"

username="username"

password="password"

stoponerror ="no"

                timeout="300"

>

<!---  Check to see if the connection was opened --->

<cfif cfftp.Succeeded is "No">

<!--- Connection did not open so we display an error --->

<p><font color="#FF0000">Sorry invalid username/password information. Please use the back button.</font></p>

<cfelse>

<!--- Change directory to the designated csulb newsfeed location --->

   <cfftp

connection="newsfeed_connect"

action="changedir"

directory="#csulb_newsfeed_location#"

stoponerror ="no"

>

Attempting to access the publishing location ...<br />

<!--- Put file to rss location --->

<cfftp

connection="newsfeed_connect"

action="putfile"

localfile="#filestorage#\newsfeed.xml"

remotefile="newsfeed.xml"

                       timeout="300"

                       transfermode="auto"

stoponerror ="no"

>

<cfftp connection="newsfeed_connect" action="close" >

This code is still working fine on CF 6 but gives me runtime error on CF 8.

 

Is there something that I am missing? or it can be a bug on CF 8.

I really appreciate if anyone could assist me on this matter.



Are you OO Ready?
Thread posted on Jan 22 by billythebrick39

Try taking this fun little quiz by Hal Helms to see if you are ready to be an OO CF Developer:

http://www.halhelms.com/quiz.cfm

Post your score when you're done!



Frameworks 3
Thread posted on Jan 08 by billythebrick39

Please share your thoughts on using frameworks, not using frameworks, favorite and not-so favorite frameworks, pros and cons of various frameworks, and anything else framework related.



Recent Comments (3 of 3)
02/24/09 by lifesnteasy: We generally use FuseBox for all our ColdFusion Development and Maintainenc...
01/09/09 by Paulo7777: Forgot to mention ColdBox is within my preferences as well: http://www.cold...
01/08/09 by Paulo7777: If you’re brand new about CF frameworks, this is a good start point: ...

Filter by Date

<< May 2013 >>
Su Mo Tu We Th Fr Sa
      01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Filter by Tag

All
announcement
Benefit
Flash
General
General Discussion
Question
Sticky

Change View

Titles
Summaries
Table
Clip
Clip & Comments
Full

Change Sort

Alphabetically
By Last Activity
By Date Posted
By Number of Comments
By Number of Views
By Author