
Are you facing problems because of some modules? and you wish to remove it completely?
vTiger doesn’t have an option to Delete module it just has an option to InActive module but in backend it stays there until you completely remove it.
We’re Here to help you to suggest steps on How to delete modules completely from your vTiger?
Uninstall Module:
During development or if you install and third-party extensions and you may want to uninstall module, follow the steps below,
Step 1: Delete Module:
Create PHP File with name “DeleteModule.php” and Copy following code to that file.
Note : Make sure you change to the name of the module. It should not be the Label name of the module but actual module display in the URL.
PHP Code:
<?php
include_once 'vtlib/Vtiger/Module.php';
$Vtiger_Utils_Log = true;
$module = Vtiger_Module::getInstance('');
if ($module) $module->delete();
?>
Step 2: Delete Folders:
Module folders and files need to be removed manually. Following are the locations where its references exist.
modules/ModuleName
languages/en_us/ModuleName.php
languages/…/ModuleName.php
layouts/vlayout/modules/ModuleName
cron/ModuleName
Step 3: Delete Data:
Module stores data in the database-table, you may want to delete / truncate the same ONLY if Delete Module will not delete some tables.
Hope you found this blog useful.
Please contact us on info@crmtiger.com if you needed further help from us.
Let us know if you needs more information on this
Do You Need More Information ?
For any further information / query regarding Technology, please email us at info@crmtiger.com
OR call us on +1 630 861 8263, Alternately you can request for information by filling up Contact Us