<?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>Linux Servers cPanel webhosting blog &#187; roundcube error</title>
	<atom:link href="http://www.theperfectarts.com/tag/roundcube-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +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>SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube</title>
		<link>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/</link>
		<comments>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 10:48:45 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc]]></category>
		<category><![CDATA[/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[DB Error: _doQuery: [Error message: Could not execute statement]]]></category>
		<category><![CDATA[roundcube error]]></category>
		<category><![CDATA[roundcube error logs]]></category>
		<category><![CDATA[SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] - RoundCube]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1059</guid>
		<description><![CDATA[Mostly we received following error aftre browsing RoundCube SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube As well as RoundCube error logs showing following logs [06-Oct-2008 08:34:56 -0400] DB Error: _doQuery: [Error message: Could not execute statement] [Last executed query: PREPARE MDB2_STATEMENT_mysql_8c77e0752a8db2da365c3c7a19fe8842c84663aa7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, [...]]]></description>
			<content:encoded><![CDATA[<p>Mostly we received following error aftre browsing RoundCube</p>
<p>SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube</p>
<p>As well as <a href="http://www.theperfectarts.com/2009/09/how-to-check-roundcube-error-message-on-server/">RoundCube error</a> logs showing following logs</p>
<blockquote><p>[06-Oct-2008 08:34:56 -0400] DB Error: _doQuery: [Error message: Could not execute statement]<br />
[Last executed query: PREPARE MDB2_STATEMENT_mysql_8c77e0752a8db2da365c3c7a19fe8842c84663aa7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n         VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(), ?, ?, ?)']<br />
[Native code: 1064]<br />
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), ?, ?, ?)' at line 3]<br />
in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265<br />
[06-Oct-2008 08:35:20 -0400] DB Error: _doQuery: [Error message: Could not execute statement]<br />
[Last executed query: PREPARE MDB2_STATEMENT_mysql_d6ee872839dbf41a18e11e2f09d1f4d9790e462d7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n         VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(), ?, ?, ?)']<br />
[Native code: 1064]<br />
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), ?, ?, ?)' at line 3]<br />
in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265</p></blockquote>
<p>The error is occur becasue Mysql could not insert the values from UNIXTIME. To avoid this error simply open file</p>
<p>/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.php and replace following code</p>
<blockquote><p>From</p>
<p>return &#8220;FROM_UNIXTIME($timestamp)&#8221;;</p>
<p>To</p>
<p>return sprintf(&#8220;FROM_UNIXTIME(%d)&#8221;, $timestamp);</p></blockquote>
<p>Now <a href="http://www.theperfectarts.com/2009/08/dns-cache-problem-on-local-machine/">clear cache from your local machine</a> refresh RoundCube error page.</p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to check roundcube error message on server?</title>
		<link>http://www.theperfectarts.com/2009/09/how-to-check-roundcube-error-message-on-server/</link>
		<comments>http://www.theperfectarts.com/2009/09/how-to-check-roundcube-error-message-on-server/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:31:44 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[check roundcube errors]]></category>
		<category><![CDATA[errors for roundcube]]></category>
		<category><![CDATA[path for roundcube errors]]></category>
		<category><![CDATA[path for roundcube webmail]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[roundcube error]]></category>
		<category><![CDATA[roundcube error logs]]></category>
		<category><![CDATA[webmail roundcube errors]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=239</guid>
		<description><![CDATA[I have received first query from Mr.Nitin patil (Jalgaon) about &#8220;How to check roundcube error message on my linux server?&#8221; its very simple query but its true that simple query is most complicated because we know that &#8220;I knew it &#8230;.but still remembering what is this&#8230;????? yes&#8221;  and finally we are going for google search [...]]]></description>
			<content:encoded><![CDATA[<p>I have received first query from Mr.Nitin patil (Jalgaon) about <span style="color: #800000;">&#8220;How to check roundcube error message on my linux server?&#8221;</span> its very simple query but its true that simple query is most complicated because we know that &#8220;I knew it &#8230;.but still remembering what is this&#8230;????? yes&#8221;  and finally we are going for google search for such simple tricks&#8230;there for I have started this category so that every one can contribute there experience by using this blog and help each other to grow in upside</p>
<p>The answer for Mr.Nitin patil queries is as follows</p>
<p>You can check the roundcube error logs on your linux server by using following command</p>
<p><span style="color: #800000;">tail -f /var/cpanel/roundcube/log/errors</span></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/09/how-to-check-roundcube-error-message-on-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

