<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-621</id>
	<title>Nabble - FarCry</title>
	<updated>2009-11-10T09:00:47Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/FarCry-f621.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FarCry-f621.html" />
	<subtitle type="html">FarCry is an open source Content Management System (CMS), originally developed by Daemon. It's fully functional, and runs in a host of Enterprise environments today. Visit the &lt;a href=&quot;http://www.farcrycms.org/&quot; ref=nofollow target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FarCry home&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26287143</id>
	<title>Re: Error editing array in type</title>
	<published>2009-11-10T09:00:47Z</published>
	<updated>2009-11-10T09:00:47Z</updated>
	<author>
		<name>Chris Kent-2</name>
	</author>
	<content type="html">&lt;br&gt;My guess is that you have recently added the new aAccreditations1
&lt;br&gt;array property to your course.cfc (and maybe also the
&lt;br&gt;sAccreditationsTitle1.
&lt;br&gt;&lt;br&gt;Also that you are editing a course content item that has been left in
&lt;br&gt;the middle of an edit process before the aAccreditations1 property to
&lt;br&gt;course.cfc
&lt;br&gt;&lt;br&gt;If I am correct:
&lt;br&gt;- Then there will be a record in table dmwizard for this course. Table
&lt;br&gt;dmwizard is used to store the state of content items during the edit
&lt;br&gt;process.
&lt;br&gt;- What you will need to do is delete this record from dmwizard. There
&lt;br&gt;may more than one record there depending on how many content items
&lt;br&gt;have been left in an edit state.
&lt;br&gt;&lt;br&gt;Chris.
&lt;br&gt;&lt;br&gt;On Nov 10, 4:26 pm, Colin Jones &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26287143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaj...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; If have a course.cfc type with a definition thus:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;         &amp;lt;cfproperty ftseq=&amp;quot;42&amp;quot; ftfieldset=&amp;quot;Accreditations 1&amp;quot;
&lt;br&gt;&amp;gt; ftwizardStep=&amp;quot;Accreditations&amp;quot; name=&amp;quot;sAccreditationsTitle1&amp;quot;
&lt;br&gt;&amp;gt; type=&amp;quot;string&amp;quot; hint=&amp;quot;Title for accreditation 1.&amp;quot; required=&amp;quot;no&amp;quot;
&lt;br&gt;&amp;gt; default=&amp;quot;Accredited By&amp;quot; ftlabel=&amp;quot;Accreditations 1 Title&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;         &amp;lt;cfproperty ftseq=&amp;quot;43&amp;quot; ftfieldset=&amp;quot;Accreditations 1&amp;quot;
&lt;br&gt;&amp;gt; ftwizardStep=&amp;quot;Accreditations&amp;quot; name=&amp;quot;aAccreditations1&amp;quot; type=&amp;quot;array&amp;quot;
&lt;br&gt;&amp;gt; hint=&amp;quot;Holds object pointers to accreditations.&amp;quot; required=&amp;quot;no&amp;quot;
&lt;br&gt;&amp;gt; default=&amp;quot;&amp;quot; ftJoin=&amp;quot;Accreditation&amp;quot; ftlabel=&amp;quot;Accreditations 1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The two entries are deployed in the database.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I go to try to edit accreditation in the webtop, I get the
&lt;br&gt;&amp;gt; following error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Detail           [empty string]
&lt;br&gt;&amp;gt; ErrNumber       0
&lt;br&gt;&amp;gt; Message         Element aAccreditations1 is undefined in a CFML structure
&lt;br&gt;&amp;gt; referenced as part of an expression.
&lt;br&gt;&amp;gt; Resolvedname    [empty string]
&lt;br&gt;&amp;gt; StackTrace      coldfusion.runtime.UndefinedElementException: Element
&lt;br&gt;&amp;gt; aAccreditations1 is undefined in a CFML structure referenced as part
&lt;br&gt;&amp;gt; of an expression. at coldfusion.runtime.CfJspPage.ArrayGetAt
&lt;br&gt;&amp;gt; (CfJspPage.java:919) at coldfusion.runtime.CfJspPage._arrayGetAt
&lt;br&gt;&amp;gt; (CfJspPage.java:930) at coldfusion.runtime.CfJspPage._arrayGetAt
&lt;br&gt;&amp;gt; (CfJspPage.java:925) at cfobject2ecfm229574469._factor11(C:\Inetpub
&lt;br&gt;&amp;gt; \wwwroot\core\tags\wizard\object.cfm:254) at
&lt;br&gt;&amp;gt; cfobject2ecfm229574469._factor23(C:\Inetpub\wwwroot\core\tags\wizard
&lt;br&gt;&amp;gt; \object.cfm:242) at cfobject2ecfm229574469.runPage(C:\Inetpub\wwwroot
&lt;br&gt;&amp;gt; \core\tags\wizard\object.cfm:1) at etc...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Am I missing something obvious?
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26287143&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26287143&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-editing-array-in-type-tp26286509s621p26287143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26286509</id>
	<title>Error editing array in type</title>
	<published>2009-11-10T08:26:51Z</published>
	<updated>2009-11-10T08:26:51Z</updated>
	<author>
		<name>Colin Jones-4</name>
	</author>
	<content type="html">&lt;br&gt;If have a course.cfc type with a definition thus:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfproperty ftseq=&amp;quot;42&amp;quot; ftfieldset=&amp;quot;Accreditations 1&amp;quot;
&lt;br&gt;ftwizardStep=&amp;quot;Accreditations&amp;quot; name=&amp;quot;sAccreditationsTitle1&amp;quot;
&lt;br&gt;type=&amp;quot;string&amp;quot; hint=&amp;quot;Title for accreditation 1.&amp;quot; required=&amp;quot;no&amp;quot;
&lt;br&gt;default=&amp;quot;Accredited By&amp;quot; ftlabel=&amp;quot;Accreditations 1 Title&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfproperty ftseq=&amp;quot;43&amp;quot; ftfieldset=&amp;quot;Accreditations 1&amp;quot;
&lt;br&gt;ftwizardStep=&amp;quot;Accreditations&amp;quot; name=&amp;quot;aAccreditations1&amp;quot; type=&amp;quot;array&amp;quot;
&lt;br&gt;hint=&amp;quot;Holds object pointers to accreditations.&amp;quot; required=&amp;quot;no&amp;quot;
&lt;br&gt;default=&amp;quot;&amp;quot; ftJoin=&amp;quot;Accreditation&amp;quot; ftlabel=&amp;quot;Accreditations 1&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;The two entries are deployed in the database.
&lt;br&gt;&lt;br&gt;When I go to try to edit accreditation in the webtop, I get the
&lt;br&gt;following error:
&lt;br&gt;&lt;br&gt;Detail &amp;nbsp;	 [empty string]
&lt;br&gt;ErrNumber 	0
&lt;br&gt;Message 	Element aAccreditations1 is undefined in a CFML structure
&lt;br&gt;referenced as part of an expression.
&lt;br&gt;Resolvedname 	[empty string]
&lt;br&gt;StackTrace 	coldfusion.runtime.UndefinedElementException: Element
&lt;br&gt;aAccreditations1 is undefined in a CFML structure referenced as part
&lt;br&gt;of an expression. at coldfusion.runtime.CfJspPage.ArrayGetAt
&lt;br&gt;(CfJspPage.java:919) at coldfusion.runtime.CfJspPage._arrayGetAt
&lt;br&gt;(CfJspPage.java:930) at coldfusion.runtime.CfJspPage._arrayGetAt
&lt;br&gt;(CfJspPage.java:925) at cfobject2ecfm229574469._factor11(C:\Inetpub
&lt;br&gt;\wwwroot\core\tags\wizard\object.cfm:254) at
&lt;br&gt;cfobject2ecfm229574469._factor23(C:\Inetpub\wwwroot\core\tags\wizard
&lt;br&gt;\object.cfm:242) at cfobject2ecfm229574469.runPage(C:\Inetpub\wwwroot
&lt;br&gt;\core\tags\wizard\object.cfm:1) at etc...
&lt;br&gt;&lt;br&gt;Am I missing something obvious?
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26286509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26286509&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-editing-array-in-type-tp26286509s621p26286509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26283735</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-10T05:51:23Z</published>
	<updated>2009-11-10T05:51:23Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;br&gt;Yeah, but... you have a point. &amp;nbsp;That's going to be a PITA when it comes 
&lt;br&gt;to being backward compatible. &amp;nbsp;I don't give a flip, but I stay fairly 
&lt;br&gt;active here ;). &amp;nbsp;Others might grumble a bit more. &amp;nbsp;Btw, fisheye just 
&lt;br&gt;rocks for doing diff's on these changes to see what's going on.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Matthew Williams
&lt;br&gt;Geodesic GraFX
&lt;br&gt;www.geodesicgrafx.com/blog
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283735&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26283735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26278510</id>
	<title>Re: Dynamic roles?</title>
	<published>2009-11-09T21:25:28Z</published>
	<updated>2009-11-09T21:25:28Z</updated>
	<author>
		<name>Blair McKenzie-2</name>
	</author>
	<content type="html">Not really. You&amp;#39;re best bet is to handle this with custom types and joins (possibly by extending dmProfile). Deleting a generic role shouldn&amp;#39;t break anything, but you should leave anonymous and sysadmin.&lt;br&gt;&lt;br&gt;Blair&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 9, 2009 at 3:08 PM, Tomek Kott &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tkott.spam@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi folks,&lt;br&gt;&lt;br&gt;quick question: is there a way to dynamically create (and delete) roles (not groups)? I have members which can throughout the course of an academic year be assigned to a committee. Some specific committees have extra rights to do things through FarCry. With FarCry, one needs a role assigned to a specific committee. This role would hold one group (a specific committee). I know how to dynamically assign membership for this group, so that&amp;#39;s not the problem. The problem is dynamically associating THIS YEARS group with THIS YEARS role, having as minimal changes (read, none as far as possible) to the security structure.&lt;br&gt;

