<?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>Tech Blog &#187; zen cart</title>
	<atom:link href="http://informationideas.com/news/tag/zen-cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:24:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>zen cart Warning: session_start() No such file or directory (2) in /dir/public_html/includes/functions/sessions.php on line 102</title>
		<link>http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/</link>
		<comments>http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 19:21:58 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[zen cart]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/</guid>
		<description><![CDATA[The error comes up when trying to use file based session storage instead of database. Apparently, the configuration for what directory to store the session is not in the configuration files but in the database table &#8220;configuration&#8221;. If you upgrade your php to version 5.2.1, the database session storage breaks. Therefore, I had to switch [...]]]></description>
			<content:encoded><![CDATA[<p>The error comes up when trying to use file based session storage instead of database.  Apparently, the configuration for what directory to store the session is not in the configuration files but in the database table &#8220;configuration&#8221;.</p>
<p>If you upgrade your php to version 5.2.1, the database session storage breaks.  Therefore, I had to switch to file system based storage.  But the catch was that I no longer could log into admin as the session could not start.  The configuration.php files did not have this constant.</p>
<p>The way to fix this is to log into your database and update the session directory record.</p>
<p>&#8220;UPDATE configuration SET configuration_value=&#8217;/your/new/direcotory/&#8217; WHERE configuration_title=&#8217;session directory&#8217;;&#8221;</p>
<p>System Specs:<br />
php.5.2.1<br />
zencart 1.3.5<br />
apache 1.3.37<br />
MySQL 5.0.45</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/&amp;title=zen+cart+Warning%3A+session_start%28%29+No+such+file+or+directory+%282%29+in+%2Fdir%2Fpublic_html%2Fincludes%2Ffunctions%2Fsessions.php+on+line+102" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/&amp;title=zen+cart+Warning%3A+session_start%28%29+No+such+file+or+directory+%282%29+in+%2Fdir%2Fpublic_html%2Fincludes%2Ffunctions%2Fsessions.php+on+line+102" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/&amp;t=zen+cart+Warning%3A+session_start%28%29+No+such+file+or+directory+%282%29+in+%2Fdir%2Fpublic_html%2Fincludes%2Ffunctions%2Fsessions.php+on+line+102" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/&amp;title=zen+cart+Warning%3A+session_start%28%29+No+such+file+or+directory+%282%29+in+%2Fdir%2Fpublic_html%2Fincludes%2Ffunctions%2Fsessions.php+on+line+102&amp;summary=The%20error%20comes%20up%20when%20trying%20to%20use%20file%20based%20session%20storage%20instead%20of%20database.%20%20Apparently%2C%20the%20configuration%20for%20what%20directory%20to%20store%20the%20session%20is%20not%20in%20the%20configuration%20files%20but%20in%20the%20database%20table%20%22configuration%22.%0D%0A%0D%0AIf%20you%20upgrade%20your%20php%20to%20version%205.2.1%2C%20the%20database%20session%20&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=zen+cart+Warning%3A+session_start%28%29+No+such+file+or+directory+%282%29+in+%2Fdir%2Fpublic_h%5B..%5D+-+http://b2l.me/adub6e&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2008/02/07/zen-cart-warning-session_start-no-such-file-or-directory-2-in-dirpublic_htmlincludesfunctionssessionsphp-on-line-102/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
