<?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>Shubhamoy&#039;s Blog &#187; joomla installation fix</title>
	<atom:link href="http://www.shubhamoy.com/tag/joomla-installation-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shubhamoy.com</link>
	<description>Experiments With Web</description>
	<lastBuildDate>Mon, 03 Sep 2012 19:19:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Joomla Installation Fix</title>
		<link>http://www.shubhamoy.com/joomla-installation-fix/</link>
		<comments>http://www.shubhamoy.com/joomla-installation-fix/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 07:40:04 +0000</pubDate>
		<dc:creator>Shubhamoy</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[install joomla]]></category>
		<category><![CDATA[joomla installation fix]]></category>
		<category><![CDATA[joomla installation script]]></category>
		<category><![CDATA[session_save_path issue]]></category>

		<guid isPermaLink="false">http://www.shubhamoy.com/?p=1046</guid>
		<description><![CDATA[Recently I got a project for installing Joomla and configuring a template provided by the client itself. It was a very simple project and usually takes around half an hour at most. But as the installation process started, I was flooded with the following error messages: Warning: session_start(): open(sess_78ac9881b78726f2fb5c194667f74021,  O_RDWR) failed:No such file or directory [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;" align="center">Recently I got a project for installing Joomla and configuring a template provided by the client itself. It was a very simple project and usually takes around half an hour at most. But as the installation process started, I was flooded with the following error messages:</p>
<div>
<blockquote>
<pre><span style="color: #64ae0f;">Warning: session_start(): open(sess_78ac9881b78726f2fb5c194667f74021, </span></pre>
<pre><span style="color: #64ae0f;">O_RDWR) failed:No such file or directory (2) in session.php on line 542</span></pre>
<pre><span style="color: #64ae0f;">Warning: session_start(): Cannot send session cookie - headers already</span></pre>
<pre><span style="color: #64ae0f;">sent by(output started at session.php:412) in session.php on line 542</span></pre>
</blockquote>
</div>
<p style="text-align: justify;">Also received the following error message:</p>
<div>
<blockquote>
<pre><span style="color: #64ae0f;">Cookies do not appear to be enabled on your browser client. You will not</span></pre>
<pre><span style="color: #64ae0f;">be able to install the application with this feature disabled. Alternatively,</span></pre>
<pre><span style="color: #64ae0f;">there could also be a problem with the server's session.save_path. If this</span></pre>
<pre><span style="color: #64ae0f;">is the case, please consult your hosting provider if you don't know how to</span></pre>
<pre><span style="color: #64ae0f;">check or fix this yourself.</span></pre>
</blockquote>
</div>
<p style="text-align: justify;">After a bit of research I found an easy solution to fix this problem.</p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Step 1</span></strong>:</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><a title="Joomla Installation Fix Script by Shubhamoy - Remove the .txt before uploading" href="http://www.shubhamoy.com/repair.php.txt" target="_blank">Download this file</a></strong></span> and place it in the <span style="text-decoration: underline;"><strong>installation</strong></span> directory of Joomla.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>Step 2</strong></span>:</p>
<p style="text-align: justify;">Open <span style="text-decoration: underline;"><strong>index.php</strong></span> in the<span style="text-decoration: underline;"><strong> installation</strong></span> directory of Joomla. Add the following lines on top of the file(index.php):</p>
<blockquote>
<pre style="text-align: justify;"><span style="color: #64ae0f;">include(“repair.php”);</span></pre>
<pre style="text-align: justify;"><span style="color: #64ae0f;">session_save_path($work_path);</span></pre>
</blockquote>
<p style="text-align: justify;"> Now initiate the installation process and the problem will disappear.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shubhamoy.com/joomla-installation-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
