<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Data does not change despite changed and saved]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3587&amp;type=atom" />
	<updated>2012-12-19T09:08:57Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3587</id>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14702#p14702" />
			<content type="html"><![CDATA[<p>Strange, I have not encountered any caching problems using Chrome on Linux. Anyway I have fixed it to avoid caching problems. Will be available in next minor FA version.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-12-19T09:08:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14702#p14702</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14597#p14597" />
			<content type="html"><![CDATA[<p>@Janusz:</p><p>Ref: <a href="http://www.w3.org/Protocols/HTTP/Issues/cache-private.html">PHP header() / Http Header</a> and the <strong>php.ini</strong> setting <a href="http://php.net/manual/en/function.session-cache-limiter.php">session.cache_limiter</a></p><p>In Mercurial Build 3122, the file <a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/file/257613419f2a/includes/session.inc"><strong>includes/session.inc</strong></a> currently has:<br />Line 357: <strong>ini_set(&#039;session.cache_limiter&#039;, &#039;private&#039;);</strong> <em>// prevent &#039;page expired&#039; errors</em><br />Line 363: <strong>header(&quot;Cache-control: private&quot;);</strong></p><p>We may need to set it to <strong>nocache</strong> from <em>private</em> in both lines. </p><p>Must this change be propagated to pages that do not come in thru index.php directly as well if any?</p><p>Any reason why repo is not updated quickly as before?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-12-13T04:18:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14597#p14597</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14563#p14563" />
			<content type="html"><![CDATA[<p>For your reference I&#039;m using the latest version of Google Chrome for my browser so I wouldn&#039;t have expected any problems with page caching.</p>]]></content>
			<author>
				<name><![CDATA[flort]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16716</uri>
			</author>
			<updated>2012-12-10T08:53:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14563#p14563</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14529#p14529" />
			<content type="html"><![CDATA[<p>Ok, thank you for update. I guess your browser has badly implemented page caching. Isn&#039;t it IE :S ?<br />Anyway we will fix this problem in next release.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-12-05T10:30:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14529#p14529</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14520#p14520" />
			<content type="html"><![CDATA[<p>Thank you so much. I changed that one line of code and everything works perfectly.</p><p>By the way, I evaluated the software by manually clearing the cache after every transaction and I think the package is excellent. Keep up the good work.</p>]]></content>
			<author>
				<name><![CDATA[flort]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16716</uri>
			</author>
			<updated>2012-12-04T08:25:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14520#p14520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14517#p14517" />
			<content type="html"><![CDATA[<p>Try change line 363 in inlcudes/session.inc to:<br /></p><div class="codebox"><pre><code>ini_set(&#039;session.cache_limiter&#039;, &#039;nocache&#039;);</code></pre></div><p>This line was changed recently to avoid unexpected page expiration after login.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-12-03T17:16:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14517#p14517</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14516#p14516" />
			<content type="html"><![CDATA[<p>Clear Browser Cache. Don&#039;t use the browser back button - use the &quot;back&quot; link on the web page.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-12-03T16:03:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14516#p14516</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14512#p14512" />
			<content type="html"><![CDATA[<p>I have also just installed FrontAccounting on my webhosting service and have the same issue. The data is written to the database but the old values are stored in cache and will not display the new values in the web browser.</p><p>My database is accessed through phpMyAdmin but the database was created using MySQL Databases in cPanel. The privileges are also set through here and this is set to &quot;All Priveleges&quot; although there is no mention of the FLUSH privilege.</p><p>I have also updated .htaccess to include the following as this was mentioned in another post -</p><p>&lt;IfModule mod_security.c&gt;<br />&nbsp; &nbsp; SecFilterEngine Off<br />&nbsp; &nbsp; SecFilterScanPOST Off<br />&lt;/IfModule&gt;</p><p>Any assistance you can give would be greatly appreciated as I really like the look of the software and am very keen to try it out.</p>]]></content>
			<author>
				<name><![CDATA[flort]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16716</uri>
			</author>
			<updated>2012-12-02T09:30:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14512#p14512</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14477#p14477" />
			<content type="html"><![CDATA[<p>How did you create the FrontAccounting Company database user? If it is from phpMyAdmin, then check the user privileges there.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-28T19:26:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14477#p14477</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14465#p14465" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Check Update/Insert permission availability for MySQL user in company used. Make sure that the </p><div class="codebox"><pre><code>FLUSH PRIVILEGES;</code></pre></div><p> was done after user rights changes are done.</p><p>Do not use the Browser Back Button, instead use the Back link on the web page.</p></blockquote></div><br /><p>I dont understand, your reply, from what context are you speaking from?</p><p>&quot;Check Update/Insert permission availability for MySQL user in company used&quot;<br />Where? which screen? folder? FTP?</p><p>&quot;Make sure that the FLUSH PRIVILEGES; was done after user rights changes are done.&quot;<br />Again, Where? which screen are you talking about?</p>]]></content>
			<author>
				<name><![CDATA[echpoh]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16693</uri>
			</author>
			<updated>2012-11-28T13:38:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14465#p14465</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14464#p14464" />
			<content type="html"><![CDATA[<p>Check Update/Insert permission availability for MySQL user in company used. Make sure that the </p><div class="codebox"><pre><code>FLUSH PRIVILEGES;</code></pre></div><p> was done after user rights changes are done.</p><p>Do not use the Browser Back Button, instead use the Back link on the web page.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-11-28T13:22:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14464#p14464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14461#p14461" />
			<content type="html"><![CDATA[<p>actually, the data did save, but when navigate away and navigate back it is showing chached old data</p><p>so i tested by adding some random characters at the end of the &quot;?&quot;</p><p>like so;<br />.../admin/company_preferences.php?94596856</p><p>and then it only show up the real data</p><p>so the problem is cashing issue</p><p>how to resolve?</p>]]></content>
			<author>
				<name><![CDATA[echpoh]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16693</uri>
			</author>
			<updated>2012-11-28T13:11:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14461#p14461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Data does not change despite changed and saved]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14460#p14460" />
			<content type="html"><![CDATA[<p>Setup-&gt;Company Setup</p><p>already key in and saved company address etc etc</p><p>but go back to see... the data never change</p><p>Why like that?</p><p>Not only Company setup</p><p>but other screen as well, after hit save mesg show save successful, soon as I navigate away and navigate back, the data remain same as BEOFRE update. y??</p>]]></content>
			<author>
				<name><![CDATA[echpoh]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16693</uri>
			</author>
			<updated>2012-11-28T12:52:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14460#p14460</id>
		</entry>
</feed>
