How To Update WHMCS Module
Line 2: | Line 2: | ||
<meta name="description" content="We Will Guide You Step By Step And Show You How To Successfully Update Any WHMCS Module Designed By ModulesGarden."></meta> | <meta name="description" content="We Will Guide You Step By Step And Show You How To Successfully Update Any WHMCS Module Designed By ModulesGarden."></meta> | ||
+ | =WHMCS Module Update Process= | ||
{| | {| | ||
|style="padding: 10px 0px 30px 15px;"|This guide provides essential instructions for updating any [https://www.modulesgarden.com/products/whmcs ModuelsGarden modules for WHMCS]. <br/> | |style="padding: 10px 0px 30px 15px;"|This guide provides essential instructions for updating any [https://www.modulesgarden.com/products/whmcs ModuelsGarden modules for WHMCS]. <br/> | ||
Line 8: | Line 9: | ||
Carefully review the entire guide before proceeding to avoid potential complications. | Carefully review the entire guide before proceeding to avoid potential complications. | ||
|} | |} | ||
+ | |||
==Updating Major Versions== | ==Updating Major Versions== | ||
{| | {| |
Revision as of 10:54, 30 July 2025
Contents |
WHMCS Module Update Process
This guide provides essential instructions for updating any ModuelsGarden modules for WHMCS. Follow the steps one by one to ensure a smooth update process while minimizing the risk of data loss or unexpected issues. Carefully review the entire guide before proceeding to avoid potential complications. |
Updating Major Versions
Important notes on updating across major versions When updating a module across major versions (for example, from 1.2.x to 1.4.x), it is strongly recommended to perform the update step by step, moving through each major module version in order.
Skipping major versions may lead to issues such as missing updates, errors during installation, or compatibility problems. Before starting each update step, make sure that the module version you are upgrading to is compatible with your current:
If the module requires a newer version of WHMCS, PHP, or IonCube than the one you are using, upgrade those components first before proceeding. |
Update Process
To successfully update a module, follow these steps: |
1. Backup your WHMCS installation:
|
2. Download the latest version of the module from our client area. |
3. Remove the old module files:
|
4. Upload and extract the new files:
|
5. Adjust the license file (if required):
|
6. Clear cache:
|
7. Check for additional update steps:
|
8. Activate the updated module:
|
9. Reissue the license:
|
Module Cron Commands
The following cron commands are available for managing modules based on the new framework: |
php cron.php upgrade list
php cron.php upgrade run <version> for example: php -q /.../whmcs/modules/addons/WordressManager/cron/cron.php upgrade run 3.0.0
php cron.php activate
php cron.php deactivate
php cron.php deactivate --remove-database-tables |
Conclusions
Following these steps will ensure proper module management in WHMCS. Always back up your installation before making changes, and verify the module functionality after updating. If any issues arise, refer to your module documentation or contact our support team for assistance. |