Difference between revisions of "Legacy Module Removal"
m (→Deletion & Notification Process) |
m |
||
Line 2: | Line 2: | ||
<div class="docs-alert-warning"><i class="fa fa-exclamation-circle"></i> If you were directed to this page via an email notification, then please refer to the [[#Handling Notifications|Handling Notifications]] section.</div> | <div class="docs-alert-warning"><i class="fa fa-exclamation-circle"></i> If you were directed to this page via an email notification, then please refer to the [[#Handling Notifications|Handling Notifications]] section.</div> | ||
− | Old PHP code may introduce breakage on newer versions of PHP runtime. In order to protect your system from unexpected downtime, WHMCS 7.5 will perform an inspection for any unused legacy modules. Legacy modules are modules that are no longer maintained or distributed and are typically for older and often discontinued services. | + | Old PHP code may introduce breakage on newer versions of PHP runtime. In order to protect your system from unexpected downtime, WHMCS 7.5 and newer will perform an inspection for any unused legacy modules. Legacy modules are modules that are no longer maintained or distributed and are typically for older and often discontinued services. |
__TOC__ | __TOC__ |
Revision as of 13:03, 18 November 2020
Old PHP code may introduce breakage on newer versions of PHP runtime. In order to protect your system from unexpected downtime, WHMCS 7.5 and newer will perform an inspection for any unused legacy modules. Legacy modules are modules that are no longer maintained or distributed and are typically for older and often discontinued services.
Inspection Process
During updates, WHMCS will check for modules that are no longer officially maintained or supported. If a module is activated and configured then that module will be considered to be in use, and WHMCS will not attempt to delete that module.
Deletion & Notification Process
Following the inspection WHMCS will attempt to perform outdated module deletion. There may be three possible outcomes:
- A legacy module is found to be unused and is successfully deleted. A log entry will be created. An email message will be sent to notify system administrators of the modules that were deleted.
- A legacy module is found to be in use and is not attempted for deletion. A log entry will be created. An email message will be sent to notify system administrators of this condition.
- A legacy module is found to be unused and deletion is attempted, but the deletion fails (e.g. due to insufficient permissions or a filesystem issue). A log entry will be created. An email message will be sent to notify system administrators of this condition.
Handling Notifications
Should you receive an email concerning legacy modules found to be in use, then the recommended action is to contact the module author and determine if there is an update available for the module in question.
Should you receive an email concerning unused legacy modules that were not able to be deleted, then it is recommended to investigate and finalize module removal manually as the module state may be inconsistent due to potentially partial deletion.
Once all modules in the received email have been addressed, either by manual deletion or by contacting the module author, then we would recommend using the PHP Version Compatibility Assessment utility to help locate any other files that may negatively affect WHMCS.