<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: activeCollab 1.1 beta 4</title>
  <link>http://www.activecollab.com/forums/topic/2677/</link>
  <description>Recent posts on topic: activeCollab 1.1 beta 4</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 19 Jul 2008 02:17:28 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/12671/#post12671</link>
    <guid>http://www.activecollab.com/forums/post/12671/#post12671</guid>
    <title>Post #24 by Goran Radulović</title>
    <dc:creator>Goran Radulović</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote>My description area highlights red (as an empty required field) despite there being text/content written - - however the form does successfully submit.</blockquote></div><br />
<br />
Yes you're right. This problem is fixed now. Next activeCollab 1.1 build will have this problem fixed.<br />
</p>]]></description>
    <pubDate>Wed, 07 May 2008 08:12:26 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12622/#post12622</link>
    <guid>http://www.activecollab.com/forums/post/12622/#post12622</guid>
    <title>Post #23 by Goran Radulović</title>
    <dc:creator>Goran Radulović</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote>In IE6 and Safari 3.1 I'm still getting the error for the submit page:<br />
<br />
Fatal error: Call to a member function getId() on a non-object in /my-domain-path.com/activecollab/application/modules/system/models/UserConfigOptions.class.php on line 19</blockquote></div> Changes i've made will be visible in next build of activeCollab 1.1<br />
<br />
<div class="postQuote"><blockquote>My description area highlights red (as an empty required field) despite there being text/content written - - however the form does successfully submit.</blockquote></div> I will look into it. Thanks for the report.<br />
</p>]]></description>
    <pubDate>Sat, 03 May 2008 10:46:52 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12620/#post12620</link>
    <guid>http://www.activecollab.com/forums/post/12620/#post12620</guid>
    <title>Post #22 by Leon</title>
    <dc:creator>Leon</dc:creator>
    <description><![CDATA[<p>Thanks Goran - your fix has made the captcha image display in FF2, but it seems a little buggy still. My description area highlights red (as an empty required field) despite there being text/content written - - however the form does successfully submit.<br />
<br />
In IE6 and Safari 3.1 I'm still getting the error for the submit page:<br />
<br />
Fatal error: Call to a member function getId() on a non-object in /my-domain-path.com/activecollab/application/modules/system/models/UserConfigOptions.class.php on line 19</p>]]></description>
    <pubDate>Sat, 03 May 2008 10:38:28 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12619/#post12619</link>
    <guid>http://www.activecollab.com/forums/post/12619/#post12619</guid>
    <title>Post #21 by Goran Radulović</title>
    <dc:creator>Goran Radulović</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Leon:</div>Am i the only one with a public submit form that dosen't work?? hmmm..<br />
<br />
Also - Goran, the width of 'dl.details_list dt' class needs to be slightly wider - about 86px - as the 'Phone Number' text is wrapping under people details and causes miss-alignment. But I think this has already been mentioned so you're probably aware of it.</blockquote></div><br />
<br />
Yes we were aware of this, so we changed it, and this change will be visible in next activeCollab build.<br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">Leon:</div> PS - nice work with the design and styling for the blank screen explanation pages. looks great and much more helpful.</blockquote></div><br />
Thank you.</p>]]></description>
    <pubDate>Sat, 03 May 2008 08:37:32 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12618/#post12618</link>
    <guid>http://www.activecollab.com/forums/post/12618/#post12618</guid>
    <title>Post #20 by Goran Radulović</title>
    <dc:creator>Goran Radulović</dc:creator>
    <description><![CDATA[<p>For all of you who are using htaccess patch as instructed on this page<br />
<br />
<a href="http://www.activecollab.com/support/index.php?pg=kb.page&amp;id=26" target="_blank" rel="nofollow">http://www.activecollab.com/support/index.php?pg=kb.page&amp;id=26</a><br />
<br />
try adding <br />
<pre name="code" class="html">RewriteRule ^captcha.php$ public/captcha.php [L]</pre><br />
<br />
before <br />
<pre name="code" class="html">RewriteRule ^$ public/index.php [L]</pre><br />
<br />
to your htaccess file, so it should look like this one<br />
<br />
<pre name="code" class="html">
Options -Indexes
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^projects_icons/(.*)$ public/projects_icons/$1 [L]
RewriteRule ^avatars/(.*)$ public/avatars/$1 [L]
RewriteRule ^logos/(.*)$ public/logos/$1 [L]
RewriteRule ^thumb.php$ public/thumb.php [L]
RewriteRule ^captcha.php$ public/captcha.php [L]
RewriteRule ^$ public/index.php [L]
RewriteRule ^(.*) public/index.php?path_info=$1 [L]
&lt;/IfModule&gt; 
</pre><br />
<br />
This should fix captcha problems</p>]]></description>
    <pubDate>Sat, 03 May 2008 08:18:23 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12617/#post12617</link>
    <guid>http://www.activecollab.com/forums/post/12617/#post12617</guid>
    <title>Post #19 by Goran Radulović</title>
    <dc:creator>Goran Radulović</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Leon:</div>Ilija, you've got mail.<br />