&lt;br&gt;This might be easy enough if I knew with 110% probability that committees would be static. however, the number and names of committees might change from year to year, and so I would prefer to have the roles be dynamic. Furthermore, I cannot count on using say a cron job to execute a piece of code once a year.&lt;br&gt;

&lt;br&gt;Any thoughts on implementation, or is this rather outside the box?&lt;br&gt;&lt;br&gt;Maybe a couple simpler questions: &lt;br&gt;1) is there any other method by which FarCry reads roles except from adding them through FarCry (e.g., adding an external User Directory, you can specify &amp;quot;Groups&amp;quot; dynamically)&lt;br&gt;

2) Is there a problem with deleting Roles, as opposed to deleting Users or Permissions (neither of which I plan on doing) &lt;br&gt;&lt;br&gt;Tomek&lt;br&gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278510&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26278510&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dynamic-roles--tp26261023s621p26278510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26276619</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-09T17:06:34Z</published>
	<updated>2009-11-09T17:06:34Z</updated>
	<author>
		<name>AJ Mercer</name>
	</author>
	<content type="html">WooHoo - that did the trick. Thanks Matthew.&lt;br&gt;&lt;br&gt;Off to apply to the rest of the webskins ...&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/10 Matthew Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276619&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
Basically, add&lt;br&gt;
&amp;lt;!--- @@viewBinding: type ---&amp;gt;&lt;br&gt;
&amp;lt;!--- @@viewStack: page ---&amp;gt;&lt;br&gt;
&lt;br&gt;
To all the display files?  I can handle that ;).&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
Matthew Williams&lt;br&gt;
Geodesic GraFX&lt;br&gt;
&lt;a href=&quot;http://www.geodesicgrafx.com/blog&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.geodesicgrafx.com/blog&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276619&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276619&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26276619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26276452</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-09T16:48:34Z</published>
	<updated>2009-11-09T16:48:34Z</updated>
	<author>
		<name>AJ Mercer</name>
	</author>
	<content type="html">for backwards compatibility - can them not be set as default values?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/10 Matthew Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
Basically, add&lt;br&gt;
&amp;lt;!--- @@viewBinding: type ---&amp;gt;&lt;br&gt;
&amp;lt;!--- @@viewStack: page ---&amp;gt;&lt;br&gt;
&lt;br&gt;
To all the display files?  I can handle that ;).&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
Matthew Williams&lt;br&gt;
Geodesic GraFX&lt;br&gt;
&lt;a href=&quot;http://www.geodesicgrafx.com/blog&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.geodesicgrafx.com/blog&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276452&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276452&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26276452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26276306</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-09T16:31:09Z</published>
	<updated>2009-11-09T16:31:09Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;br&gt;Basically, add
&lt;br&gt;&amp;lt;!--- @@viewBinding: type ---&amp;gt;
&lt;br&gt;&amp;lt;!--- @@viewStack: page ---&amp;gt;
&lt;br&gt;&lt;br&gt;To all the display files? &amp;nbsp;I can handle that ;).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Matthew Williams
&lt;br&gt;Geodesic GraFX
&lt;br&gt;www.geodesicgrafx.com/blog
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276306&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26276306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26276098</id>
	<title>5-2-7: custom login</title>
	<published>2009-11-09T16:06:34Z</published>
	<updated>2009-11-09T16:06:34Z</updated>
	<author>
		<name>AJ Mercer</name>
	</author>
	<content type="html">This is still happening as well after updating to 4877 this morning.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;br&gt;&lt;br&gt;I Think this update may have broken my site&lt;br&gt;    &lt;a href=&quot;http://bugs.farcrycms.org/browse/FC-2014&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bugs.farcrycms.org/browse/FC-2014&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;D:\websites\farcry\core\tags\security\SelectUDLogin.cfm:18&lt;br&gt;
Element STPARAM is undefined in ARGUMENTS. &lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;Is there an example of how do do logins using this update?&lt;br&gt;&lt;br&gt;it does not look like the farcryldap plugin has been modified.&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;br&gt;
&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;
-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276098&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276098&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/5-2-7%3A-custom-login-tp26276098s621p26276098.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26276089</id>
	<title>New version of farcry cfimage plugin</title>
	<published>2009-11-09T16:05:47Z</published>
	<updated>2009-11-09T16:05:47Z</updated>
	<author>
		<name>Jeff Coughlin</name>
	</author>
	<content type="html">&lt;br&gt;I put up a new version of the farcry cfimage plugin available for &amp;nbsp;
&lt;br&gt;download. &amp;nbsp;Both versions for FarCry 4 and FarCry 5 have been updated, &amp;nbsp;
&lt;br&gt;but I've only tested the version for FC5.
&lt;br&gt;&lt;br&gt;Here is a copy of the changelog:
&lt;br&gt;* Added AutoGenerateType &amp;quot;AspectCrop&amp;quot;
&lt;br&gt;* Added formtool attribute &amp;quot;ftQuality&amp;quot; to allow greater quality output &amp;nbsp;
&lt;br&gt;for jpg/jpeg (see docs)
&lt;br&gt;* Added formtool attribute &amp;quot;ftbUploadOnly&amp;quot; to allow the image to be &amp;nbsp;
&lt;br&gt;uploaded without modification
&lt;br&gt;* Fixed error inside cfcatch in rare times that the imageDuplicate() &amp;nbsp;
&lt;br&gt;function failed (fix by Mat Bryant)
&lt;br&gt;* Fixed plugin so that it doesn't rely on imageUtilities from core any &amp;nbsp;
&lt;br&gt;longer
&lt;br&gt;* Updated &amp;quot;fitInside&amp;quot; to allow for 0 width or height (fix by Geoff &amp;nbsp;
&lt;br&gt;Bowers)
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/farcry-cfimage/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/farcry-cfimage/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you to those who've helped me test this and suggested fixes and &amp;nbsp;
&lt;br&gt;features.
&lt;br&gt;&lt;br&gt;Although I did add a new AutoGenerate type called &amp;nbsp;
&lt;br&gt;&amp;quot;aspectCrop&amp;quot; (something I've been using for a year now in my custom &amp;nbsp;
&lt;br&gt;code - love it), I haven't had a chance yet to actually test this &amp;nbsp;
&lt;br&gt;version of aspectCrop. &amp;nbsp;If anyone wants to let me know if it's working &amp;nbsp;
&lt;br&gt;that would be great :).
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Jeff Coughlin
&lt;br&gt;Web Application Developer
&lt;br&gt;&lt;a href=&quot;http://jeffcoughlin.com/blog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jeffcoughlin.com/blog&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-version-of-farcry-cfimage-plugin-tp26276089s621p26276089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26276010</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-09T15:56:42Z</published>
	<updated>2009-11-09T15:56:42Z</updated>
	<author>
		<name>AJ Mercer</name>
	</author>
	<content type="html">I have updated to 4877 (/farcry/core/branches/p520)&lt;br&gt;and am still getting the error&lt;br&gt;&lt;br&gt;I have updatedapp=1&lt;br&gt;and rebuilt friendly URLs&lt;br&gt;&lt;br&gt;Is there anything else that needs to be done?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
