Re: Inactive modules even after activation

poncho1234 wrote:

And how is the clean installation?
To clarify:-

You only have to create a clean install of FA2.44 with default COA and language etc
You only need to prove that install ext's works or do not work on the new clean installation.

I'll try a separate fresh install tomorrow, and see if that solves the problem.

Thanks

Re: Inactive modules even after activation

It won't solve the problem, just eliminates a number of options

The FrontAccounting Wiki(Manual, examples, tips, setup info, links to accounting sites, etc) https://frontaccounting.com/fawiki/

Re: Inactive modules even after activation

Also check the contents of the installed_extensions.php in both the FA webroot and in the company folders.

Re: Inactive modules even after activation

apmuthu wrote:

Also check the contents of the installed_extensions.php in both the FA webroot and in the company folders.


Hi,
please see the code from my file  below

$next_extension_id = 46; // unique id for next installed extension

$installed_extensions = array (
  1 => 
  array (
    'name' => 'British COA',
    'package' => 'chart_en_GB-general',
    'version' => '2.4.1-5',
    'type' => 'chart',
    'active' => false,
    'path' => 'sql',
    'sql' => 'en_GB-general.sql',
  ),
  45 => 
  array (
    'name' => 'Inventory Items CSV Import',
    'package' => 'import_items',
    'version' => '2.4.0-3',
    'type' => 'extension',
    'active' => false,
    'path' => 'modules/import_items',
  ),
);

If I make 'active => true' would it solve the problem of extension not being visible ?

Re: Inactive modules even after activation

The file you listed is in the webroot. There is no use in making 'active => true'. There is another installed_extensions.php in each company/# folder in which the active modules will have 'active' => 1,.