<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Racker Hacker &#187; horde</title>
	<atom:link href="http://rackerhacker.com/tag/horde/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Strange error with Horde 3.1.3 and Plesk 8.1.1</title>
		<link>http://rackerhacker.com/2008/03/10/strange-error-with-horde-313-and-plesk-811/</link>
		<comments>http://rackerhacker.com/2008/03/10/strange-error-with-horde-313-and-plesk-811/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 02:49:05 +0000</pubDate>
		<dc:creator>Major Hayden</dc:creator>
				<category><![CDATA[horde]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://rackerhacker.com/2008/03/10/strange-error-with-horde-313-and-plesk-811/</guid>
		<description><![CDATA[I saw a ticket the other day where a customer received this error from Horde when trying to expand items on the left pane of the interface: Fatal error: Cannot use string offset as an array in /www/horde/lib/Horde/Block/Layout/Manager.php on line 389 It turns out that Plesk 8.1.1 bundles Horde 3.1.3 which has an occasional bug [...]<p><a href="http://rackerhacker.com/2008/03/10/strange-error-with-horde-313-and-plesk-811/">Strange error with Horde 3.1.3 and Plesk 8.1.1</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></description>
			<content:encoded><![CDATA[<p>I saw a ticket the other day where a customer received this error from Horde when trying to expand items on the left pane of the interface:</p>
<p><code>Fatal error: Cannot use string offset as an array in /www/horde/lib/Horde/Block/Layout/Manager.php on line 389</code></p>
<p>It turns out that Plesk 8.1.1 bundles Horde 3.1.3 which has an occasional bug within the interface.  Upgrading to Plesk 8.2.0 corrects the issue as Horde 3.1.4 is installed with the upgrade.</p>
<p>See <a href="http://bugs.horde.org/ticket/?id=4070">Horde's bug page</a> for more information.</p>
<p><a href="http://rackerhacker.com/2008/03/10/strange-error-with-horde-313-and-plesk-811/">Strange error with Horde 3.1.3 and Plesk 8.1.1</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rackerhacker.com/2008/03/10/strange-error-with-horde-313-and-plesk-811/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing news feeds in Horde</title>
		<link>http://rackerhacker.com/2008/01/21/removing-news-feeds-in-horde/</link>
		<comments>http://rackerhacker.com/2008/01/21/removing-news-feeds-in-horde/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 18:36:49 +0000</pubDate>
		<dc:creator>Major Hayden</dc:creator>
				<category><![CDATA[horde]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://rackerhacker.com/2008/01/21/removing-news-feeds-in-horde/</guid>
		<description><![CDATA[If you've used newer versions of Horde with Plesk, you have probably noticed the news feed that runs down the left side of the screen. Depending on the types of e-mails you receive, you may get some pretty odd news popping up on the screen. Luckily, you can remove the news feeds pretty easily. Open [...]<p><a href="http://rackerhacker.com/2008/01/21/removing-news-feeds-in-horde/">Removing news feeds in Horde</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></description>
			<content:encoded><![CDATA[<p>If you've used newer versions of Horde with Plesk, you have probably noticed the news feed that runs down the left side of the screen.  Depending on the types of e-mails you receive, you may get some pretty odd news popping up on the screen.</p>
<p>Luckily, you can remove the news feeds pretty easily.  Open the following file in your favorite text editor:</p>
<p><code>/usr/share/psa-horde/templates/portal/sidebar.inc</code></p>
<p>Once the file is open, drop down to line 102 and comment out the entire if() statement (lines 102-117).</p>
<p><strong>NOTE:</strong> If you upgrade Plesk, this change will most likely be reversed.</p>
<p><a href="http://rackerhacker.com/2008/01/21/removing-news-feeds-in-horde/">Removing news feeds in Horde</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rackerhacker.com/2008/01/21/removing-news-feeds-in-horde/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixing Horde problems in Plesk 8.1.x/8.2.x with PHP 5.2.5</title>
		<link>http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/</link>
		<comments>http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 18:33:37 +0000</pubDate>
		<dc:creator>Major Hayden</dc:creator>
				<category><![CDATA[horde]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/</guid>
		<description><![CDATA[There's a few issues with PHP 5.2.5 and the version of Horde that is bundled with Plesk 8.1.x and 8.2.x. The PHP include paths that appear in the Apache configuration generated by Plesk conflict with the PHP installation, and that causes the Horde webmail interface to segmentation fault. To fix the problem, create a file [...]<p><a href="http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/">Fixing Horde problems in Plesk 8.1.x/8.2.x with PHP 5.2.5</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></description>
			<content:encoded><![CDATA[<p>There's a few issues with PHP 5.2.5 and the version of Horde that is bundled with Plesk 8.1.x and 8.2.x.  The PHP include paths that appear in the Apache configuration generated by Plesk conflict with the PHP installation, and that causes the Horde webmail interface to segmentation fault.</p>
<p>To fix the problem, create a file called /etc/httpd/conf.d/zz050a_horde_php_workaround.conf and put the following inside it:</p>
<p><code>&lt;DirectoryMatch /usr/share/psa-horde&gt;<br />
php_admin_value include_path "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:."<br />
&lt;/DirectoryMatch&gt;</code></p>
<p>Reload the Apache configuration and your Horde installation should work properly with PHP 5.2.5.</p>
<p><em>Credit for this fix goes to Kevin M.</em></p>
<p><a href="http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/">Fixing Horde problems in Plesk 8.1.x/8.2.x with PHP 5.2.5</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

