<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Session Coding problem]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=157&amp;type=atom" />
	<updated>2008-03-25T11:48:49Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=157</id>
		<entry>
			<title type="html"><![CDATA[Re: Session Coding problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=466#p466" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2008-03-25T11:48:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=466#p466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Session Coding problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=465#p465" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sushildixit]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=146</uri>
			</author>
			<updated>2008-03-25T04:34:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=465#p465</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Session Coding problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=464#p464" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sushildixit]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=146</uri>
			</author>
			<updated>2008-03-25T04:33:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=464#p464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Session Coding problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=462#p462" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sushildixit]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=146</uri>
			</author>
			<updated>2008-03-24T07:42:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=462#p462</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Session Coding problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=450#p450" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2008-03-21T09:03:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=450#p450</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Session Coding problem]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=445#p445" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sushildixit]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=146</uri>
			</author>
			<updated>2008-03-20T14:48:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=445#p445</id>
		</entry>
</feed>
