<?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; phpmyadmin error</title>
	<atom:link href="http://www.theperfectarts.com/tag/phpmyadmin-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>Thu, 02 Sep 2010 11:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>phpmyadmin error &#8220;Cannot start session without errors&#8221;?</title>
		<link>http://www.theperfectarts.com/2009/12/phpmyadmin-error-cannot-start-session-without-errors/</link>
		<comments>http://www.theperfectarts.com/2009/12/phpmyadmin-error-cannot-start-session-without-errors/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 14:22:06 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Mysql + phpmyadmin]]></category>
		<category><![CDATA[/usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini]]></category>
		<category><![CDATA[Cannot start session without errors]]></category>
		<category><![CDATA[phpmyadmin error]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=709</guid>
		<description><![CDATA[The most common problem in newly installed cPanel server is as follows after browsing the phpmyadmin problem. &#8220;cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.&#8221; To resolve above error you need to change the values in /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini file. root@gunjan[~]#pico /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini And [...]]]></description>
			<content:encoded><![CDATA[<p>The most common problem in newly installed cPanel server is as follows after browsing the phpmyadmin problem.</p>
<p><a rel="attachment wp-att-710" href="http://www.theperfectarts.com/2009/12/phpmyadmin-error-cannot-start-session-without-errors/phpmyadmin/"><img class="aligncenter size-medium wp-image-710" title="phpmyadmin" src="http://www.theperfectarts.com/wp-content/uploads/2009/12/phpmyadmin-300x156.jpg" alt="phpmyadmin" width="300" height="156" /></a></p>
<p><span style="color: #800000;">&#8220;cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.&#8221;</span></p>
<p><span style="color: #800000;"><span style="color: #000000;">To resolve above error you need to change the values in</span> </span>/usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini file.</p>
<p><span style="color: #800000;">root@gunjan[~]#pico /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini</span><br />
And than change the following values in php.ini file</p>
<p>FROM:<br />
&#8212;&#8211;<br />
<span style="color: #800000;">session.save_handler = sqlite<br />
session.save_path =/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb</span><br />
&#8212;&#8211;</p>
<p>TO<br />
&#8212;&#8211;<br />
<span style="color: #800000;">session.save_handler = files<br />
session.save_path = /tmp</span><br />
Note : To make change the values in php.ini you need to login into as root user.</p>
<p>&copy;2010 <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/12/phpmyadmin-error-cannot-start-session-without-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
