<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Known issuses</title>
  <link>http://www.activecollab.com/forums/topic/29/</link>
  <description>Recent posts on topic: Known issuses</description>
  <dc:language>en-us</dc:language>
  <pubDate>Tue, 02 Dec 2008 19:00:18 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/436/#post436</link>
    <guid>http://www.activecollab.com/forums/post/436/#post436</guid>
    <title>Post #6 by jflint</title>
    <dc:creator>jflint</dc:creator>
    <description><![CDATA[<p>@Ilija<br />
<br />
If you want me to run a test installer since I am installing on WAMP5, let me know: jflint_at_gmail_dot_com</p>]]></description>
    <pubDate>Sun, 09 Jul 2006 21:49:53 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/287/#post287</link>
    <guid>http://www.activecollab.com/forums/post/287/#post287</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Its OK to have it that way. 0 should be the default value... <br />
<br />
I've fixed most of the installer issues but I need to test it just a little bit and repack the archive so it will be available for download. After this most of the installation should go like 1, 2, 3, 4, done.</p>]]></description>
    <pubDate>Sat, 08 Jul 2006 17:09:03 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/285/#post285</link>
    <guid>http://www.activecollab.com/forums/post/285/#post285</guid>
    <title>Post #4 by elbows</title>
    <dc:creator>elbows</dc:creator>
    <description><![CDATA[<p>To get round issue 2 with mysql5, I just changed the mysql_schema.php so that the client_of_id field in companies table is default '0', before going through the installation process.<br />
<br />
so line 19 of that file now reads:<br />
`client_of_id` smallint(5) unsigned NOT NULL default '0',<br />
<br />
Installation then goes smoothly for me. I dont know if its a bad idea to leave the client_of_id field having a default value of 0, can always change the table structure back after sucessful install.</p>]]></description>
    <pubDate>Sat, 08 Jul 2006 16:57:51 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/193/#post193</link>
    <guid>http://www.activecollab.com/forums/post/193/#post193</guid>
    <title>Post #3 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>You can use MD5 Encryptor service to get sha1 hash from your password:<br />
<br />
<a href="http://www.md5encryption.com/?mod=encrypt" target="_blank" rel="nofollow">http://www.md5encryption.com/?mod=encrypt</a></p>]]></description>
    <pubDate>Sat, 08 Jul 2006 00:31:03 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/180/#post180</link>
    <guid>http://www.activecollab.com/forums/post/180/#post180</guid>
    <title>Post #2 by bondo</title>
    <dc:creator>bondo</dc:creator>
    <description><![CDATA[<p>Just with regard to the second issue - I was able to work around this problem by doing the following:<br />
<br />
Manually insert a record into table ac_companies - be sure to set both date fields or you'll get an error after first login<br />
<br />
Manually insert a user into table ac_users - you'll need to encrypt the password using sha1, use the following code and paste the encrypted password into the ac_users password field.  dont forget to make the user an admin.<br />
<br />
&lt;?php<br />
	$administrator_password = &quot;yourpassword&quot;;<br />
	$encrypted_password = sha1($administrator_password);<br />
	echo &quot;$administrator_password &lt;br&gt;&quot;;<br />
	echo &quot;$encrypted_password&quot;;<br />
?&gt;<br />
<br />
Once these tasks are done the site loads fine and is functional.</p>]]></description>
    <pubDate>Fri, 07 Jul 2006 23:59:00 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/93/#post93</link>
    <guid>http://www.activecollab.com/forums/post/93/#post93</guid>
    <title>Post #1 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><b>1. You run the installer but there is just a page construciton, no content.</b><br />
<br />
short_open_tags PHP option is set to off. Solution:<br />
<br />
- open php.ini, find short_open_tags and set it to On<br />
- find and replace &lt;?= with &lt;?php echo in /application/views/ and /install/installation/templates<br />
<br />
[color=blue]Fixed in 0.6[/color]<br />
<br />
<b>2. Failed to create owner company. MySQL said: Field 'client_of_id' doesn't have a default value</b><br />
<br />
You are using MySQL5. This issue will be addressed soon. For quick fix check out post <a href="http://forum.activecollab.com/viewtopic.php?pid=285#p285" target="_blank" rel="nofollow">#4</a> in this topic.<br />
<br />
[color=blue]Fixed in 0.6[/color]<br />
<br />
<b>3. I get &quot;Notice: Undefined index: REQUEST_URI in C:\Inetpub\activeCollab\init.php on line 39&quot;</b><br />
<br />
Open init.php and on line 39 change the condition so it looks like this:<br />
<br />
<pre name="code" class="html">if(!isset($_SERVER['REQUEST_URI']) || trim($_SERVER['REQUEST_URI']) == '') {</pre><br />
[color=blue]Fixed in 0.6[/color]</p>]]></description>
    <pubDate>Fri, 07 Jul 2006 15:43:16 CDT</pubDate>
  </item>
</channel>
</rss>