<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Internal server error]]></title>
		<link>http://www.iredmail.org/forum/topic4019-internal-server-error.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4019.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Internal server error.]]></description>
		<lastBuildDate>Mon, 15 Oct 2012 02:39:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Internal server error]]></title>
			<link>http://www.iredmail.org/forum/post18624.html#p18624</link>
			<description><![CDATA[<p>I cannot find the root cause with this HTML file. sorry.<br />i guess you don&#039;t have correct Policyd settings in your iRedAdmin config file, settings.ini. Could you verify them again?</p><p>Policyd settings in settings.ini looks like below:<br /></p><div class="codebox"><pre><code>[policyd]
enabled = True
host = 127.0.0.1
port = 3306
db = policyd
user = policyd
passwd = passwd</code></pre></div><p>Please make sure you have correct SQL related settings. e.g. username, password.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 15 Oct 2012 02:39:29 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18624.html#p18624</guid>
		</item>
		<item>
			<title><![CDATA[Re: Internal server error]]></title>
			<link>http://www.iredmail.org/forum/post18614.html#p18614</link>
			<description><![CDATA[<p>I cannot reproduce this issue. Could you please try below step to help troubleshoot:</p><p>- Open iRedAdmin-Pro config file, /usr/share/apache2/iredadmin/settings.ini.<br />- Update parameter &quot;webmaster =&quot; with your email address. For example:<br /></p><div class="codebox"><pre><code>webmaster = user@domain.com</code></pre></div><p>- Update parameter &quot;mail_error_to_webmaster =&quot; to True:<br /></p><div class="codebox"><pre><code>mail_error_to_webmaster = True</code></pre></div><p>- Restart Apache web server.<br />- Re-perform the operations which raises &quot;internal server error&quot;. iRedAdmin will mail you a HTML file with detailed message about this error.<br />- Forward this email (with HTML file) to &quot;support @iredmail.org&quot;. I will check it and let you know why it happened.</p><p>You can update &quot;mail_error_to_webmaster =&quot; to False after you got the HTML file, and restart Apache.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 14 Oct 2012 14:34:42 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18614.html#p18614</guid>
		</item>
		<item>
			<title><![CDATA[Internal server error]]></title>
			<link>http://www.iredmail.org/forum/post18603.html#p18603</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: iRedMail-0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL<br />- Linux/BSD distribution name and version: Ubuntu Server 12.04 <br />- Related log if you&#039;re reporting an issue: /var/log/apache2/error.log<br />==== </p><p>Hi,</p><p>I&#039;ve just installed the latest version of iRedMail (0.8.3) and iRedAdmin-Pro-MySQL (1.5.1) in a clean installation of Ubuntu 12.04.<br />When I try edit a domain profile, I get this error:<br />&#039;internal server error&#039;</p><p>and Apache error log shows these lines:</p><p>[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100] Traceback (most recent call last):<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 242, in process<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return self.handle()<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 233, in handle<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return self._delegate(fn, self.fvars, args)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 415, in _delegate<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return handle_class(cls)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 390, in handle_class<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return tocall(*args)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/controllers/decorators.py&quot;, line 11, in proxyfunc<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return func(self, *args, **kw)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/controllers/mysql/domain.py&quot;, line 142, in GET<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;throttleLib = throttle.Throttle()<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100] TypeError: __init__() should return None<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100] </p><p>How can I solve this problem?<br />Thanks in advance.</p><p>PS: The same problem when I try add a new domain</p>]]></description>
			<author><![CDATA[null@example.com (manunauta)]]></author>
			<pubDate>Sun, 14 Oct 2012 10:24:08 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18603.html#p18603</guid>
		</item>
	</channel>
</rss>
