<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Unknown column 'isadmin' in 'where clause]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4037.xml" />
	<updated>2012-10-20T14:26:17Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4037-unknown-column-isadmin-in-where-clause.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Unknown column 'isadmin' in 'where clause]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18734.html#p18734" />
			<content type="html"><![CDATA[<p>Hi Geronimo, maekus.feilen,</p><p>it&#039;s mentioned in upgrade tutorial of iredmail:<br /><a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.1-0.8.2">http://iredmail.org/wiki/index.php?titl … .8.1-0.8.2</a></p><p>Please fix it by following above tutorial, it creates 3 addition columns and necessary indexes.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-20T14:26:17Z</updated>
			<id>http://www.iredmail.org/forum/post18734.html#p18734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unknown column 'isadmin' in 'where clause]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18711.html#p18711" />
			<content type="html"><![CDATA[<p>Hi Geronimo,</p><p>I faced the same problem updating iredadmin 0.1.8 -&gt; 0.2</p><p>The reason is that there are fields missing in the database. </p><p>You may execute the following MySQL-Statements on your &#039;vmail&#039; -Database on Table mailbox:<br /></p><div class="codebox"><pre><code>ALTER TABLE `mailbox` ADD `isadmin` TINYINT( 1 ) NOT NULL AFTER `username` ;
ALTER TABLE `mailbox` ADD `isglobaladmin` TINYINT( 1 ) NOT NULL AFTER `isadmin` ;</code></pre></div><p>You will notice, that the admin user list will be extended by a global admin column.<br />That should do the trick - even it is a quite dirty one.</p><p>The real question here is: Why are (global)admin flags written into table mailbox instead of admin. My wild guess is that it either is grown stuff or it is part of the licence stuff removing the pro functions. Besides that - great job guys. <img src="http://www.iredmail.org/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Hope it helps anyone.</p>]]></content>
			<author>
				<name><![CDATA[markus.feilen]]></name>
				<uri>http://www.iredmail.org/forum/user32108.html</uri>
			</author>
			<updated>2012-10-20T03:37:24Z</updated>
			<id>http://www.iredmail.org/forum/post18711.html#p18711</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Unknown column 'isadmin' in 'where clause]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18682.html#p18682" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: v1.5.1<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL<br />- Linux/BSD distribution name and version: Debian 6<br />- Related log if you&#039;re reporting an issue: <br />==== <br />Hello,<br />I have encountered an error massage after upgrading my iRedMail Pro from v1.5.0 to v1.5.1. This is the error message &quot;Error: (1054, &quot;Unknown column &#039;isadmin&#039; in &#039;where clause&#039;&quot;)&quot; when I clicking Admin link in the Dashboard how to resolve this error message?<br />Thanks</p>]]></content>
			<author>
				<name><![CDATA[geronimo.junix]]></name>
				<uri>http://www.iredmail.org/forum/user32096.html</uri>
			</author>
			<updated>2012-10-18T04:14:54Z</updated>
			<id>http://www.iredmail.org/forum/post18682.html#p18682</id>
		</entry>
</feed>