2009/11/10 Mat Bryant &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276010&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbryant@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
All fixed. Thanks guys&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://bugs.farcrycms.org/browse/FC-2037&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bugs.farcrycms.org/browse/FC-2037&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br clear=&quot;all&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;-- &lt;br&gt;-- Matthew Bryant&lt;br&gt;
Product Development Manager&lt;br&gt;
Daemon Internet Consultants&lt;br&gt;Adobe Solutions Partner&lt;br&gt;&lt;a href=&quot;http://www.daemon.com.au/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.daemon.com.au/&lt;/a&gt;&lt;br&gt;p. 02 8302 4600&lt;br&gt;f. 02 9380 4204&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div class=&quot;im&quot;&gt;On Tue, Nov 10, 2009 at 9:17 AM, AJ Mercer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276010&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ajmercer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;/div&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;
I hit this yesterday as well after updating to 5-2-7&lt;br&gt;&lt;br&gt;I guess this is what you get for taking sneak peeks at the bleeding edge :-}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/10 Matthew Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276010&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div&gt;

&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
So, I use some of the member login/creation stuff for one of my sites&lt;br&gt;
(soon to be pulled out to other sites).  The problem I&amp;#39;m running into&lt;br&gt;
is the new way FarCry handles FUs seems to have broken some of this.&lt;br&gt;
An example, the register new user link no longer works.  It gives an&lt;br&gt;
error of &amp;quot;You are trying to bind a type [farUser] to an object webskin&lt;br&gt;
[registerNewUser]&amp;quot; (it&amp;#39;s line 671 in farFU.cfc).  That, and missing&lt;br&gt;
displayBody is mucking up my calls to dmProfile as a type.  I&amp;#39;m not&lt;br&gt;
sure I&amp;#39;m looking for a resolution, just pointing it out ;).&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;&lt;div class=&quot;im&quot;&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;/div&gt;
&lt;/font&gt;&lt;div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276010&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26276010&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26276010.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26275879</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-09T15:43:23Z</published>
	<updated>2009-11-09T15:43:23Z</updated>
	<author>
		<name>Mat Bryant</name>
	</author>
	<content type="html">All fixed. Thanks guys&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://bugs.farcrycms.org/browse/FC-2037&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.farcrycms.org/browse/FC-2037&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br clear=&quot;all&quot;&gt;-- &lt;br&gt;-- Matthew Bryant&lt;br&gt;Product Development Manager&lt;br&gt;
Daemon Internet Consultants&lt;br&gt;Adobe Solutions Partner&lt;br&gt;&lt;a href=&quot;http://www.daemon.com.au/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.daemon.com.au/&lt;/a&gt;&lt;br&gt;p. 02 8302 4600&lt;br&gt;f. 02 9380 4204&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 10, 2009 at 9:17 AM, AJ Mercer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275879&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ajmercer@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
I hit this yesterday as well after updating to 5-2-7&lt;br&gt;&lt;br&gt;I guess this is what you get for taking sneak peeks at the bleeding edge :-}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/10 Matthew Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275879&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div class=&quot;im&quot;&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;&lt;br&gt;
So, I use some of the member login/creation stuff for one of my sites&lt;br&gt;
(soon to be pulled out to other sites).  The problem I&amp;#39;m running into&lt;br&gt;
is the new way FarCry handles FUs seems to have broken some of this.&lt;br&gt;
An example, the register new user link no longer works.  It gives an&lt;br&gt;
error of &amp;quot;You are trying to bind a type [farUser] to an object webskin&lt;br&gt;
[registerNewUser]&amp;quot; (it&amp;#39;s line 671 in farFU.cfc).  That, and missing&lt;br&gt;
displayBody is mucking up my calls to dmProfile as a type.  I&amp;#39;m not&lt;br&gt;
sure I&amp;#39;m looking for a resolution, just pointing it out ;).&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;/font&gt;&lt;div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275879&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275879&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26275879.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26275853</id>
	<title>Re: Multiple object objectid problem</title>
	<published>2009-11-09T15:41:00Z</published>
	<updated>2009-11-09T15:41:00Z</updated>
	<author>
		<name>Marco van den Oever</name>
	</author>
	<content type="html">&lt;br&gt;WOW, this is embarrassing.... Thanks....
&lt;br&gt;&lt;br&gt;On Nov 10, 12:35 am, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; You would need to put each ft:object in it's own form.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 10, 2009 at 9:51 AM, Marco van den Oever &amp;lt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275853&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marcovandenoe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Let me explain more:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On top there is a email message, under it email message answers, under
&lt;br&gt;&amp;gt; &amp;gt; each email message answer i place a object that enables to reply to
&lt;br&gt;&amp;gt; &amp;gt; that email message answer.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Every object gets an unique objectid by:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;cfset emailantwoordenuuid = createuuid()&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;ft:object typename=&amp;quot;emailantwoorden&amp;quot; objectid=&amp;quot;#emailantwoordenuuid#&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So when a user replies through a specific object under a specific
&lt;br&gt;&amp;gt; &amp;gt; email message answer i only want to get that data.
&lt;br&gt;&amp;gt; &amp;gt; When i process the object i get the objectid's from all objects of all
&lt;br&gt;&amp;gt; &amp;gt; answers, i just want the one that was submitted...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Or am i totally making this harder then necessary?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Nov 9, 11:32 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275853&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Try replacing getData(objectid=lSavedObjectIDs) with getMultipleByQuery
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; (lObjectIDs=lSavedObjectIDs)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Nov 9, 10:21 pm, Marco van den Oever &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275853&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marcovandenoe...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I have a cfloop in which a object gets looped. I thought that when i
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; submitted one of those objects, that current object with that specific
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; objectid (which i set a unique objectid for each loop) would be
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; processed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Now when i cfdump the lSavedObjectIDs i see multiple objectid's and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; then when i try to do a getData(objectid=lSavedObjectIDs) of course
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; this doesn't work...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; So how do i resolve this.... Any workarounds?
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275853&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275853&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multiple-object-objectid-problem-tp26274765s621p26275853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26275772</id>
	<title>Re: Multiple object objectid problem</title>
	<published>2009-11-09T15:35:50Z</published>
	<updated>2009-11-09T15:35:50Z</updated>
	<author>
		<name>Blair McKenzie-2</name>
	</author>
	<content type="html">You would need to put each ft:object in it&amp;#39;s own form.&lt;br&gt;&lt;br&gt;Blair&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 10, 2009 at 9:51 AM, Marco van den Oever &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275772&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marcovandenoever@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
Let me explain more:&lt;br&gt;
&lt;br&gt;
On top there is a email message, under it email message answers, under&lt;br&gt;
each email message answer i place a object that enables to reply to&lt;br&gt;
that email message answer.&lt;br&gt;
&lt;br&gt;
Every object gets an unique objectid by:&lt;br&gt;
&lt;br&gt;
&amp;lt;cfset emailantwoordenuuid = createuuid()&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;lt;ft:object typename=&amp;quot;emailantwoorden&amp;quot; objectid=&amp;quot;#emailantwoordenuuid#&amp;quot;&lt;br&gt;
&lt;br&gt;
So when a user replies through a specific object under a specific&lt;br&gt;
email message answer i only want to get that data.&lt;br&gt;
When i process the object i get the objectid&amp;#39;s from all objects of all&lt;br&gt;
answers, i just want the one that was submitted...&lt;br&gt;
&lt;br&gt;
Or am i totally making this harder then necessary?&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On Nov 9, 11:32 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275772&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Try replacing getData(objectid=lSavedObjectIDs) with getMultipleByQuery&lt;br&gt;
&amp;gt; (lObjectIDs=lSavedObjectIDs)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Chris.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Nov 9, 10:21 pm, Marco van den Oever &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275772&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marcovandenoe...@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Hi all,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I have a cfloop in which a object gets looped. I thought that when i&lt;br&gt;
&amp;gt; &amp;gt; submitted one of those objects, that current object with that specific&lt;br&gt;
&amp;gt; &amp;gt; objectid (which i set a unique objectid for each loop) would be&lt;br&gt;
&amp;gt; &amp;gt; processed.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Now when i cfdump the lSavedObjectIDs i see multiple objectid&amp;#39;s and&lt;br&gt;
&amp;gt; &amp;gt; then when i try to do a getData(objectid=lSavedObjectIDs) of course&lt;br&gt;
&amp;gt; &amp;gt; this doesn&amp;#39;t work...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; So how do i resolve this.... Any workarounds?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275772&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275772&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multiple-object-objectid-problem-tp26274765s621p26275772.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26275217</id>
	<title>Re: Multiple object objectid problem</title>
	<published>2009-11-09T14:51:47Z</published>
	<updated>2009-11-09T14:51:47Z</updated>
	<author>
		<name>Marco van den Oever</name>
	</author>
	<content type="html">&lt;br&gt;Let me explain more:
&lt;br&gt;&lt;br&gt;On top there is a email message, under it email message answers, under
&lt;br&gt;each email message answer i place a object that enables to reply to
&lt;br&gt;that email message answer.
&lt;br&gt;&lt;br&gt;Every object gets an unique objectid by:
&lt;br&gt;&lt;br&gt;&amp;lt;cfset emailantwoordenuuid = createuuid()&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;ft:object typename=&amp;quot;emailantwoorden&amp;quot; objectid=&amp;quot;#emailantwoordenuuid#&amp;quot;
&lt;br&gt;&lt;br&gt;So when a user replies through a specific object under a specific
&lt;br&gt;email message answer i only want to get that data.
&lt;br&gt;When i process the object i get the objectid's from all objects of all
&lt;br&gt;answers, i just want the one that was submitted...
&lt;br&gt;&lt;br&gt;Or am i totally making this harder then necessary?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;On Nov 9, 11:32 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275217&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Try replacing getData(objectid=lSavedObjectIDs) with getMultipleByQuery
&lt;br&gt;&amp;gt; (lObjectIDs=lSavedObjectIDs)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 9, 10:21 pm, Marco van den Oever &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275217&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marcovandenoe...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I have a cfloop in which a object gets looped. I thought that when i
&lt;br&gt;&amp;gt; &amp;gt; submitted one of those objects, that current object with that specific
&lt;br&gt;&amp;gt; &amp;gt; objectid (which i set a unique objectid for each loop) would be
&lt;br&gt;&amp;gt; &amp;gt; processed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Now when i cfdump the lSavedObjectIDs i see multiple objectid's and
&lt;br&gt;&amp;gt; &amp;gt; then when i try to do a getData(objectid=lSavedObjectIDs) of course
&lt;br&gt;&amp;gt; &amp;gt; this doesn't work...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So how do i resolve this.... Any workarounds?
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275217&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275217&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multiple-object-objectid-problem-tp26274765s621p26275217.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26274947</id>
	<title>Re: Multiple object objectid problem</title>
	<published>2009-11-09T14:32:57Z</published>
	<updated>2009-11-09T14:32:57Z</updated>
	<author>
		<name>Chris Kent-2</name>
	</author>
	<content type="html">&lt;br&gt;Try replacing getData(objectid=lSavedObjectIDs) with getMultipleByQuery
&lt;br&gt;(lObjectIDs=lSavedObjectIDs)
&lt;br&gt;&lt;br&gt;Chris.
&lt;br&gt;&lt;br&gt;On Nov 9, 10:21 pm, Marco van den Oever &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274947&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marcovandenoe...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a cfloop in which a object gets looped. I thought that when i
&lt;br&gt;&amp;gt; submitted one of those objects, that current object with that specific
&lt;br&gt;&amp;gt; objectid (which i set a unique objectid for each loop) would be
&lt;br&gt;&amp;gt; processed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now when i cfdump the lSavedObjectIDs i see multiple objectid's and
&lt;br&gt;&amp;gt; then when i try to do a getData(objectid=lSavedObjectIDs) of course
&lt;br&gt;&amp;gt; this doesn't work...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So how do i resolve this.... Any workarounds?
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274947&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274947&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multiple-object-objectid-problem-tp26274765s621p26274947.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26274765</id>
	<title>Multiple object objectid problem</title>
	<published>2009-11-09T14:21:02Z</published>
	<updated>2009-11-09T14:21:02Z</updated>
	<author>
		<name>Marco van den Oever</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I have a cfloop in which a object gets looped. I thought that when i
&lt;br&gt;submitted one of those objects, that current object with that specific
&lt;br&gt;objectid (which i set a unique objectid for each loop) would be
&lt;br&gt;processed.
&lt;br&gt;&lt;br&gt;Now when i cfdump the lSavedObjectIDs i see multiple objectid's and
&lt;br&gt;then when i try to do a getData(objectid=lSavedObjectIDs) of course
&lt;br&gt;this doesn't work...
&lt;br&gt;&lt;br&gt;So how do i resolve this.... Any workarounds?
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274765&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274765&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multiple-object-objectid-problem-tp26274765s621p26274765.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26274722</id>
	<title>Re: New FU breaks buildlink type and view</title>
	<published>2009-11-09T14:17:11Z</published>
	<updated>2009-11-09T14:17:11Z</updated>
	<author>
		<name>AJ Mercer</name>
	</author>
	<content type="html">I hit this yesterday as well after updating to 5-2-7&lt;br&gt;&lt;br&gt;I guess this is what you get for taking sneak peeks at the bleeding edge :-}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/10 Matthew Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
