1.1) Open the file at installed_extensions.php, set the 'active' => false
$installed_extensions = array (
1 =>
array (
'name' => 'Auth_LDAP',
'package' => 'auth_ldap',
'version' => '2.3.5-1',
'type' => 'extension',
'active' => false,
'path' => 'modules/auth_ldap',
),
);1.2) Open the file at company/0/installed_extensions.php, set the 'active' => false
$installed_extensions = array (
1 =>
array (
'name' => 'Auth_LDAP',
'package' => 'auth_ldap',
'version' => '2.3.5-1',
'type' => 'extension',
'active' => false,
'path' => 'modules/auth_ldap',
),
);These module was submitted by myself, but if you do not have Ldap Server. It doesn't work. Hope it help.
Cheers,
tclim
I tried your method without success ... version 2.3.10