<?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>Tue, 06 Dec 2011 06:39:43 +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>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[admin]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Open Source]]></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 "configuration". If you upgrade your php to version 5.2.1, the database session storage breaks. Therefore, I had to switch [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><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 "configuration".</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>"UPDATE configuration SET configuration_value='/your/new/direcotory/' WHERE configuration_title='session directory';"</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-publisher-41"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></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>

<!-- Dynamic Page Served (once) in 0.270 seconds -->

