<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Manual Extensions with no version install fix]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6986</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6986&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Manual Extensions with no version install fix.]]></description>
		<lastBuildDate>Sat, 23 Sep 2017 15:39:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Manual Extensions with no version install fix]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28708#p28708</link>
			<description><![CDATA[<p>The <strong>&#039;version&#039;] =&gt; &#039;-&#039;,</strong> is present in the codebase and hence it&#039;s use here.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 23 Sep 2017 15:39:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28708#p28708</guid>
		</item>
		<item>
			<title><![CDATA[Re: Manual Extensions with no version install fix]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28706#p28706</link>
			<description><![CDATA[<p>If this setup within Official version. Than one of a issue for&nbsp; thirdparty extension installation will be solved.&nbsp; Hope @joe will do this. </p><p>But this way we are boycotting the version information</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 23 Sep 2017 13:40:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28706#p28706</guid>
		</item>
		<item>
			<title><![CDATA[Manual Extensions with no version install fix]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28702#p28702</link>
			<description><![CDATA[<p>When a third party extension (that is not in the list of extension repos as defined in <strong>version.php</strong>) with no version number (&#039;version&#039; =&gt; &#039;-&#039;,) is attempted to be re-installed and activated for a specific company, the following error arises:<br /></p><div class="codebox"><pre><code>Package &lt;$ext[&#039;name&#039;]&gt; is incompatible with current application version and cannot be activated.
Check Install/Activate page for newer package version. &lt;$ext[&#039;name&#039;]&gt;</code></pre></div><p>In general, such third party extensions can have their version set to a hyphen whilst they take responsibility for the version matches. To enable such extensions to be activated without the error nag, the following fix can be incorporated by replacing line 215 in <strong>admin/inst_module.php</strong>:</p><div class="codebox"><pre><code>    if (check_value(&#039;Active&#039;.$i) &amp;&amp; !check_src_ext_version($ext[&#039;version&#039;]))</code></pre></div><p>with:</p><div class="codebox"><pre><code>    if (check_value(&#039;Active&#039;.$i) &amp;&amp; (!($ext[&#039;version&#039;] == &#039;-&#039; || check_src_ext_version($ext[&#039;version&#039;]))))</code></pre></div><p>The <strong>$ext[&#039;available&#039;]</strong> parameter is to indicate the extension&#039;s availability with description in the official repos and will be blank for such third party unlisted extensions.</p><p>@joe: can incorporate it in the core.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 23 Sep 2017 01:19:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28702#p28702</guid>
		</item>
	</channel>
</rss>
