<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Corporate v1.1 to 1.1.2</title>
  <link>http://www.activecollab.com/forums/topic/2877/</link>
  <description>Recent posts on topic: Corporate v1.1 to 1.1.2</description>
  <dc:language>en-us</dc:language>
  <pubDate>Tue, 02 Dec 2008 18:51:50 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/13499/#post13499</link>
    <guid>http://www.activecollab.com/forums/post/13499/#post13499</guid>
    <title>Post #6 by designica</title>
    <dc:creator>designica</dc:creator>
    <description><![CDATA[<p>Sorry for the delay.<br />
<br />
Changing the SQL mode did fix the issue for me.<br />
<br />
I manualy edited the MYSQL config file (my.ini) and added:<br />
sql-mode=&quot;MYSQL40&quot;<br />
<br />
I restarted the MySQL windows service and that was it.<br />
<br />
Thank you</p>]]></description>
    <pubDate>Wed, 18 Jun 2008 20:40:56 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13493/#post13493</link>
    <guid>http://www.activecollab.com/forums/post/13493/#post13493</guid>
    <title>Post #5 by IDEO</title>
    <dc:creator>IDEO</dc:creator>
    <description><![CDATA[<p>I verified that the mode had changed and restarted MySQL.  I'll reboot the whole server and see if that fixes it. Thanks</p>]]></description>
    <pubDate>Tue, 17 Jun 2008 15:24:53 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13491/#post13491</link>
    <guid>http://www.activecollab.com/forums/post/13491/#post13491</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Have you restarted MySQL? Simply changing the setting does not affect running server. In the linked article there are instructions how to verify that you successfully changed the mode.</p>]]></description>
    <pubDate>Tue, 17 Jun 2008 14:56:12 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13490/#post13490</link>
    <guid>http://www.activecollab.com/forums/post/13490/#post13490</guid>
    <title>Post #3 by IDEO</title>
    <dc:creator>IDEO</dc:creator>
    <description><![CDATA[<p>Hey,<br />
I'm having the same problem trying to upgrade.  I changed the MySQL strict mode as suggested but got the same error when I tried to run the upgrade again.  Do you have any other suggestions on how to fix or get around this problem?<br />
<br />
thanks</p>]]></description>
    <pubDate>Tue, 17 Jun 2008 14:40:14 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13453/#post13453</link>
    <guid>http://www.activecollab.com/forums/post/13453/#post13453</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>This error can be triggered if you are running activeCollab on MySQL in Strict SQL mode. You can find more information about this and how to turn it off here: <a href="http://www.activecollab.com/support/index.php?pg=kb.page&amp;id=18" target="_blank" rel="nofollow">MySQL 5 Strict Mode Issues</a>. Please let me know if this helps.</p>]]></description>
    <pubDate>Fri, 13 Jun 2008 01:14:02 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13452/#post13452</link>
    <guid>http://www.activecollab.com/forums/post/13452/#post13452</guid>
    <title>Post #1 by designica</title>
    <dc:creator>designica</dc:creator>
    <description><![CDATA[<p>I get the following error when trying to run the upgrade script<br />
<br />
<pre name="code" class="html">Query failed with message 'Data truncated for column 'user_filter' at row 1' 
Error params: 
File: NULL  
Line: NULL  
Sql: alter table `acx_time_reports` change column `user_filter` `user_filter` enum('anybody', 'logged_user', 'company', 'selected') not null default 'anybody' after `is_default`  
Error number: 1265  
Error message: Data truncated for column 'user_filter' at row 1  
Backtrace: 
#0  Error-&gt;__construct(Query failed with message 'Data truncated for column 'user_filter' at row 1', 1) called at [C:\server\www\collab\angie\classes\errors\DBQueryError.class.php:57]
#1  DBQueryError-&gt;__construct(alter table `acx_time_reports` change column `user_filter` `user_filter` enum('anybody', 'logged_user', 'company', 'selected') not null default 'anybody' after `is_default`, 1265, Data truncated for column 'user_filter' at row 1) called at [C:\server\www\collab\angie\classes\database\DBConnection.class.php:240]
#2  DBConnection-&gt;prepareAndExecute(alter table `acx_time_reports` change column `user_filter` `user_filter` enum('anybody', 'logged_user', 'company', 'selected') not null default 'anybody' after `is_default`, ) called at [C:\server\www\collab\angie\classes\database\DBConnection.class.php:90]
#3  DBConnection-&gt;execute(alter table `acx_time_reports` change column `user_filter` `user_filter` enum('anybody', 'logged_user', 'company', 'selected') not null default 'anybody' after `is_default`) called at [C:\server\www\collab\public\upgrade\scripts\Upgrade_2.class.php:53]
#4  Upgrade_2-&gt;updateExistingTables() called at [C:\server\www\collab\public\upgrade\execute.php:63]
 
Autoglobal varibles: 
$_GET: empty  
$_POST: array(3) {
  [&quot;what&quot;]=&gt;
  string(12) &quot;execute_step&quot;
  [&quot;group&quot;]=&gt;
  string(9) &quot;1.1-1.1.2&quot;
  [&quot;step&quot;]=&gt;
  string(20) &quot;updateExistingTables&quot;
}
 
$_COOKIE: array(3) {
  [&quot;__utma&quot;]=&gt;
  string(64) &quot;265406158.1014781309204401000.1211478524.1211478524.1211478524.1&quot;
  [&quot;__utmz&quot;]=&gt;
  string(70) &quot;265406158.1211478524.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)&quot;
  [&quot;PHPSESSID&quot;]=&gt;
  string(26) &quot;1iim6nva6pp9aum30n2e0fhu65&quot;
}
 
$_SESSION: array(2) {
  [&quot;project_object_views&quot;]=&gt;
  array(0) {
  }
  [&quot;ActiveCollab_sid&quot;]=&gt;
  string(36) &quot;JYzoGE3ehXzHedD0.20312800-1213317645&quot;</pre><br />
</p>]]></description>
    <pubDate>Thu, 12 Jun 2008 19:49:26 CDT</pubDate>
  </item>
</channel>
</rss>