Support:Manual Uninstallation of the DEM Installer
From dispage wiki
INFO Troubleshooting | |
---|---|
dispage extension | Extension Manager |
extension release | |
priority | {{{priority}}} |
SugarCRM version | |
SugarCRM editions | |
Server OS | |
PHP version | |
DB Engine | |
MySQL version | |
Fix version |
Follow this procedure only if Dispage Extension Manager Installer does not work properly and you have not installed other dispage extensions.
1- Remove all the tags
/* BEGIN ExtensionManagerInstaller … */ … /* END ExtensionManagerInstaller … */
from the following files:
- custom/modules/logic_hooks.php
- include/globalControlLinks.php
- include/MVC/View/SugarView.php
- modules/Administration/DisplayWarnings.php
- modules/UpgradeWizard/preflight.php
- modules/Users/authentication/AuthenticationController.php
Note: All the paths in this page are relative to SugarCRM installation directory.
2- Delete the files/dir
- custom/include/jquery
- custom/include/EnhancedManager
- custom/include/utils
- EMRequest.php
3- Drop the following tables from the SugarCRM Database:
- em_events
- em_installed
4- Delete the DEM Installer record from table upgrade_history (having "name" = "Installer for Dispage Extension Manager").
5- Remove the element with key "dispageExtMan" from the "$sugar_config" array in the file "config.php".