<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Error when updating / changing an email address</title>
  <link>http://www.activecollab.com/forums/topic/34/</link>
  <description>Recent posts on topic: Error when updating / changing an email address</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 23 Nov 2008 11:36:57 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/635/#post635</link>
    <guid>http://www.activecollab.com/forums/post/635/#post635</guid>
    <title>Post #2 by shaunw</title>
    <dc:creator>shaunw</dc:creator>
    <description><![CDATA[<p>Hello Clonk I used youe walk around for the &quot;Failed to import database construction...&quot; error ... and it worked like a charm...  however i think we both forgot to run the <b>mysql_initial_data.php</b> file that loads all the options.  I ran the queries on that page and everything worked fine.<br />
<br />
* dont forget to replace all &quot; &lt;?= $table_prefix ?&gt; &quot;  with &quot; ac_ &quot;  or whatever prefix you used for the tables.<br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">mysql_initial_data.php:</div>INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (1, 'project logs per page', 'intval', '10');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (2, 'messages per page', 'intval', '5');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (3, 'max_avatar_width', 'intval', '50');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (4, 'max_avatar_height', 'intval', '50');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (5, 'max_avatar_size', 'intval', '20');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (6, 'logs per project', 'intval', '5');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (7, 'service name', 'trim', 'activeCollab');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (8, 'service email', 'trim', 'taus@ilija.biz');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (9, 'max_logo_width', 'intval', '50');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (10, 'max_logo_height', 'intval', '50');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (11, 'max_logo_size', 'intval', '20');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;config_options` (`id`, `name`, `cast_function`, `value`) VALUES (12, 'site_name', '', 'activeCollab');;<br />
<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (1, 'zip', 'archive.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (2, 'rar', 'archive.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (3, 'bz', 'archive.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (4, 'bz2', 'archive.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (5, 'gz', 'archive.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (6, 'ace', 'archive.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (7, 'mp3', 'audio.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (8, 'wma', 'audio.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (9, 'ogg', 'audio.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (10, 'doc', 'doc.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (11, 'xsl', 'doc.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (12, 'gif', 'image.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (13, 'jpg', 'image.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (14, 'jpeg', 'image.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (15, 'png', 'image.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (16, 'mov', 'mov.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (17, 'pdf', 'pdf.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (18, 'psd', 'psd.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (19, 'rm', 'rm.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (20, 'svg', 'svg.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (21, 'swf', 'swf.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (22, 'avi', 'video.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (23, 'mpeg', 'video.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (24, 'mpg', 'video.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (25, 'qt', 'mov.png');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;file_types` (`id`, `extension`, `icon`) VALUES (26, 'vob', 'video.png');;<br />
<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;im_types` (`id`, `name`, `icon`) VALUES (1, 'ICQ', 'icq.gif');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;im_types` (`id`, `name`, `icon`) VALUES (2, 'AIM', 'aim.gif');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;im_types` (`id`, `name`, `icon`) VALUES (3, 'MSN', 'msn.gif');;<br />
INSERT INTO `&lt;?= $table_prefix ?&gt;im_types` (`id`, `name`, `icon`) VALUES (4, 'Yahoo!', 'yahoo.gif');;</blockquote></div></p>]]></description>
    <pubDate>Tue, 11 Jul 2006 15:19:04 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/122/#post122</link>
    <guid>http://www.activecollab.com/forums/post/122/#post122</guid>
    <title>Post #1 by clonk</title>
    <dc:creator>clonk</dc:creator>
    <description><![CDATA[<p>On this page:<br />
<br />
http://activecollab.orajen.local/index.php?c=account&amp;a=edit_profile&amp;active_project=1<br />
<br />
When I attempt to edit my email address and hit submit I recieve this error:<br />
<br />
Warning: Invalid argument supplied for foreach() in C:\Inetpub\activeCollab\application\controllers\AccountController.class.php on line 85<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\activeCollab\application\controllers\AccountController.class.php:85) in C:\Inetpub\activeCollab\environment\functions\general.php on line 242<br />
<br />
The email address does infact update though.  email address and display name were the only 2 fields with values.  The email address was properly formed.</p>]]></description>
    <pubDate>Fri, 07 Jul 2006 21:28:58 UTC</pubDate>
  </item>
</channel>
</rss>