<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Inactive modules even after activation]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7553&amp;type=atom" />
	<updated>2018-11-28T17:11:09Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7553</id>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33432#p33432" />
			<content type="html"><![CDATA[<p>The file you listed is in the webroot. There is no use in making <strong>&#039;active =&gt; true&#039;</strong>. There is another <strong>installed_extensions.php</strong> in each <strong>company/#</strong> folder in which the active modules will have <strong>&#039;active&#039; =&gt; 1,</strong>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-28T17:11:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33432#p33432</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33431#p33431" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Also check the contents of the <strong>installed_extensions.php</strong> in both the FA webroot and in the company folders.</p></blockquote></div><br /><p>Hi,<br />please see the code from my file&nbsp; below</p><div class="codebox"><pre><code>$next_extension_id = 46; // unique id for next installed extension

$installed_extensions = array (
  1 =&gt; 
  array (
    &#039;name&#039; =&gt; &#039;British COA&#039;,
    &#039;package&#039; =&gt; &#039;chart_en_GB-general&#039;,
    &#039;version&#039; =&gt; &#039;2.4.1-5&#039;,
    &#039;type&#039; =&gt; &#039;chart&#039;,
    &#039;active&#039; =&gt; false,
    &#039;path&#039; =&gt; &#039;sql&#039;,
    &#039;sql&#039; =&gt; &#039;en_GB-general.sql&#039;,
  ),
  45 =&gt; 
  array (
    &#039;name&#039; =&gt; &#039;Inventory Items CSV Import&#039;,
    &#039;package&#039; =&gt; &#039;import_items&#039;,
    &#039;version&#039; =&gt; &#039;2.4.0-3&#039;,
    &#039;type&#039; =&gt; &#039;extension&#039;,
    &#039;active&#039; =&gt; false,
    &#039;path&#039; =&gt; &#039;modules/import_items&#039;,
  ),
);</code></pre></div><p>If I make &#039;active =&gt; true&#039; would it solve the problem of extension not being visible ?</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-28T16:41:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33431#p33431</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33323#p33323" />
			<content type="html"><![CDATA[<p>Also check the contents of the <strong>installed_extensions.php</strong> in both the FA webroot and in the company folders.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-18T02:06:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33323#p33323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33320#p33320" />
			<content type="html"><![CDATA[<p>It won&#039;t solve the problem, just eliminates a number of options</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-11-18T00:28:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33320#p33320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33319#p33319" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>poncho1234 wrote:</cite><blockquote><p>And how is the clean installation?<br />To clarify:-</p><p>You only have to create a clean install of FA2.44 with default COA and language etc<br />You only need to prove that install ext&#039;s works or do not work on the new clean installation.</p></blockquote></div><p>I&#039;ll try a separate fresh install tomorrow, and see if that solves the problem.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-18T00:03:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33319#p33319</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33312#p33312" />
			<content type="html"><![CDATA[<p>And how is the clean installation?<br />To clarify:-</p><p>You only have to create a clean install of FA2.44 with default COA and language etc<br />You only need to prove that install ext&#039;s works or do not work on the new clean installation.</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-11-17T16:36:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33312#p33312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33310#p33310" />
			<content type="html"><![CDATA[<p>Hi,<br />I am with one.com and have lowered my php version to 5.6, but they&#039;ve just confirmed that they do no allow CGI on their servers.</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-17T16:27:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33310#p33310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33309#p33309" />
			<content type="html"><![CDATA[<p>Please read post 21 first.</p><p>Do you have Cpanel? Google how do i change php version on my server</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-11-17T16:24:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33309#p33309</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33307#p33307" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>poncho1234 wrote:</cite><blockquote><p>Try lowering your php version</p></blockquote></div><br /><p>Hi,</p><p>Just done that after your msg and also when I read about it at below post:<br /><a href="https://frontaccounting.com/punbb/viewtopic.php?pid=33199#p33199">https://frontaccounting.com/punbb/viewt … 199#p33199</a></p><p>Any idea how can I implement this CGI thing ? Do I need to speak to my host provider for it ?</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-17T16:19:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33307#p33307</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33306#p33306" />
			<content type="html"><![CDATA[<p>Try lowering your php version</p><br /><div class="quotebox"><cite>gj6n68 wrote:</cite><blockquote><p>I would have done a fresh install but because this is production version for my company and I really do not want to take the risk.</p></blockquote></div><p>You need to know if your server settings are correct, you can either go through all php/ apache/ curl /etc settings individually or do a fresh installation, if everthing works in the fresh clean installation, then it&#039;s probably something you&#039;ve done in the existing installation.<br />A fresh install of 2.44 in another directory will not affect your existing installation, it will prove if server settings are ok, and you can always use it as your &#039;Training company&#039;</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-11-17T16:15:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33306#p33306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33305#p33305" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>poncho1234 wrote:</cite><blockquote><p>No delete them using the red cross in &#039;Installed Extentions&#039; after first deactivating them.</p><p>To prove your server, do a clean install of 2.4 and try installing extentions.</p></blockquote></div><br /><p>Hi,</p><p>I have deleted them as above many times and tried reinstalling but no change.</p><p>I would have done a fresh install but because this is production version for my company and I really do not want to take the risk.</p><p>In the /tmp/folder I see loads of .pkg files for extensions,&nbsp; including the one I want. Should I delete them ? And try again ?<br />Below is the lastest error I get in error file.</p><div class="codebox"><pre><code>function count_array().
[17-Nov-2018 14:27:36 UTC] 0:admin:maintenance_db.inc:186: Unhandled exception [0]: Call to undefined </code></pre></div><p>I had changed &quot;count()&quot; to &quot;count_array&quot; as I got this error while trying to install 2.4.4 on 7.2 php.</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-17T16:06:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33305#p33305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33304#p33304" />
			<content type="html"><![CDATA[<p>No delete them using the red cross in &#039;Installed Extentions&#039; after first deactivating them. Then check in the modules dir that they are all deleted</p><p>To prove your server, do a clean install of 2.4 and try installing extentions.</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-11-17T16:02:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33304#p33304</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33303#p33303" />
			<content type="html"><![CDATA[<p>Hello,</p><div class="quotebox"><cite>poncho1234 wrote:</cite><blockquote><p>Try deleting them completely and then re-installing, make sure you have debug on. This may give you more information when you install/activate exts.</p></blockquote></div><p>Do you mean, delete them by deactivating them ?<br />Or delete them from ftp ?</p><div class="quotebox"><blockquote><p>Is your server setup with the necessary permisions?</p></blockquote></div><p>I don&#039;t know where to check this as I am using the installation via web hosting services.</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-17T15:54:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33303#p33303</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33301#p33301" />
			<content type="html"><![CDATA[<p>Try deleting them completely and then re-installing, make sure you have debug on. This may give you more information when you install/activate exts.</p><p>Is your server setup with the necessary permisions?</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-11-17T15:12:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33301#p33301</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inactive modules even after activation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33300#p33300" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>poncho1234 wrote:</cite><blockquote><p>How many companies have you installed?</p><p>Are you logged on to the same company you have activated the ext&#039;s for?</p></blockquote></div><p>Hi,</p><p>I have two companies, one is master one which controls every other company.</p><p>I have tried installing and activating the extensions on both the companies but I can&#039;t see them in either of them.</p><p>I&#039;ve also checked access rights in both the companies, but I don&#039;t get emtpy tick boxes in either to tick the extensions.</p>]]></content>
			<author>
				<name><![CDATA[gj6n68]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21080</uri>
			</author>
			<updated>2018-11-17T14:58:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33300#p33300</id>
		</entry>
</feed>