So, I use some of the member login/creation stuff for one of my sites&lt;br&gt;
(soon to be pulled out to other sites).  The problem I&amp;#39;m running into&lt;br&gt;
is the new way FarCry handles FUs seems to have broken some of this.&lt;br&gt;
An example, the register new user link no longer works.  It gives an&lt;br&gt;
error of &amp;quot;You are trying to bind a type [farUser] to an object webskin&lt;br&gt;
[registerNewUser]&amp;quot; (it&amp;#39;s line 671 in farFU.cfc).  That, and missing&lt;br&gt;
displayBody is mucking up my calls to dmProfile as a type.  I&amp;#39;m not&lt;br&gt;
sure I&amp;#39;m looking for a resolution, just pointing it out ;).&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274722&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26274722&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26274722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26272425</id>
	<title>New FU breaks buildlink type and view</title>
	<published>2009-11-09T11:39:39Z</published>
	<updated>2009-11-09T11:39:39Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;br&gt;So, I use some of the member login/creation stuff for one of my sites
&lt;br&gt;(soon to be pulled out to other sites). &amp;nbsp;The problem I'm running into
&lt;br&gt;is the new way FarCry handles FUs seems to have broken some of this.
&lt;br&gt;An example, the register new user link no longer works. &amp;nbsp;It gives an
&lt;br&gt;error of &amp;quot;You are trying to bind a type [farUser] to an object webskin
&lt;br&gt;[registerNewUser]&amp;quot; (it's line 671 in farFU.cfc). &amp;nbsp;That, and missing
&lt;br&gt;displayBody is mucking up my calls to dmProfile as a type. &amp;nbsp;I'm not
&lt;br&gt;sure I'm looking for a resolution, just pointing it out ;).
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272425&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272425&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-FU-breaks-buildlink-type-and-view-tp26272425s621p26272425.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26272331</id>
	<title>Re: Make plugin add a tree branch</title>
	<published>2009-11-09T11:33:58Z</published>
	<updated>2009-11-09T11:33:58Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;br&gt;Bugger... K, I've looked into it. &amp;nbsp;It'll take some time to figure out
&lt;br&gt;the best way (as each node needs a different webskin) that basically
&lt;br&gt;just boils down to finding the time to rip out what I need. &amp;nbsp;Thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Matthew Williams
&lt;br&gt;Geodesic GraFX
&lt;br&gt;www.goeodesicgrafx.com/blog
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 8, 9:03 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272331&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Unfortunately no. For an idea of how you might build something like that
&lt;br&gt;&amp;gt; yourself, take a look at the quick site builder.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 9, 2009 at 11:37 AM, Matthew Williams &amp;lt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272331&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmas...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Any easy way to run an import (like the skeleton) within your plugin
&lt;br&gt;&amp;gt; &amp;gt; to create a new branch on the tree?  I've not really had a poke about
&lt;br&gt;&amp;gt; &amp;gt; some of the existing ones, but I can't recall seeing this behavior in
&lt;br&gt;&amp;gt; &amp;gt; any of them.
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272331&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272331&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Make-plugin-add-a-tree-branch-tp26259655s621p26272331.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262625</id>
	<title>5-2-7: custom login</title>
	<published>2009-11-09T00:18:08Z</published>
	<updated>2009-11-09T00:18:08Z</updated>
	<author>
		<name>AJ Mercer</name>
	</author>
	<content type="html">I Think this update may mave broken my site&lt;br&gt;    &lt;a href=&quot;http://bugs.farcrycms.org/browse/FC-2014&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.farcrycms.org/browse/FC-2014&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;D:\websites\farcry\core\tags\security\SelectUDLogin.cfm:18&lt;br&gt;
Element STPARAM is undefined in ARGUMENTS. &lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;Is there an example of how do do logins using this update?&lt;br&gt;&lt;br&gt;it does not look like the farcryldap plugin has been modified.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;
-- &lt;br&gt;AJ Mercer&lt;br&gt;&lt;a href=&quot;http://webonix.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webonix.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/webonix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/webonix&lt;/a&gt;&lt;br&gt;&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;farcry-beta&amp;quot; group. &lt;br&gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-beta@...&lt;/a&gt; &lt;br&gt; To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26262625&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-beta+unsubscribe@...&lt;/a&gt; &lt;br&gt; For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Beta-f6186.html&quot; embed=&quot;fixTarget[6186]&quot; target=&quot;_top&quot; &gt;FarCry - Beta&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/5-2-7%3A-custom-login-tp26262625s621p26262625.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261023</id>
	<title>Dynamic roles?</title>
	<published>2009-11-08T20:08:56Z</published>
	<updated>2009-11-08T20:08:56Z</updated>
	<author>
		<name>Tomek Kott</name>
	</author>
	<content type="html">Hi folks,&lt;br&gt;&lt;br&gt;quick question: is there a way to dynamically create (and delete) roles (not groups)? I have members which can throughout the course of an academic year be assigned to a committee. Some specific committees have extra rights to do things through FarCry. With FarCry, one needs a role assigned to a specific committee. This role would hold one group (a specific committee). I know how to dynamically assign membership for this group, so that&amp;#39;s not the problem. The problem is dynamically associating THIS YEARS group with THIS YEARS role, having as minimal changes (read, none as far as possible) to the security structure.&lt;br&gt;
&lt;br&gt;This might be easy enough if I knew with 110% probability that committees would be static. however, the number and names of committees might change from year to year, and so I would prefer to have the roles be dynamic. Furthermore, I cannot count on using say a cron job to execute a piece of code once a year.&lt;br&gt;
&lt;br&gt;Any thoughts on implementation, or is this rather outside the box?&lt;br&gt;&lt;br&gt;Maybe a couple simpler questions: &lt;br&gt;1) is there any other method by which FarCry reads roles except from adding them through FarCry (e.g., adding an external User Directory, you can specify &amp;quot;Groups&amp;quot; dynamically)&lt;br&gt;
2) Is there a problem with deleting Roles, as opposed to deleting Users or Permissions (neither of which I plan on doing) &lt;br&gt;&lt;br&gt;Tomek&lt;br&gt;&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dynamic-roles--tp26261023s621p26261023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26260283</id>
	<title>Re: Make plugin add a tree branch</title>
	<published>2009-11-08T18:03:45Z</published>
	<updated>2009-11-08T18:03:45Z</updated>
	<author>
		<name>Blair McKenzie-2</name>
	</author>
	<content type="html">Unfortunately no. For an idea of how you might build something like that yourself, take a look at the quick site builder.&lt;br&gt;&lt;br&gt;Blair&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 9, 2009 at 11:37 AM, Matthew Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26260283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
