<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer">192</assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">true</closed>
  <created-at type="datetime">2008-05-16T03:50:13+02:00</created-at>
  <creator-id type="integer">6848</creator-id>
  <milestone-due-on type="datetime" nil="true"></milestone-due-on>
  <milestone-id type="integer" nil="true"></milestone-id>
  <number type="integer">220</number>
  <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
  <priority type="integer">89</priority>
  <project-id type="integer">17958</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>resolved</state>
  <tag>edge gem will_paginate</tag>
  <title>has many :through causes &quot;Stack level too deep error&quot;</title>
  <updated-at type="datetime">2008-12-17T01:14:32+01:00</updated-at>
  <user-id type="integer">18996</user-id>
  <user-name>Roger</user-name>
  <creator-name>iamjwc (at gmail)</creator-name>
  <assigned-user-name>Mislav</assigned-user-name>
  <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
  <original-body>@@@ ruby
class Program &lt; AR::Base
  has_many :sessions, :through =&gt; :component
end

Program.find(:first).sessions # =&gt; [#&lt;Session:...&gt;, #&lt;Session:...&gt;]

Program.find(:first).sessions.first # throws SystemStackError &quot;stack level too deep&quot;
@@@

*Stack Trace*
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:92:in `method_missing_without_paginate'
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:93:in `method_missing'</original-body>
  <latest-body>@@@ ruby
class Program &lt; AR::Base
  has_many :sessions, :through =&gt; :component
end

Program.find(:first).sessions # =&gt; [#&lt;Session:...&gt;, #&lt;Session:...&gt;]

Program.find(:first).sessions.first # throws SystemStackError &quot;stack level too deep&quot;
@@@

*Stack Trace*
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:92:in `method_missing_without_paginate'
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:93:in `method_missing'</latest-body>
  <original-body-html>&lt;div&gt;&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;class Program &amp;lt; AR::Base
  has_many :sessions, :through =&amp;gt; :component
end

Program.find(:first).sessions # =&amp;gt; [#&amp;lt;Session:...&amp;gt;, #&amp;lt;Session:...&amp;gt;]

Program.find(:first).sessions.first # throws SystemStackError &amp;quot;stack level too deep&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
&lt;strong&gt;Stack Trace&lt;/strong&gt;
&lt;/p&gt;&lt;p&gt;
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:92:in `method_missing_without_paginate'
&lt;/p&gt;&lt;p&gt;
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:93:in `method_missing'
&lt;/p&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer">51</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>@@@ ruby
class Program &lt; AR::Base
  has_many :sessions, :through =&gt; :components
end

Program.find(:first).sessions # =&gt; [#&lt;Session:...&gt;, #&lt;Session:...&gt;]

Program.find(:first).sessions.first # throws SystemStackError &quot;stack level too deep&quot;
@@@

*Stack Trace*
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:92:in `method_missing_without_paginate'
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:93:in `method_missing'

*Notes*
Using Rails 2.1 RC 1</body>
      <body-html>&lt;div&gt;&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;class Program &amp;lt; AR::Base
  has_many :sessions, :through =&amp;gt; :components
end

Program.find(:first).sessions # =&amp;gt; [#&amp;lt;Session:...&amp;gt;, #&amp;lt;Session:...&amp;gt;]

Program.find(:first).sessions.first # throws SystemStackError &amp;quot;stack level too deep&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
&lt;strong&gt;Stack Trace&lt;/strong&gt;
&lt;/p&gt;&lt;p&gt;
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:92:in `method_missing_without_paginate'
&lt;/p&gt;&lt;p&gt;
RAILS_ROOT/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:93:in `method_missing'
&lt;/p&gt;&lt;p&gt;
&lt;strong&gt;Notes&lt;/strong&gt;
&lt;/p&gt;&lt;p&gt;
Using Rails 2.1 RC 1
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-05-16T03:56:56+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>new</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-05-16T03:56:56+02:00</updated-at>
      <user-id type="integer">6848</user-id>
      <user-name>iamjwc (at gmail)</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Chris Wanstrath</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Thanks for the short and complete bug report. This looks serious, I'm going to investigate. First thing I'll try to do is a failing test based on your setup.</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Thanks for the short and complete bug report. This looks serious, I'm going to investigate. First thing I'll try to do is a failing test based on your setup.
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-05-16T12:21:36+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- 
:state: new
:assigned_user: 51
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-05-16T12:21:36+02:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hi, got the same problem with acts_as_taggable_on_steroids, and it seems coming also from &quot;has_many :through&quot;.</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Hi, got the same problem with acts_as_taggable_on_steroids, and it seems coming also from &quot;has_many :through&quot;.
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-03T10:15:09+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-03T10:15:09+02:00</updated-at>
      <user-id type="integer">22063</user-id>
      <user-name>Florian Dutey</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Please try with Rails 2.1 final and &quot;mislav-will_paginate&quot; gem from http://gems.github.com

Report back the result</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Please try with Rails 2.1 final and &quot;mislav-will_paginate&quot; gem from &lt;a href=&quot;http://gems.github.com&quot;&gt;http://gems.github.com&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
Report back the result
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-03T15:05:20+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-03T15:05:20+02:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hey Mislav, i tested this out and it worked just peachy.  I &lt;a href=&quot;http://blog.smartlogicsolutions.com&quot;&gt;blogged about it here&lt;/a&gt;.</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Hey Mislav, i tested this out and it worked just peachy.  I &lt;a href=&quot;http://blog.smartlogicsolutions.com&quot;&gt;blogged about it here&lt;/a&gt;.
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-03T21:02:44+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-03T21:02:44+02:00</updated-at>
      <user-id type="integer">22126</user-id>
      <user-name>Glenn Gentzke</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>I unpacked the gem and manually copied over the contents into my projects vendor/plugin.. probably not the best way to do it but it does work for me now (Ruby 1.8.7 Rails 2.1 final on Debian)  Thanks!</body>
      <body-html>&lt;div&gt;&lt;p&gt;
