﻿<?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>Jonathan López &#187; Horde</title>
	<atom:link href="http://preocupao.net/tag/horde/feed/" rel="self" type="application/rss+xml" />
	<link>http://preocupao.net</link>
	<description>Internet y software libre</description>
	<lastBuildDate>Thu, 09 Dec 2010 23:28:53 +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>Horde in cPanel send empty attachments</title>
		<link>http://preocupao.net/horde-in-cpanel-send-empty-attachments/</link>
		<comments>http://preocupao.net/horde-in-cpanel-send-empty-attachments/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:01:31 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Horde]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=22</guid>
		<description><![CDATA[Horde is sending attachments with size of 0 bytes A problem related with the cpanel-horde user quota. The fix, edit the quota for the user cpanel-horde: edquota cpanel-horde Change the soft and hard value for anything above the actual quota. &#8230; <a href="http://preocupao.net/horde-in-cpanel-send-empty-attachments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Horde is sending attachments with size of 0 bytes</p>
<p>A problem related with the cpanel-horde user quota. The fix, edit the quota for the user cpanel-horde:</p>
<p><code>edquota cpanel-horde</code></p>
<p>Change the <em>soft</em> and <em>hard</em> value for anything above the actual quota.</p>
<p><code>Disk quotas for user cpanel-horde (uid 32008):<br />
  Filesystem                   blocks       soft       hard     inodes     soft     hard<br />
  /dev/hda5                    154116    1536000    1536000        432        0        0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/horde-in-cpanel-send-empty-attachments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not connect to database for SQL SessionHandler</title>
		<link>http://preocupao.net/could-not-connect-to-database-for-sql-sessionhandler/</link>
		<comments>http://preocupao.net/could-not-connect-to-database-for-sql-sessionhandler/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 21:00:57 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Horde]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=16</guid>
		<description><![CDATA[When you try to login in Horde you see this error: A fatal error has occurred Could not connect to database for SQL SessionHandler. Details have been logged for the administrator. There are some different reasons that causes this error. &#8230; <a href="http://preocupao.net/could-not-connect-to-database-for-sql-sessionhandler/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you try to login in Horde you see this error:</p>
<p>A fatal error has occurred<br />
Could not connect to database for SQL SessionHandler.<br />
Details have been logged for the administrator.</p>
<p>There are some different reasons that causes this error. This is a checklist to solve the problem.</p>
<p><span id="more-16"></span><br />
First, check the <em>/etc/my.cnf</em> and remove <em>skip-innodb</em> if its in there.</p>
<p>Second, repair Horde database</p>
<p><code>mysqlcheck --auto-repair horde</code></p>
<p>Third, enter mysql and check what socket file is using mysql:</p>
<p><code># mysql<br />
mysql> show variables like 'socket';</code></p>
<p>You must see something like this:</p>
<p><code>socket        /var/lib/mysql/mysql.sock</code></p>
<p>Edit the config file:</p>
<p><code>vi /usr/local/cpanel/base/horde/config/conf.php</code></p>
<p>Change the following two lines from:</p>
<p><code>$conf['sql']['hostspec'] = 'localhost';<br />
$conf['sessionhandler']['params']['hostspec'] = 'localhost';</code></p>
<p>to:</p>
<p><code>$conf['sql']['hostspec'] = 'localhost:/var/lib/mysql/mysql.sock';<br />
$conf['sessionhandler']['params']['hostspec'] = 'localhost:/var/lib/mysql/mysql.sock';</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/could-not-connect-to-database-for-sql-sessionhandler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Horde error</title>
		<link>http://preocupao.net/horde-error/</link>
		<comments>http://preocupao.net/horde-error/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 21:52:20 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Horde]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/horde-error/</guid>
		<description><![CDATA[There is a bug after updating cPanel, when you try to login in Horde you see this error: Warning: NLS::include_once(/usr/local/cpanel/base/horde/config/nls.php) [function.NLS-include-once]: failed to open stream: Permission denied in /usr/local/cpanel/base/horde/lib/Horde/NLS.php on line 91 The steps to solve this problem: chattr -i &#8230; <a href="http://preocupao.net/horde-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a bug after updating cPanel, when you try to login in Horde you see this error:</p>
<p>Warning: NLS::include_once(/usr/local/cpanel/base/horde/config/nls.php) [function.NLS-include-once]: failed to open stream: Permission denied in /usr/local/cpanel/base/horde/lib/Horde/NLS.php on line 91</p>
<p>The steps to solve this problem:</p>
<p><code>chattr -i /usr/local/cpanel/base/horde/config/nls.php<br />
chattr -i /usr/local/cpanel/base/horde/config/prefs.php<br />
chattr -i /usr/local/cpanel/base/horde/imp/config/conf.php<br />
chattr -i /usr/local/cpanel/base/horde/imp/config/conf.xml<br />
/usr/local/cpanel/bin/update-horde --force<br />
rm -f /etc/vmail/*<br />
/scripts/updateuserdomains</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/horde-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

