<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>KBPublisher Forums &#187; Topic: Error upgrade 2.1 to 3.2.</title>
<link>http://kbpublisher.com/forums/</link>
<description>KBPublisher Forums &#187; Topic: Error upgrade 2.1 to 3.2.</description>
<language>en</language>
<pubDate>Thu, 09 Feb 2012 16:37:28 +0000</pubDate>

<item>
<title>onesign on "Error upgrade 2.1 to 3.2."</title>
<link>http://kbpublisher.com/forums/topic.php?id=9#post-43</link>
<pubDate>Sat, 22 Mar 2008 16:51:40 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">43@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;If you do it manually you have to replace kbp_ prefix to s_
&#60;/p&#62;</description>
</item>
<item>
<title>pcsystemd on "Error upgrade 2.1 to 3.2."</title>
<link>http://kbpublisher.com/forums/topic.php?id=9#post-38</link>
<pubDate>Fri, 21 Mar 2008 14:37:46 +0000</pubDate>
<dc:creator>pcsystemd</dc:creator>
<guid isPermaLink="false">38@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;When update sql file kb/setup/db/upgrade_20_to_30.sql, I have this error message :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pcsystemd.free.fr/images/forums/error.PNG&#34; rel=&#34;nofollow&#34;&#62;http://pcsystemd.free.fr/images/forums/error.PNG&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Here is my current database:&#60;/p&#62;
&#60;p&#62;knowledgebase  &#60;/p&#62;
&#60;p&#62;  s_data_to_user_rule&#60;br /&#62;
  s_data_to_user_value&#60;br /&#62;
  s_feedback&#60;br /&#62;
  s_file_category&#60;br /&#62;
  s_file_entry&#60;br /&#62;
  s_file_entry_to_category&#60;br /&#62;
  s_kb_attachment_to_entry&#60;br /&#62;
  s_kb_category&#60;br /&#62;
  s_kb_comment&#60;br /&#62;
  s_kb_entry&#60;br /&#62;
  s_kb_entry_to_category&#60;br /&#62;
  s_kb_glossary&#60;br /&#62;
  s_kb_rating&#60;br /&#62;
  s_kb_related_to_entry&#60;br /&#62;
  s_letter_template&#60;br /&#62;
  s_member&#60;br /&#62;
  s_priv&#60;br /&#62;
  s_priv_module&#60;br /&#62;
  s_priv_name&#60;br /&#62;
  s_priv_rule&#60;br /&#62;
  s_role&#60;br /&#62;
  s_setting&#60;br /&#62;
  s_setting_input&#60;br /&#62;
  s_setting_to_value&#60;br /&#62;
  s_user&#60;/p&#62;
&#60;p&#62;Have you got an idea? &#60;/p&#62;
&#60;p&#62;Thank you for your help
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Error upgrade 2.1 to 3.2."</title>
<link>http://kbpublisher.com/forums/topic.php?id=9#post-35</link>
<pubDate>Fri, 21 Mar 2008 12:56:05 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">35@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;In table s_priv add index with name &#34;user&#34; or update sql file kb/setup/db/upgrade_20_to_30.sql&#60;br /&#62;
from:&#60;br /&#62;
ALTER TABLE &#60;code&#62;kbp_priv&#60;/code&#62; DROP INDEX &#60;code&#62;user&#60;/code&#62;,&#60;br /&#62;
                     DROP &#60;code&#62;id&#60;/code&#62;,&#60;br /&#62;
o ADD PRIMARY KEY (&#60;code&#62;user_id&#60;/code&#62; , &#60;code&#62;priv_name_id&#60;/code&#62;);&#60;/p&#62;
&#60;p&#62;to:&#60;br /&#62;
ALTER TABLE &#60;code&#62;kbp_priv&#60;/code&#62; DROP &#60;code&#62;id&#60;/code&#62;, ADD PRIMARY KEY (&#60;code&#62;user_id&#60;/code&#62; , &#60;code&#62;priv_name_id&#60;/code&#62;);
&#60;/p&#62;</description>
</item>
<item>
<title>pcsystemd on "Error upgrade 2.1 to 3.2."</title>
<link>http://kbpublisher.com/forums/topic.php?id=9#post-32</link>
<pubDate>Fri, 21 Mar 2008 12:25:29 +0000</pubDate>
<dc:creator>pcsystemd</dc:creator>
<guid isPermaLink="false">32@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Sorry but I do not understand what you ask me. In my table s_user I recordings. &#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Error upgrade 2.1 to 3.2."</title>
<link>http://kbpublisher.com/forums/topic.php?id=9#post-31</link>
<pubDate>Fri, 21 Mar 2008 11:23:26 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">31@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Looks like you do not have &#34;user&#34; index.&#60;br /&#62;
Try to add this index to user table or update sql file at kb/setup/db/ directory.&#60;br /&#62;
You need to have clean database (not affected by previous upgrade process) to start over.
&#60;/p&#62;</description>
</item>
<item>
<title>pcsystemd on "Error upgrade 2.1 to 3.2."</title>
<link>http://kbpublisher.com/forums/topic.php?id=9#post-30</link>
<pubDate>Fri, 21 Mar 2008 09:31:15 +0000</pubDate>
<dc:creator>pcsystemd</dc:creator>
<guid isPermaLink="false">30@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I wish to make an update to version 2.1 to version 3.2, but I receive an error and I do not know what to do. I attach the picture that shows the error. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pcsystemd.free.fr/images/forums/kb.PNG&#34; rel=&#34;nofollow&#34;&#62;http://pcsystemd.free.fr/images/forums/kb.PNG&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>

</channel>
</rss>