<br />
some notes: I found that in FF2 the page loads except captcha image, but in Safari 3.1 and ie I get this error message:<br />
<br />
Fatal error: Call to a member function getId() on a non-object in /my-domain-path.com/activecollab/application/modules/system/models/UserConfigOptions.class.php on line 19<br />
</blockquote></div><br />
<br />
Leon, that error report you gave, regarding problems in safari and ie, helped us a lot. Fatal error in those browsers is fixed now. Thanks again.<br />
<br />
I think i know what is the problem with captcha, but first i need to consult with ilija.<br />
</p>]]></description>
    <pubDate>Sat, 03 May 2008 08:04:21 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12616/#post12616</link>
    <guid>http://www.activecollab.com/forums/post/12616/#post12616</guid>
    <title>Post #18 by Oliver Maksimović</title>
    <dc:creator>Oliver Maksimović</dc:creator>
    <description><![CDATA[<p>You can download the archive from the Licenses section at your activeCollab.com profile, it is listed as &quot;Additional download: activecollab corporate/smallbiz beta 1.1&quot;.</p>]]></description>
    <pubDate>Sat, 03 May 2008 05:24:42 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12615/#post12615</link>
    <guid>http://www.activecollab.com/forums/post/12615/#post12615</guid>
    <title>Post #17 by emiliano.bicocchi</title>
    <dc:creator>emiliano.bicocchi</dc:creator>
    <description><![CDATA[<p>Where can i find the files to upload 1.1beta 3 to 1.1 beta 4<br />
<br />
Thanks</p>]]></description>
    <pubDate>Sat, 03 May 2008 05:16:09 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12607/#post12607</link>
    <guid>http://www.activecollab.com/forums/post/12607/#post12607</guid>
    <title>Post #16 by Leon</title>
    <dc:creator>Leon</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Ilija Studen:</div> If any of you who has problems with CAPTCHA image not being displayed can give us FTP access it would really help us a lot. We failed to reproduce this problem on all of our development machines... Please write at support@a51dev.com.</blockquote></div><br />
<br />
Ilija, you've got mail.<br />
<br />
some notes: I found that in FF2 the page loads except captcha image, but in Safari 3.1 and ie I get this error message:<br />
<br />
Fatal error: Call to a member function getId() on a non-object in /my-domain-path.com/activecollab/application/modules/system/models/UserConfigOptions.class.php on line 19<br />
<br />
<br />
<br />
</p>]]></description>
    <pubDate>Fri, 02 May 2008 09:35:14 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12605/#post12605</link>
    <guid>http://www.activecollab.com/forums/post/12605/#post12605</guid>
    <title>Post #15 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Bender:</div>Hi Leon,<br />
<br />
yes, I have the same problem. See here in action http://tinyurl.com/5x49dh<br />
<br />
What´s up?</blockquote></div><br />
<br />
This problem is more serious that the previous reports (CAPTCHA is just not showing up). You should turn on debugging as explained in <a href="http://www.activecollab.com/support/index.php?pg=kb.page&amp;id=50" target="_blank" rel="nofollow">this article</a> to see what is wrong.<br />
<br />
If any of you who has problems with CAPTCHA image not being displayed can give us FTP access it would really help us a lot. We failed to reproduce this problem on all of our development machines... Please write at support@a51dev.com.</p>]]></description>
    <pubDate>Fri, 02 May 2008 08:46:33 CDT</pubDate>
  </item>
</channel>
</rss>