Any easy way to run an import (like the skeleton) within your plugin&lt;br&gt;
to create a new branch on the tree?  I&amp;#39;ve not really had a poke about&lt;br&gt;
some of the existing ones, but I can&amp;#39;t recall seeing this behavior in&lt;br&gt;
any of them.&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26260283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26260283&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Make-plugin-add-a-tree-branch-tp26259655s621p26260283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26259655</id>
	<title>Make plugin add a tree branch</title>
	<published>2009-11-08T16:37:58Z</published>
	<updated>2009-11-08T16:37:58Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;br&gt;Any easy way to run an import (like the skeleton) within your plugin
&lt;br&gt;to create a new branch on the tree? &amp;nbsp;I've not really had a poke about
&lt;br&gt;some of the existing ones, but I can't recall seeing this behavior in
&lt;br&gt;any of them.
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26259655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26259655&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Make-plugin-add-a-tree-branch-tp26259655s621p26259655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26245948</id>
	<title>Re: Realization of large design / development project</title>
	<published>2009-11-07T07:44:46Z</published>
	<updated>2009-11-07T07:44:46Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Oh, my user is mwilliams.&amp;nbsp; If you add me as a friend, I can show you
some of the member functions.&amp;nbsp; Yes, I know, I need to put in a friend
search ;). &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Matthew Williams&lt;br&gt;
Geodesic GraFX&lt;br&gt;
&lt;a class=&quot;moz-txt-link-abbreviated&quot; href=&quot;http://www.geodesicgrafx.com/blog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.geodesicgrafx.com/blog&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Marco van den Oever wrote:
&lt;blockquote cite=&quot;mid:d9008384-f4e2-4a8c-9f74-b66b57f849a1@d5g2000yqm.googlegroups.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Hi all,

I have a Dutch customer interested in the realization of a large
design / development project.
The project is about creating a myspace alike environment with
features i can tell you by personal email.

Of course i am eager to advertise cfml and farcry! But a bit worried
that this project is over my head as i am just starting out creating
simple websites and websites / shops and developing on my own.

Also with an eye on the future success, the setup and structure needs
to be ready to get expanded to multiple servers etc.

For now the project could be hosted on my business server that is
running Windows / Railo and of course, Farcry.

So please, all experienced folks out here, send me an email so i can
share all the features and we can come up with a plan and price tag,
interested?
  &lt;/pre&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;

No virus found in this incoming message.
Checked by AVG - &lt;a class=&quot;moz-txt-link-abbreviated&quot; href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.avg.com&lt;/a&gt; 
Version: 8.5.425 / Virus Database: 270.14.53/2486 - Release Date: 11/07/09 07:38:00

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245948&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Realization-of-large-design---development-project-tp26245711s621p26245948.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26245912</id>
	<title>Re: Realization of large design / development project</title>
	<published>2009-11-07T07:40:00Z</published>
	<updated>2009-11-07T07:40:00Z</updated>
	<author>
		<name>Matthew Williams-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Marco,&lt;br&gt;
&lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.officialburtoncummings.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.officialburtoncummings.com/&lt;/a&gt;.&amp;nbsp; Register a new user, and check
it out.&amp;nbsp; All completely built on FarCry 5.x, and using some of the
built in member creation stuff (expanded).&amp;nbsp; It still needs work, but
I'm waiting for someone to fund the continued effort ;).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Matthew Williams&lt;br&gt;
Geodesic GraFX&lt;br&gt;
&lt;a class=&quot;moz-txt-link-abbreviated&quot; href=&quot;http://www.geodesicgrafx.com/blog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.geodesicgrafx.com/blog&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Marco van den Oever wrote:
&lt;blockquote cite=&quot;mid:d9008384-f4e2-4a8c-9f74-b66b57f849a1@d5g2000yqm.googlegroups.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Hi all,

I have a Dutch customer interested in the realization of a large
design / development project.
The project is about creating a myspace alike environment with
features i can tell you by personal email.

Of course i am eager to advertise cfml and farcry! But a bit worried
that this project is over my head as i am just starting out creating
simple websites and websites / shops and developing on my own.

Also with an eye on the future success, the setup and structure needs
to be ready to get expanded to multiple servers etc.

For now the project could be hosted on my business server that is
running Windows / Railo and of course, Farcry.

So please, all experienced folks out here, send me an email so i can
share all the features and we can come up with a plan and price tag,
interested?
  &lt;/pre&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;

No virus found in this incoming message.
Checked by AVG - &lt;a class=&quot;moz-txt-link-abbreviated&quot; href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.avg.com&lt;/a&gt; 
Version: 8.5.425 / Virus Database: 270.14.53/2486 - Release Date: 11/07/09 07:38:00

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245912&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245912&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Realization-of-large-design---development-project-tp26245711s621p26245912.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26245711</id>
	<title>Realization of large design / development project</title>
	<published>2009-11-07T07:18:31Z</published>
	<updated>2009-11-07T07:18:31Z</updated>
	<author>
		<name>Marco van den Oever</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I have a Dutch customer interested in the realization of a large
&lt;br&gt;design / development project.
&lt;br&gt;The project is about creating a myspace alike environment with
&lt;br&gt;features i can tell you by personal email.
&lt;br&gt;&lt;br&gt;Of course i am eager to advertise cfml and farcry! But a bit worried
&lt;br&gt;that this project is over my head as i am just starting out creating
&lt;br&gt;simple websites and websites / shops and developing on my own.
&lt;br&gt;&lt;br&gt;Also with an eye on the future success, the setup and structure needs
&lt;br&gt;to be ready to get expanded to multiple servers etc.
&lt;br&gt;&lt;br&gt;For now the project could be hosted on my business server that is
&lt;br&gt;running Windows / Railo and of course, Farcry.
&lt;br&gt;&lt;br&gt;So please, all experienced folks out here, send me an email so i can
&lt;br&gt;share all the features and we can come up with a plan and price tag,
&lt;br&gt;interested?
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245711&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Realization-of-large-design---development-project-tp26245711s621p26245711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26237190</id>
	<title>Re: Problem Upgrading to 5.2.2 from 4.0.9</title>
	<published>2009-11-06T11:09:41Z</published>
	<updated>2009-11-06T11:09:41Z</updated>
	<author>
		<name>Tomek Kott</name>
	</author>
	<content type="html">check this page: &lt;a href=&quot;http://docs.farcrycms.org/display/FCDEV50/Deployment+Configurations&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.farcrycms.org/display/FCDEV50/Deployment+Configurations&lt;/a&gt; to make sure your farcry mapping is correct for your deployment.&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 1:53 PM, turbofan &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapitis@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