I unpacked the gem and manually copied over the contents into my projects vendor/plugin.. probably not the best way to do it but it does work for me now (Ruby 1.8.7 Rails 2.1 final on Debian)  Thanks!
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-06T02:24:05+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-06T02:24:05+02:00</updated-at>
      <user-id type="integer">5600</user-id>
      <user-name>Vince Wadhwani</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hey Vince,
You could have just done this:

   script/plugin install git://github.com/mislav/will_paginate.git

But why did you have to do it? Latest &quot;mislav-will_paginate&quot; gem works fine
with Rails 2.1.

On Fri, Jun 6, 2008 at 2:24 AM, Lighthouse &lt;support@lighthouseapp.com&gt;
wrote:</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Hey Vince,
&lt;/p&gt;&lt;p&gt;
You could have just done this:
&lt;/p&gt;&lt;p&gt;
script/plugin install git://github.com/mislav/will_paginate.git
&lt;/p&gt;&lt;p&gt;
But why did you have to do it? Latest &quot;mislav-will_paginate&quot; gem works fine
&lt;/p&gt;&lt;p&gt;
with Rails 2.1.
&lt;/p&gt;&lt;p&gt;
On Fri, Jun 6, 2008 at 2:24 AM, Lighthouse 
&lt;/p&gt;&lt;p&gt;
wrote:
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-06T11:10:08+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-06T11:10:08+02:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hi Mislav,

Bah, I think I may have accidentally uninstalled the gem which would explain the errors I got and why I unpacked/copied.  Sorry.. in any case, thanks for the link to the plugin!

-Vince</body>
      <body-html>&lt;div&gt;&lt;p&gt;
Hi Mislav,
&lt;/p&gt;&lt;p&gt;
Bah, I think I may have accidentally uninstalled the gem which would explain the errors I got and why I unpacked/copied.  Sorry.. in any case, thanks for the link to the plugin!
&lt;/p&gt;&lt;p&gt;
-Vince
&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2008-06-06T19:18:21+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-06T19:18:21+02:00</updated-at>
      <user-id type="integer">5600</user-id>
      <user-name>Vince Wadhwani</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-06-11T14:13:14+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- 
:state: open
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>resolved</state>
      <tag nil="true"></tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-06-11T14:13:14+02:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Found the error  was using the validation 

  validates_associated :image_gallery, :on =&gt; :create

will send full code if you think it will track down why this is happening.</body>
      <body-html>&lt;div&gt;&lt;p&gt;Found the error was using the validation&lt;/p&gt;
&lt;p&gt;validates_associated :image_gallery, :on =&amp;gt; :create&lt;/p&gt;
&lt;p&gt;will send full code if you think it will track down why this is
happening.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-09-20T09:48:06+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- 
:tag: 
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>resolved</state>
      <tag>edge gem will_paginate</tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-09-20T09:48:07+02:00</updated-at>
      <user-id type="integer">31512</user-id>
      <user-name>FotoVerite</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hey,

Please make comments on #223.

If you could recreate the error in a **blank** Rails application with latest will_paginate, that would be very helpful. Zip the contents of the &quot;app/&quot; directory and upload it to  #223.</body>
      <body-html>&lt;div&gt;&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;Please make comments on &lt;a href=&quot;/projects/466/tickets/223&quot; title=&quot;Ticket #223&quot;&gt;#223&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you could recreate the error in a &lt;strong&gt;blank&lt;/strong&gt;
Rails application with latest will_paginate, that would be very
helpful. Zip the contents of the &quot;app/&quot; directory and upload it to
&lt;a href=&quot;/projects/466/tickets/223&quot; title=&quot;Ticket #223&quot;&gt;#223&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-09-21T14:32:17+02:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>resolved</state>
      <tag>edge gem will_paginate</tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-09-21T14:32:18+02:00</updated-at>
      <user-id type="integer">192</user-id>
      <user-name>Mislav</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">192</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>see also http://rails.lighthouseapp.com/projects/8994/tickets/774-stack-error-in-method-missing</body>
      <body-html>&lt;div&gt;&lt;p&gt;see also &lt;a href=&quot;http://rails.lighthouseapp.com/projects/8994/tickets/774-stack-error-in-method-missing&quot;&gt;
http://rails.lighthouseapp.com/p...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2008-12-17T01:14:29+01:00</created-at>
      <creator-id type="integer">6848</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">220</number>
      <permalink>has-many-through-causes-stack-level-too-deep-error</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">17958</project-id>
      <state>resolved</state>
      <tag>edge gem will_paginate</tag>
      <title>has many :through causes &quot;Stack level too deep error&quot;</title>
      <updated-at type="datetime">2008-12-17T01:14:32+01:00</updated-at>
      <user-id type="integer">18996</user-id>
      <user-name>Roger</user-name>
      <creator-name>iamjwc (at gmail)</creator-name>
      <assigned-user-name>Mislav</assigned-user-name>
      <url>http://sod.lighthouseapp.com/projects/17958/tickets/220</url>
    </version>
  </versions>
</ticket>
