<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Session Coding problem]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=157</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=157&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Session Coding problem.]]></description>
		<lastBuildDate>Tue, 25 Mar 2008 11:48:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Session Coding problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=466#p466</link>
			<description><![CDATA[<p>I&#039;ve noticed a little misunderstanding. <br />The attached text in my previousd post was patch to apply with standard &#039;patch&#039; utility, not to insert as it was <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p><p>Anyway I&#039;m glad all works right for You.</p><p>Regards<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 25 Mar 2008 11:48:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=466#p466</guid>
		</item>
		<item>
			<title><![CDATA[Re: Session Coding problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=465#p465</link>
			<description><![CDATA[<p>One more thing I have done the change as mentioned at https://frontaccounting.com/punbb/viewtopic.php?id=7 and it is working fine.</p><p>regards</p>]]></description>
			<author><![CDATA[null@example.com (sushildixit)]]></author>
			<pubDate>Tue, 25 Mar 2008 04:34:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=465#p465</guid>
		</item>
		<item>
			<title><![CDATA[Re: Session Coding problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=464#p464</link>
			<description><![CDATA[<p>Sir,</p><p>I have got the solution at</p><p>https://frontaccounting.com/punbb/viewtopic.php?id=7</p><br /><p>thanks a lot</p><p>regards<br />sushil dikshit<br />kanpur</p>]]></description>
			<author><![CDATA[null@example.com (sushildixit)]]></author>
			<pubDate>Tue, 25 Mar 2008 04:33:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=464#p464</guid>
		</item>
		<item>
			<title><![CDATA[Re: Session Coding problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=462#p462</link>
			<description><![CDATA[<p>I edited the config.php as directed by you. <br />i.e.</p><p>I inserted the following lines as it is </p><p>@@ -9,12 +9,12 @@<br />&nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />&nbsp; &nbsp; \--------------------------------------------------*/</p><p>-/*<br />+<br />&nbsp; &nbsp; // Make sure this directory exists and is writable!<br />&nbsp; &nbsp; $session_save_path = dirname(__FILE__).&#039;/tmp/&#039;;</p><p>-*/<br />-&nbsp; &nbsp; $session_save_path = session_save_path();<br />+<br />+//&nbsp; &nbsp; $session_save_path = session_save_path();<br />&nbsp; &nbsp; if (strpos($session_save_path, &quot;;&quot;) !== false)<br />&nbsp; &nbsp; &nbsp; &nbsp; $session_save_path = substr($session_save_path, strpos($session_save_path, &quot;;&quot;) + 1);</p><br /><p>and removed the lines given below</p><p>&nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />&nbsp; &nbsp; \--------------------------------------------------*/</p><p>/*<br />&nbsp; &nbsp; // Make sure this directory exists and is writable!<br />&nbsp; &nbsp; $session_save_path = dirname(__FILE__).&#039;/tmp/&#039;;</p><p>*/<br />&nbsp; &nbsp; $session_save_path = session_save_path();<br />&nbsp; &nbsp; if (strpos($session_save_path, &quot;;&quot;) !== false)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $session_save_path = substr($session_save_path, strpos($session_save_path, &quot;;&quot;) + 1);</p><p>but I get the following errors</p><p>Parse error: syntax error, unexpected T_IF in /home/dhanshre/public_html/bholenath/config.php on line 22</p><p>I need your help because my server admin is not able to help me. Please write exactly what I have to insert and what is to remove.</p><p>regards<br />sushil dikshit</p>]]></description>
			<author><![CDATA[null@example.com (sushildixit)]]></author>
			<pubDate>Mon, 24 Mar 2008 07:42:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=462#p462</guid>
		</item>
		<item>
			<title><![CDATA[Re: Session Coding problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=450#p450</link>
			<description><![CDATA[<p>This is related to your server setup. You can avoid this by making small change in config.php:</p><p>@@ -9,12 +9,12 @@<br /> &nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br /> &nbsp; &nbsp; \--------------------------------------------------*/</p><p>-/*<br />+<br /> &nbsp; &nbsp; // Make sure this directory exists and is writable!<br /> &nbsp; &nbsp; $session_save_path = dirname(__FILE__).&#039;/tmp/&#039;;</p><p>-*/<br />-&nbsp; &nbsp; $session_save_path = session_save_path();<br />+<br />+//&nbsp; &nbsp; $session_save_path = session_save_path();<br /> &nbsp; &nbsp; if (strpos($session_save_path, &quot;;&quot;) !== false)<br /> &nbsp; &nbsp; &nbsp; &nbsp; $session_save_path = substr($session_save_path, strpos($session_save_path, &quot;;&quot;) + 1);</p><br /><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 21 Mar 2008 09:03:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=450#p450</guid>
		</item>
		<item>
			<title><![CDATA[Session Coding problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=445#p445</link>
			<description><![CDATA[<p>I copied all files to root directory but session coding needs some correction. While opening index file it says</p><p>session_save_path() [function.session-save-path]: open_basedir restriction in Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/dhanshre:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/dhanshre/public_html/config.php on line 23</p><p>Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/dhanshre/public_html/config.php:23) in /home/dhanshre/public_html/includes/lang/language.php on line 75</p><p>Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dhanshre/public_html/config.php:23) in /home/dhanshre/public_html/includes/lang/language.php on line 75</p><p>Warning: Cannot modify header information - headers already sent by (output started at /home/dhanshre/public_html/config.php:23) in /home/dhanshre/public_html/includes/lang/language.php on line 77</p><p>So please help.</p><p>regards<br />sushil dikshit</p>]]></description>
			<author><![CDATA[null@example.com (sushildixit)]]></author>
			<pubDate>Thu, 20 Mar 2008 14:48:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=445#p445</guid>
		</item>
	</channel>
</rss>