I did change the webserver mapping to point to webtop, however the old&lt;br&gt;
cf mapping is still in place.  Does this need to change?   When I&lt;br&gt;
remove it, it causes more errors.  Thanks guys.&lt;br&gt;
&lt;br&gt;
On Nov 6, 10:06 am, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Have you removed the old cf mapping for farcry?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Also make sure your current webserver mapping for webtop and farcry&lt;br&gt;
&amp;gt; are correct.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Chris.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Nov 6, 3:02 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Can you switch on cf debuging and get some more information where the&lt;br&gt;
&amp;gt; &amp;gt; error is occurring?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Chris.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; On Nov 6, 2:11 pm, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I have not extended dmProfile and no custom security functionality.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Any other ideas guys?  Thanks so much for the help.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; On Nov 5, 8:28 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Do you have any custom security functionality?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Blair&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Thu, Nov 5, 2009 at 1:15 AM, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi Guys,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I am having some trouble upgrading to FarCry version 5.2.2 from&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; version 4.0.9 (actually the problem seems to occur from 4.0.9 to any&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 5.x.x build.  I am receiving the following error when trying to log&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; into the webtop&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Element DMPROFILE is undefined in SESSION.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Can someone please help me in resolving this error?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!- Hide quoted text -&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; - Show quoted text -&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237190&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Upgrading-to-5.2.2-from-4.0.9-tp26197034s621p26237190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26237184</id>
	<title>Re: Problem Upgrading to 5.2.2 from 4.0.9</title>
	<published>2009-11-06T11:09:18Z</published>
	<updated>2009-11-06T11:09:18Z</updated>
	<author>
		<name>Chris Kent-2</name>
	</author>
	<content type="html">&lt;br&gt;Check &lt;a href=&quot;http://docs.farcrycms.org/display/FCDEV50/Deployment+Configurations&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.farcrycms.org/display/FCDEV50/Deployment+Configurations&lt;/a&gt;&lt;br&gt;&lt;br&gt;I am guessing that your original problems were due to the CF Farcry
&lt;br&gt;mapping pointing to your old Farcry 4 code.
&lt;br&gt;&lt;br&gt;Chris.
&lt;br&gt;&lt;br&gt;On Nov 6, 6:53 pm, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I did change the webserver mapping to point to webtop, however the old
&lt;br&gt;&amp;gt; cf mapping is still in place.  Does this need to change?   When I
&lt;br&gt;&amp;gt; remove it, it causes more errors.  Thanks guys.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 6, 10:06 am, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Have you removed the old cf mapping for farcry?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Also make sure your current webserver mapping for webtop and farcry
&lt;br&gt;&amp;gt; &amp;gt; are correct.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Nov 6, 3:02 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Can you switch on cf debuging and get some more information where the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; error is occurring?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Nov 6, 2:11 pm, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I have not extended dmProfile and no custom security functionality.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Any other ideas guys?  Thanks so much for the help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Nov 5, 8:28 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Do you have any custom security functionality?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Thu, Nov 5, 2009 at 1:15 AM, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I am having some trouble upgrading to FarCry version 5.2.2 from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; version 4.0.9 (actually the problem seems to occur from 4.0.9 to any
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 5.x.x build.  I am receiving the following error when trying to log
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; into the webtop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Element DMPROFILE is undefined in SESSION.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Can someone please help me in resolving this error?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Show quoted text -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237184&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Upgrading-to-5.2.2-from-4.0.9-tp26197034s621p26237184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26236930</id>
	<title>Re: Problem Upgrading to 5.2.2 from 4.0.9</title>
	<published>2009-11-06T10:53:11Z</published>
	<updated>2009-11-06T10:53:11Z</updated>
	<author>
		<name>turbofan</name>
	</author>
	<content type="html">&lt;br&gt;I did change the webserver mapping to point to webtop, however the old
&lt;br&gt;cf mapping is still in place. &amp;nbsp;Does this need to change? &amp;nbsp; When I
&lt;br&gt;remove it, it causes more errors. &amp;nbsp;Thanks guys.
&lt;br&gt;&lt;br&gt;On Nov 6, 10:06 am, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Have you removed the old cf mapping for farcry?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also make sure your current webserver mapping for webtop and farcry
&lt;br&gt;&amp;gt; are correct.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 6, 3:02 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Can you switch on cf debuging and get some more information where the
&lt;br&gt;&amp;gt; &amp;gt; error is occurring?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Nov 6, 2:11 pm, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I have not extended dmProfile and no custom security functionality.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Any other ideas guys?  Thanks so much for the help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Nov 5, 8:28 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Do you have any custom security functionality?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Thu, Nov 5, 2009 at 1:15 AM, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I am having some trouble upgrading to FarCry version 5.2.2 from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; version 4.0.9 (actually the problem seems to occur from 4.0.9 to any
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 5.x.x build.  I am receiving the following error when trying to log
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; into the webtop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Element DMPROFILE is undefined in SESSION.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Can someone please help me in resolving this error?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Show quoted text -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26236930&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Upgrading-to-5.2.2-from-4.0.9-tp26197034s621p26236930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26233472</id>
	<title>Re: Problem Upgrading to 5.2.2 from 4.0.9</title>
	<published>2009-11-06T07:06:22Z</published>
	<updated>2009-11-06T07:06:22Z</updated>
	<author>
		<name>Chris Kent-2</name>
	</author>
	<content type="html">&lt;br&gt;Have you removed the old cf mapping for farcry?
&lt;br&gt;&lt;br&gt;Also make sure your current webserver mapping for webtop and farcry
&lt;br&gt;are correct.
&lt;br&gt;&lt;br&gt;Chris.
&lt;br&gt;&lt;br&gt;On Nov 6, 3:02 pm, Chris Kent &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233472&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mxdes...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Can you switch on cf debuging and get some more information where the
&lt;br&gt;&amp;gt; error is occurring?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 6, 2:11 pm, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233472&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I have not extended dmProfile and no custom security functionality.
&lt;br&gt;&amp;gt; &amp;gt; Any other ideas guys?  Thanks so much for the help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Nov 5, 8:28 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233472&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Do you have any custom security functionality?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Thu, Nov 5, 2009 at 1:15 AM, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233472&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I am having some trouble upgrading to FarCry version 5.2.2 from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; version 4.0.9 (actually the problem seems to occur from 4.0.9 to any
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 5.x.x build.  I am receiving the following error when trying to log
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; into the webtop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Element DMPROFILE is undefined in SESSION.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Can someone please help me in resolving this error?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - Show quoted text -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233472&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233472&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Upgrading-to-5.2.2-from-4.0.9-tp26197034s621p26233472.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26233464</id>
	<title>Re: oh boy. container table clean up help?</title>
	<published>2009-11-06T07:05:44Z</published>
	<updated>2009-11-06T07:05:44Z</updated>
	<author>
		<name>Jeff Coughlin</name>
	</author>
	<content type="html">Keep in mind that all the information relating these joined tables (for both content types and rules) is contained in metadata for the objects.  For the past few years I&amp;#39;ve written my own way to automate the cleanup of these items upon content item deletion, however it&amp;#39;s time consuming to write.  I had to do this because I had a data feed updating and deleting hundreds of records per day in a table.  If I didn&amp;#39;t delete data from the 15 joining tables, I&amp;#39;d have millions of useless records by now.  So a couple years ago I posted an Enhancement Request to have this feature automated upon record deletion (and Geoff suggested to make it optional upon record deletion which is fine by me).&lt;br&gt;
&lt;br&gt;If you&amp;#39;d like to see this feature added so that you have clean join tables as well, vote for it at &lt;a href=&quot;http://bugs.farcrycms.org/browse/FC-1063&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.farcrycms.org/browse/FC-1063&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;
&lt;br&gt;--&lt;br&gt;Jeff Coughlin&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 6, 2009 at 6:36 AM, Chris Kent &lt;span dir=&quot;ltr&quot;&gt;&lt;/span&gt;wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Another suggestion on the dynamic container naming:&lt;br&gt;
You could remove the need for the getAncestors and get the dynCon1Name&lt;br&gt;
and dynCon2Name from the furl for the page.&lt;br&gt;
e.g. your furl is /section1/section2/something-else/the-page get the&lt;br&gt;
first and second list elements from the furl. The first 2 parts of the&lt;br&gt;
furl should equate to the object names that are returned in the&lt;br&gt;
getAncestors and have already been cleaned to remove spaces and other&lt;br&gt;
non-alphanumeric characters as part of the furl generation.&lt;br&gt;
&lt;br&gt;
There are some small risks if you have multiple furls and entry points&lt;br&gt;
to any of these pages.&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
Chris.&lt;br&gt;
&lt;br&gt;
On Nov 5, 10:46 pm, Chris Roth &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233464&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.r...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; Okay well boy did I do it. In an attempt to automagically output some&lt;br&gt;
&amp;gt; container content, I put the code below in a primary DHTML webskin...&lt;br&gt;
&amp;gt; The request.cscd.home check in the code below  is new to &amp;quot;prevent&amp;quot; the&lt;br&gt;
&amp;gt; issue I describe below...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         &amp;lt;!--- Dynamically Generate Containers ---&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;!--- get the ancestors of the current node from the tree&lt;br&gt;
&amp;gt; ---&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;cfset qNodeAncestors  =&lt;br&gt;
&amp;gt; application.factory.oTree.getAncestors(objectid=request.navid,&lt;br&gt;
&amp;gt; bIncludeSelf=&amp;quot;true&amp;quot;) /&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;!--- filter query to nodes under the home node, 2 levels&lt;br&gt;
&amp;gt; deep ---&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;cfquery dbtype=&amp;quot;query&amp;quot; name=&amp;quot;qNodeList&amp;quot; maxrows=&amp;quot;2&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;             SELECT * FROM qNodeAncestors&lt;br&gt;
&amp;gt;             WHERE nLevel &amp;gt; 1&lt;br&gt;
&amp;gt;             ORDER BY nLevel&lt;br&gt;
&amp;gt;             &amp;lt;/cfquery&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;!--- This display method is Not used on home so we should&lt;br&gt;
&amp;gt; have atleast 1 record ---&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;cfif qNodeList.recordcount GT 0&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;                &amp;lt;!--- create a sidebar container dynamically based on&lt;br&gt;
&amp;gt; the second level node name ---&amp;gt;&lt;br&gt;
&amp;gt;                &amp;lt;cfif len(qNodeList.ObjectName[1]) AND&lt;br&gt;
&amp;gt; request.cscd.home EQ &amp;quot;home&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;                &amp;lt;cfset request.dynCon1Name = ReplaceNoCase&lt;br&gt;
&amp;gt; (qNodeList.ObjectName[1], &amp;quot; &amp;quot;,&amp;quot;-&amp;quot;,&amp;quot;ALL&amp;quot;)&amp;gt;&lt;br&gt;
&amp;gt;                &amp;lt;con:container&lt;br&gt;
&amp;gt; label=&amp;quot;#stobj.objectID#_#request.dynCon1Name#-sidebar&amp;quot;&lt;br&gt;
&amp;gt; defaultMirrorLabel=&amp;quot;#request.dynCon1Name#-sidebar&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;                    &amp;lt;cfif len(qNodeList.ObjectName[2]) AND&lt;br&gt;
&amp;gt; request.cscd.home EQ &amp;quot;home&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;                    &amp;lt;cfset request.dynCon2Name = request.dynCon1Name &amp;amp;&lt;br&gt;
&amp;gt; &amp;quot;-&amp;quot; &amp;amp; ReplaceNoCase(qNodeList.ObjectName[2], &amp;quot; &amp;quot;,&amp;quot;-&amp;quot;,&amp;quot;ALL&amp;quot;)&amp;gt;&lt;br&gt;
&amp;gt;                    &amp;lt;con:container&lt;br&gt;
&amp;gt; label=&amp;quot;#stobj.objectID#_#request.dynCon2Name#-sidebar&amp;quot;&lt;br&gt;
&amp;gt; defaultMirrorLabel=&amp;quot;#request.dynCon2Name#-sidebar&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;                   &amp;lt;/cfif&amp;gt;&lt;br&gt;
&amp;gt;                &amp;lt;/cfif&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;             &amp;lt;/cfif&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; This has been working beautifully... but then.... we decided to have&lt;br&gt;
&amp;gt; multiple versions of our site... Japanse / Chinese..&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I opted for home nodes at the root level and control what site gets&lt;br&gt;
&amp;gt; loaded with a request var..&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; that was working beautifully... but then...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I was looking to update an old container that our DMNews types use for&lt;br&gt;
&amp;gt; the boilerplate message and..&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; OMG..&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I have exploed my container tables...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; dbo.container: 142008 records&lt;br&gt;
&amp;gt; dbo.refContainers: 72939&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; It appears that the japanese characters used in the nodes for:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;cfset request.dynCon1Name = ReplaceNoCase(qNodeList.ObjectName[1], &amp;quot;&lt;br&gt;
&amp;gt; &amp;quot;,&amp;quot;-&amp;quot;,&amp;quot;ALL&amp;quot;)&amp;gt;&lt;br&gt;
&amp;gt; &amp;lt;con:container label=&amp;quot;#stobj.objectID#_#request.dynCon1Name#-sidebar&amp;quot;&lt;br&gt;
&amp;gt; defaultMirrorLabel=&amp;quot;#request.dynCon1Name#-sidebar&amp;quot;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; are created multiple times.. as in every time...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I have since put the home node check above and do dynamic containers&lt;br&gt;
&amp;gt; only on the English site, but container management is now impossible&lt;br&gt;
&amp;gt; from the webtop due to the number of records.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; any idea how I can clean up these tables programatically? 142008&lt;br&gt;
&amp;gt; records is not something I want to clean up by hand.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Help me.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Chris&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
 &lt;br&gt; To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233464&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
 &lt;br&gt; To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233464&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
 &lt;br&gt; For more options: http://groups.google.com/group/farcry-dev
 &lt;br&gt; --------------------------------
 &lt;br&gt; Follow us on Twitter: http://twitter.com/farcry&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/oh-boy.-container-table-clean-up-help--tp26223704s621p26233464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26233423</id>
	<title>Re: Problem Upgrading to 5.2.2 from 4.0.9</title>
	<published>2009-11-06T07:02:15Z</published>
	<updated>2009-11-06T07:02:15Z</updated>
	<author>
		<name>Chris Kent-2</name>
	</author>
	<content type="html">&lt;br&gt;Can you switch on cf debuging and get some more information where the
&lt;br&gt;error is occurring?
&lt;br&gt;&lt;br&gt;Chris.
&lt;br&gt;&lt;br&gt;On Nov 6, 2:11 pm, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233423&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have not extended dmProfile and no custom security functionality.
&lt;br&gt;&amp;gt; Any other ideas guys?  Thanks so much for the help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 5, 8:28 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233423&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Do you have any custom security functionality?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Thu, Nov 5, 2009 at 1:15 AM, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233423&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I am having some trouble upgrading to FarCry version 5.2.2 from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; version 4.0.9 (actually the problem seems to occur from 4.0.9 to any
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 5.x.x build.  I am receiving the following error when trying to log
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; into the webtop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Element DMPROFILE is undefined in SESSION.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Can someone please help me in resolving this error?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks!- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Show quoted text -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233423&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233423&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Upgrading-to-5.2.2-from-4.0.9-tp26197034s621p26233423.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26232645</id>
	<title>Re: Problem Upgrading to 5.2.2 from 4.0.9</title>
	<published>2009-11-06T06:11:22Z</published>
	<updated>2009-11-06T06:11:22Z</updated>
	<author>
		<name>turbofan</name>
	</author>
	<content type="html">&lt;br&gt;I have not extended dmProfile and no custom security functionality.
&lt;br&gt;Any other ideas guys? &amp;nbsp;Thanks so much for the help.
&lt;br&gt;&lt;br&gt;On Nov 5, 8:28 pm, Blair McKenzie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232645&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Do you have any custom security functionality?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Blair
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Nov 5, 2009 at 1:15 AM, turbofan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232645&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrapi...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I am having some trouble upgrading to FarCry version 5.2.2 from
&lt;br&gt;&amp;gt; &amp;gt; version 4.0.9 (actually the problem seems to occur from 4.0.9 to any
&lt;br&gt;&amp;gt; &amp;gt; 5.x.x build.  I am receiving the following error when trying to log
&lt;br&gt;&amp;gt; &amp;gt; into the webtop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Element DMPROFILE is undefined in SESSION.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Can someone please help me in resolving this error?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks!- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Show quoted text -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232645&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232645&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Upgrading-to-5.2.2-from-4.0.9-tp26197034s621p26232645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230580</id>
	<title>Re: oh boy. container table clean up help?</title>
	<published>2009-11-06T03:36:31Z</published>
	<updated>2009-11-06T03:36:31Z</updated>
	<author>
		<name>Chris Kent-2</name>
	</author>
	<content type="html">&lt;br&gt;Another suggestion on the dynamic container naming:
&lt;br&gt;You could remove the need for the getAncestors and get the dynCon1Name
&lt;br&gt;and dynCon2Name from the furl for the page.
&lt;br&gt;e.g. your furl is /section1/section2/something-else/the-page get the
&lt;br&gt;first and second list elements from the furl. The first 2 parts of the
&lt;br&gt;furl should equate to the object names that are returned in the
&lt;br&gt;getAncestors and have already been cleaned to remove spaces and other
&lt;br&gt;non-alphanumeric characters as part of the furl generation.
&lt;br&gt;&lt;br&gt;There are some small risks if you have multiple furls and entry points
&lt;br&gt;to any of these pages.
&lt;br&gt;&lt;br&gt;Chris.
&lt;br&gt;&lt;br&gt;On Nov 5, 10:46 pm, Chris Roth &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230580&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.r...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Okay well boy did I do it. In an attempt to automagically output some
&lt;br&gt;&amp;gt; container content, I put the code below in a primary DHTML webskin...
&lt;br&gt;&amp;gt; The request.cscd.home check in the code below  is new to &amp;quot;prevent&amp;quot; the
&lt;br&gt;&amp;gt; issue I describe below...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;         &amp;lt;!--- Dynamically Generate Containers ---&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;!--- get the ancestors of the current node from the tree
&lt;br&gt;&amp;gt; ---&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;cfset qNodeAncestors  =
&lt;br&gt;&amp;gt; application.factory.oTree.getAncestors(objectid=request.navid,
&lt;br&gt;&amp;gt; bIncludeSelf=&amp;quot;true&amp;quot;) /&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;!--- filter query to nodes under the home node, 2 levels
&lt;br&gt;&amp;gt; deep ---&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;cfquery dbtype=&amp;quot;query&amp;quot; name=&amp;quot;qNodeList&amp;quot; maxrows=&amp;quot;2&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;             SELECT * FROM qNodeAncestors
&lt;br&gt;&amp;gt;             WHERE nLevel &amp;gt; 1
&lt;br&gt;&amp;gt;             ORDER BY nLevel
&lt;br&gt;&amp;gt;             &amp;lt;/cfquery&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;!--- This display method is Not used on home so we should
&lt;br&gt;&amp;gt; have atleast 1 record ---&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;cfif qNodeList.recordcount GT 0&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;                &amp;lt;!--- create a sidebar container dynamically based on
&lt;br&gt;&amp;gt; the second level node name ---&amp;gt;
&lt;br&gt;&amp;gt;                &amp;lt;cfif len(qNodeList.ObjectName[1]) AND
&lt;br&gt;&amp;gt; request.cscd.home EQ &amp;quot;home&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;                &amp;lt;cfset request.dynCon1Name = ReplaceNoCase
&lt;br&gt;&amp;gt; (qNodeList.ObjectName[1], &amp;quot; &amp;quot;,&amp;quot;-&amp;quot;,&amp;quot;ALL&amp;quot;)&amp;gt;
&lt;br&gt;&amp;gt;                &amp;lt;con:container
&lt;br&gt;&amp;gt; label=&amp;quot;#stobj.objectID#_#request.dynCon1Name#-sidebar&amp;quot;
&lt;br&gt;&amp;gt; defaultMirrorLabel=&amp;quot;#request.dynCon1Name#-sidebar&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;                    &amp;lt;cfif len(qNodeList.ObjectName[2]) AND
&lt;br&gt;&amp;gt; request.cscd.home EQ &amp;quot;home&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;                    &amp;lt;cfset request.dynCon2Name = request.dynCon1Name &amp;
&lt;br&gt;&amp;gt; &amp;quot;-&amp;quot; &amp; ReplaceNoCase(qNodeList.ObjectName[2], &amp;quot; &amp;quot;,&amp;quot;-&amp;quot;,&amp;quot;ALL&amp;quot;)&amp;gt;
&lt;br&gt;&amp;gt;                    &amp;lt;con:container
&lt;br&gt;&amp;gt; label=&amp;quot;#stobj.objectID#_#request.dynCon2Name#-sidebar&amp;quot;
&lt;br&gt;&amp;gt; defaultMirrorLabel=&amp;quot;#request.dynCon2Name#-sidebar&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;                   &amp;lt;/cfif&amp;gt;
&lt;br&gt;&amp;gt;                &amp;lt;/cfif&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;             &amp;lt;/cfif&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This has been working beautifully... but then.... we decided to have
&lt;br&gt;&amp;gt; multiple versions of our site... Japanse / Chinese..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I opted for home nodes at the root level and control what site gets
&lt;br&gt;&amp;gt; loaded with a request var..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; that was working beautifully... but then...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was looking to update an old container that our DMNews types use for
&lt;br&gt;&amp;gt; the boilerplate message and..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OMG..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have exploed my container tables...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; dbo.container: 142008 records
&lt;br&gt;&amp;gt; dbo.refContainers: 72939
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It appears that the japanese characters used in the nodes for:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;cfset request.dynCon1Name = ReplaceNoCase(qNodeList.ObjectName[1], &amp;quot;
&lt;br&gt;&amp;gt; &amp;quot;,&amp;quot;-&amp;quot;,&amp;quot;ALL&amp;quot;)&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;con:container label=&amp;quot;#stobj.objectID#_#request.dynCon1Name#-sidebar&amp;quot;
&lt;br&gt;&amp;gt; defaultMirrorLabel=&amp;quot;#request.dynCon1Name#-sidebar&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; are created multiple times.. as in every time...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have since put the home node check above and do dynamic containers
&lt;br&gt;&amp;gt; only on the English site, but container management is now impossible
&lt;br&gt;&amp;gt; from the webtop due to the number of records.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; any idea how I can clean up these tables programatically? 142008
&lt;br&gt;&amp;gt; records is not something I want to clean up by hand.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Help me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230580&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230580&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/oh-boy.-container-table-clean-up-help--tp26223704s621p26230580.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26227935</id>
	<title>Re: FarCry DevCamp is on like Donkey Kong! (11-Nov-09)</title>
	<published>2009-11-05T23:36:43Z</published>
	<updated>2009-11-05T23:36:43Z</updated>
	<author>
		<name>modius</name>
	</author>
	<content type="html">&lt;br&gt;On Oct 9, 1:07 am, modius &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26227935&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mod...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Overview
&lt;br&gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt; Daemon is running a one day developer camp for FarCry solution
&lt;br&gt;&amp;gt; developers in Melbourne on the 11 November 2009 (to coincide with the
&lt;br&gt;&amp;gt; cf.objective() developers conference on 12-13 November 2009).
&lt;br&gt;&lt;br&gt;Still plenty of places left for Wednesday's DevCamp!
&lt;br&gt;&lt;br&gt;Mat and I have been brainstorming what we'll be running through on the
&lt;br&gt;day -- I think it's going to be a lot of fun. We'll be hosting a
&lt;br&gt;chatty Master Class with guest appearances. &amp;nbsp;I'll be doing a lot of
&lt;br&gt;talking and Mat will be doing a lot of coding -- it's always a joy to
&lt;br&gt;see him put the framework through its paces.
&lt;br&gt;&lt;br&gt;We're concentrating on what you can do *today* with a few nods here
&lt;br&gt;and there to what's coming in the future. We want folks to walk out
&lt;br&gt;with skillz to get building right away rather than teasing you too
&lt;br&gt;much with what's planned for later releases -- ok, so we won't be able
&lt;br&gt;to help talking about our plans for the future ;)
&lt;br&gt;&lt;br&gt;Register if you can (helps us a lot with planning):
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://farcrydevcamp.eventbrite.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://farcrydevcamp.eventbrite.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;And if you can't -- not to worry, just drop in on the day. &amp;nbsp;The venue
&lt;br&gt;has plenty of space.
&lt;br&gt;&lt;br&gt;Hope to see you all there,
&lt;br&gt;&lt;br&gt;-- geoff
&lt;br&gt;&lt;a href=&quot;http://www.daemon.com.au/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.daemon.com.au/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message cos you are subscribed to &amp;quot;farcry-dev&amp;quot; Google group.
&lt;br&gt;To post, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26227935&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe, email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26227935&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;farcry-dev+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options: &lt;a href=&quot;http://groups.google.com/group/farcry-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/farcry-dev&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/farcry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/farcry&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/FarCry---Dev-f633.html&quot; embed=&quot;fixTarget[633]&quot; target=&quot;_top&quot; &gt;FarCry - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FarCry-DevCamp-is-on-like-Donkey-Kong%21-%2811-Nov-09%29-tp25804827s621p26227935.html" />
</entry>

</feed>
