<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Upgrade problem 1.30 to 1.62]]></title>
		<link>https://forum.iredmail.org/topic2443-upgrade-problem-130-to-162.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic2443.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Upgrade problem 1.30 to 1.62.]]></description>
		<lastBuildDate>Thu, 15 Sep 2011 13:44:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Upgrade problem 1.30 to 1.62]]></title>
			<link>https://forum.iredmail.org/post11490.html#p11490</link>
			<description><![CDATA[<p>Fixed moment ago: File permission of iRedAdmin-Pro is 0555 (chmod -R) settings.ini is 0400, owner is &quot;iredadmin:iredadmin&quot;.</p><p>Thanks for your feedback. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 15 Sep 2011 13:44:06 +0000</pubDate>
			<guid>https://forum.iredmail.org/post11490.html#p11490</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade problem 1.30 to 1.62]]></title>
			<link>https://forum.iredmail.org/post11484.html#p11484</link>
			<description><![CDATA[<p>Nevermind.</p><p>Sorted. It was the encrypted password which I had changed to plain text (as the comment/instruction says so). I changed it back to the encrypted password, and now it is working.</p><p>I realize I should have upgraded along the way; but the permissions in the upgrade instructions for 1.30 - 1.40 need to be revised.</p>]]></description>
			<author><![CDATA[null@example.com (wildcoast)]]></author>
			<pubDate>Thu, 15 Sep 2011 09:57:28 +0000</pubDate>
			<guid>https://forum.iredmail.org/post11484.html#p11484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade problem 1.30 to 1.62]]></title>
			<link>https://forum.iredmail.org/post11483.html#p11483</link>
			<description><![CDATA[<p>Hi,</p><p>I checked the upgrade instructions for 1.5 to 1.6x and modified the permissions slightly.</p><p>Now I&#039;m getting &quot;internal server error&quot; and the log file tells me: </p><p>OperationalError: (1045, &quot;Access denied for user &#039;iredadmin&#039;@&#039;localhost&#039; (using password: YES)&quot;)</p><p>I tested that the password is correct by logging into mysql on the command line.</p>]]></description>
			<author><![CDATA[null@example.com (wildcoast)]]></author>
			<pubDate>Thu, 15 Sep 2011 09:44:42 +0000</pubDate>
			<guid>https://forum.iredmail.org/post11483.html#p11483</guid>
		</item>
		<item>
			<title><![CDATA[Upgrade problem 1.30 to 1.62]]></title>
			<link>https://forum.iredmail.org/post11482.html#p11482</link>
			<description><![CDATA[<p>==== Provide basic information to help troubleshoot ====<br />- iRedMail version: iRedAdmin-Pro 1.3 to iRedAdmin-Pro-LDAP-1.62<br />- Linux/BSD distribution name and version: Ubuntu 10.04 LTS<br />- Any related log? Log is helpful for troubleshooting.</p><p>I followed the upgrade instructions at <a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/LDAP/1.3.0-1.4.0">http://iredmail.org/wiki/index.php?titl … .3.0-1.4.0</a></p><p>but get the following error when trying to login to iredadmin:</p><p>&quot;The server encountered an internal error or misconfiguration and was unable to complete your request....&quot;</p><p>The permissions for iredadmin.py are: -rwxr-xr-x</p><p>Apache2 error.log:</p><p>[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92] mod_wsgi (pid=5478): Target WSGI script &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039; cannot be loaded as Python module.<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92] mod_wsgi (pid=5478): Exception occurred processing WSGI script &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;.<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92] Traceback (most recent call last):<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/iredadmin.py&quot;, line 8, in &lt;module&gt;<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92]&nbsp; &nbsp; &nbsp;from libs import iredbase<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/libs/iredbase.py&quot;, line 34, in &lt;module&gt;<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92]&nbsp; &nbsp; &nbsp;webmaster = cfg.general.get(&#039;webmaster&#039;, &#039;root&#039;)<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92]&nbsp; &nbsp;File &quot;/usr/local/lib/python2.6/dist-packages/web.py-0.34-py2.6.egg/web/utils.py&quot;, line 71, in __getattr__<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92]&nbsp; &nbsp; &nbsp;raise AttributeError, k<br />[Thu Sep 15 10:42:01 2011] [error] [client 41.192.155.92] AttributeError: &#039;general&#039;</p><br /><br /><p>[Thu Sep 15 10:42:31 2011] [error] Exception KeyError: KeyError(-1220257136,) in &lt;module &#039;threading&#039; from &#039;/usr/lib/python2.6/threading.pyc&#039;&gt; ignored</p><p>====</p>]]></description>
			<author><![CDATA[null@example.com (wildcoast)]]></author>
			<pubDate>Thu, 15 Sep 2011 09:11:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/post11482.html#p11482</guid>
		</item>
	</channel>
</rss>
