<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — no messages table in roundcube DB]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic3894.xml" />
	<updated>2012-09-17T02:08:44Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic3894-no-messages-table-in-roundcube-db.html</id>
		<entry>
			<title type="html"><![CDATA[Re: no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18212.html#p18212" />
			<content type="html"><![CDATA[<p>Hi Zhang,</p><p>Thanks for your hint, I checked /SQL/mysql.initial.sql of both roundcube 7.2 and 8.1 and there is only cache_messages table, it seems roundcube changed table name &quot;messages&quot; of old version to &quot;cache_messages&quot;. Thanks.</p>]]></content>
			<author>
				<name><![CDATA[pang]]></name>
				<uri>http://www.iredmail.org/forum/user31733.html</uri>
			</author>
			<updated>2012-09-17T02:08:44Z</updated>
			<id>http://www.iredmail.org/forum/post18212.html#p18212</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18182.html#p18182" />
			<content type="html"><![CDATA[<p>Could you help check /var/www/roundcubemail/SQL/mysql.initial.sql on your server, does it contains table &quot;messages&quot;?<br />iRedMail will import SQL tables in this file.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-09-13T05:35:58Z</updated>
			<id>http://www.iredmail.org/forum/post18182.html#p18182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18181.html#p18181" />
			<content type="html"><![CDATA[<p>Hi Zhang,<br />these are the tables after iredmail installation script completed successfully:<br />cache<br />cache_index<br />cache_messages<br />cache_thread<br />contactgroupmembers<br />contactgroups<br />contacts<br />dictionary<br />identities<br />searches<br />session<br />users</p><p>Is there any other table missing besides &quot;messages&quot;? what do you think, do we need to perform roundcube re-installation from the web and manually create those missing tables? Thanks.</p>]]></content>
			<author>
				<name><![CDATA[pang]]></name>
				<uri>http://www.iredmail.org/forum/user31733.html</uri>
			</author>
			<updated>2012-09-13T04:40:09Z</updated>
			<id>http://www.iredmail.org/forum/post18181.html#p18181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18172.html#p18172" />
			<content type="html"><![CDATA[<p>No idea at all, sorry. <img src="http://www.iredmail.org/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-09-12T10:55:03Z</updated>
			<id>http://www.iredmail.org/forum/post18172.html#p18172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18171.html#p18171" />
			<content type="html"><![CDATA[<p>the installation script was completed successfully without error message and there is no log under iRedMail-0.8.1 directory. <br />any idea?</p>]]></content>
			<author>
				<name><![CDATA[pang]]></name>
				<uri>http://www.iredmail.org/forum/user31733.html</uri>
			</author>
			<updated>2012-09-12T09:41:46Z</updated>
			<id>http://www.iredmail.org/forum/post18171.html#p18171</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18169.html#p18169" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>pang wrote:</cite><blockquote><p>I found there was no &quot;messages&quot; table but only &quot;cached-messages&quot; table in roundcube db after running iredmail installation script.</p></blockquote></div><p>Any error message during iRedMail installation?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-09-12T09:24:25Z</updated>
			<id>http://www.iredmail.org/forum/post18169.html#p18169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[no messages table in roundcube DB]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18163.html#p18163" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.8.1<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql<br />- Linux/BSD distribution name and version:centos6.2 <br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>Hi Zhang,</p><p>I found there was no &quot;messages&quot; table but only &quot;cached-messages&quot; table in roundcube db after running iredmail installation script.<br />When later we tired to upgrade roundcube and ran its mysql update script, it alerted some errors about no such table.</p><p>Is there possible that something missed in iredmail installation script for setting up the &quot;messages&quot; table? Thanks.</p>]]></content>
			<author>
				<name><![CDATA[pang]]></name>
				<uri>http://www.iredmail.org/forum/user31733.html</uri>
			</author>
			<updated>2012-09-12T04:30:53Z</updated>
			<id>http://www.iredmail.org/forum/post18163.html#p18163</id>
		</entry>
</feed>
