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 ?