<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Installing Third Party Extension is not working]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6916</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6916&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Installing Third Party Extension is not working.]]></description>
		<lastBuildDate>Thu, 31 Aug 2017 16:41:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Installing Third Party Extension is not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28533#p28533</link>
			<description><![CDATA[<p>I have a solution temporarily to install my extensions on the newer version of FA. You can find it when you try <a href="http://www.kvcodes.com/module/simple-hrm-frontaccounting/">simple hrm</a> or some of my other exrensions.&nbsp; Also i just revamped my Vanigam theme with its responsives, Those who are interested to demo it.&nbsp; Just take a look at my blog <a href="http://www.kvcodes.com">http://www.kvcodes.com</a> and followed by <a href="http://www.kvcodes.com/module/vanigam-frontaccouting-theme/">Vanigam theme</a>.&nbsp; &nbsp;There is demo credentials.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 31 Aug 2017 16:41:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28533#p28533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installing Third Party Extension is not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28529#p28529</link>
			<description><![CDATA[<p>It appears that third party extensions are not allowed an extension number in FA. The code is used in <strong>function local_extension()</strong> in <strong>admin/inst_module.php</strong>. The <strong>function handle_delete()</strong> in the same file refers to the version not being a hyphen for a standard uninstall.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 31 Aug 2017 15:29:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28529#p28529</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installing Third Party Extension is not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28527#p28527</link>
			<description><![CDATA[<p>What is the solution to it? Temporarily I just commented following line before Continue;</p><p>if (check_value(&#039;Active&#039;.$i) &amp;&amp; !check_src_ext_version($ext[&#039;version&#039;]))<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; display_warning(sprintf(_(&quot;Package &#039;%s&#039; is incompatible with current application version and cannot be activated.\n&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; . _(&quot;Check Install/Activate page for newer package version.&quot;), $ext[&#039;name&#039;]));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //continue;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>But that should not be the solution. Kindly help.</p><p>After I commented this the extension is installed and working also.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Thu, 31 Aug 2017 15:08:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28527#p28527</guid>
		</item>
		<item>
			<title><![CDATA[Installing Third Party Extension is not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28373#p28373</link>
			<description><![CDATA[<p>i was trying to install my local extension on FA.2.4.2.&nbsp; But its throwing Version insufficiency issue. So i digged into the portion which helps to install and activate a third party extension. <br />There i found an issue which i am giving it here.&nbsp; function &quot;local_extension&quot; helps to create create array for the third party extension installation. Which creates a sub array and input it on &quot;installed_extenions.php&quot;file.&nbsp; Here&nbsp; </p><div class="codebox"><pre><code> version  =&gt; &#039;-&#039; </code></pre></div><p> ..This should be giving trouble, It has to allow the code to get the extension version.&nbsp; But it seems empty and based on this version issue,the new third party extension can&#039;t be activated.</p><div class="codebox"><pre><code>$exts[$next_extension_id++] = array(
            &#039;package&#039; =&gt; $id,
            &#039;name&#039; =&gt; $id,
            &#039;version&#039; =&gt; &#039;-&#039;,
            &#039;available&#039; =&gt; &#039;&#039;,
            &#039;type&#039; =&gt; &#039;extension&#039;,
            &#039;path&#039; =&gt; &#039;modules/&#039;.$id,
            &#039;active&#039; =&gt; false
    ); </code></pre></div><p>That&#039;s it. the core admin can take some changes to make this run again</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 12 Aug 2017 09:20:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28373#p28373</guid>
		</item>
	</channel>
</rss>
