<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — FA 2.4 beta installation fix]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5863</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5863&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FA 2.4 beta installation fix.]]></description>
		<lastBuildDate>Wed, 29 Jul 2015 18:12:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FA 2.4 beta installation fix]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23970#p23970</link>
			<description><![CDATA[<p>This fix has been <a href="https://github.com/FrontAccountingERP/FA/commit/b5050ef40b6360715b9815417168e5b616c5024c">committed in the FA Repo now</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 29 Jul 2015 18:12:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23970#p23970</guid>
		</item>
		<item>
			<title><![CDATA[FA 2.4 beta installation fix]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23934#p23934</link>
			<description><![CDATA[<p>Attempting to install FA v2.4 (latest current unstable master) will result in the following error:<br /></p><div class="codebox"><pre><code>Call to undefined function cache_invalidate() in D:\WebServers\XAMPP\htdocs\fa24\admin\db\maintenance_db.inc on line 248</code></pre></div><p>.</p><p>Have informed the devs a few days ago but the fix has not been incorporated yet.</p><p>During installation, after filling in the db parameters, on submission, there is an error due to recent inclusion of the <strong>function <em>cache_invalidate()</em></strong> in FA 2.4&#039;s <strong>includes/session.inc</strong>, without including it in the <strong>install/isession.inc</strong> file.</p><p>The fix is to append the following snippet of code to <strong>install/isession.inc</strong>:</p><div class="codebox"><pre><code>/*
 Ensure file is re-read on next request if php caching is active
*/
function cache_invalidate($filename)
{
 if (function_exists(&#039;opcache_invalidate&#039;)) // OpCode extension
  opcache_invalidate($filename);
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 26 Jul 2015 10:07:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23934#p23934</guid>
		</item>
	</channel>
</rss>
