Hosting Quota Notifications 1.X For WHMCS
From ModulesGarden Wiki
(Difference between revisions)
(→How To Solve Problems With Module License) |
|||
Line 1: | Line 1: | ||
=How To Solve Problems With Module License= | =How To Solve Problems With Module License= | ||
{| | {| | ||
− | |style="padding: 10px 0px | + | |style="padding: 10px 0px 20px 15px;"|'''In case you encounter any problems with the license, please read through the below points to find a solution.''' |
|} | |} | ||
{| | {| | ||
− | |style="padding: | + | |style="padding: 0px 0px 15px 15px;"|1. Make sure your license key applies to the used license. For example:<br/> |
*If you had a trial version and then bought a full version (separately), then the license key must be changed. | *If you had a trial version and then bought a full version (separately), then the license key must be changed. | ||
*If you own a trial version and then upgrade it to a full version, then a trial license key should be used. | *If you own a trial version and then upgrade it to a full version, then a trial license key should be used. | ||
|} | |} | ||
{| | {| | ||
− | |style="padding: 0px 0px 15px 15px;"|2. Remove file: ''License_RENAME.php'' | + | |style="padding: 0px 0px 15px 15px;"|2. Remove file: ''License_RENAME.php''.<br/> If this file has not been removed and there are both files: ''License_RENAME.php'' and ''License_.php'' then licensing system will not work properly. |
|} | |} | ||
{| | {| | ||
− | |style="padding: 0px 0px 15px 15px;"|3. Make sure your license | + | |style="padding: 0px 0px 15px 15px;"|3. Make sure your license file format is correct.<br/> |
− | + | Former license format (no longer supported): | |
− | + | ||
<?php | <?php | ||
Line 22: | Line 21: | ||
*/ | */ | ||
$dns_manager_licensekey="ModulesGarden_DNSManager_xxxxxxxxxxxx"; | $dns_manager_licensekey="ModulesGarden_DNSManager_xxxxxxxxxxxx"; | ||
+ | ?> | ||
− | + | ||
+ | Current and correct license file format: | ||
<?php | <?php | ||
Line 31: | Line 32: | ||
*/ | */ | ||
$dns_manager_licensekey="ModulesGarden_DNSManager_xxxxxxxxxxxx"; | $dns_manager_licensekey="ModulesGarden_DNSManager_xxxxxxxxxxxx"; | ||
− | + | ||
+ | Please note, there in no '''?>''' symbol in the end. | ||
|} | |} | ||
{| | {| | ||
− | |style="padding: 0px 0px | + | |style="padding: 0px 0px 20px 15px;"|4. Check if your firewall does not block our domain: ''modulesgarden.com.'' |
|} | |} | ||
{| | {| | ||
− | |style="padding: 0px 0px 15px 15px;"| | + | |style="padding: 0px 0px 15px 15px;"|5. In case you see an error: <br/> |
− | ''Order Accept Encountered Problems<br/> | + | |
− | License Invalid: MD5 Checksum Verification Failed'' | + | '''Order Accept Encountered Problems'''<br/> |
− | + | '''License Invalid: MD5 Checksum Verification Failed'''<br/> | |
− | + | ||
− | + | Make sure all module files are correctly downloaded and installed. | |
|} | |} | ||
{| | {| | ||
− | |style="padding: | + | |style="padding: 0px 0px 20px 15px;"|7.In case of ''DNS Manager V1.x'' update to ''DNS Manager V2.x,'' it is advised to reissue the license in your client area.<br/> |
− | + | To to so, log in to your client area, choose product and click on '' 'Management Actions' '' → '' 'Reissue License'. '' | |
|} | |} | ||
{| | {| | ||
Line 52: | Line 54: | ||
|} | |} | ||
{| | {| | ||
− | |style="padding: 0px 0px | + | |style="padding: 0px 0px 30px 15px;"|'''If problem with your license persists, please contact our support team.''' |
|} | |} | ||
<meta name="keywords" content="configurable options, configurable options configuration, configurable options management, configurable options editing, configurable options guide, modulesgarden configurable options, configurable options wiki, configurable options tutorial, configurable options tips, about configurable options, configurable options documentation, configurable options faq, configurable options help"></meta> | <meta name="keywords" content="configurable options, configurable options configuration, configurable options management, configurable options editing, configurable options guide, modulesgarden configurable options, configurable options wiki, configurable options tutorial, configurable options tips, about configurable options, configurable options documentation, configurable options faq, configurable options help"></meta> | ||
<meta name="description" content="ModulesGarden Wiki Contains All The Information You Need About Configurable Options."></meta> | <meta name="description" content="ModulesGarden Wiki Contains All The Information You Need About Configurable Options."></meta> |
Revision as of 11:03, 30 May 2016
How To Solve Problems With Module License
In case you encounter any problems with the license, please read through the below points to find a solution. |
1. Make sure your license key applies to the used license. For example:
|
2. Remove file: License_RENAME.php. If this file has not been removed and there are both files: License_RENAME.php and License_.php then licensing system will not work properly. |
3. Make sure your license file format is correct. Former license format (no longer supported): <?php /* * LICENSE: * Please provide your DNS Manager Module For WHMCS license below */ $dns_manager_licensekey="ModulesGarden_DNSManager_xxxxxxxxxxxx"; ?>
<?php /* * LICENSE: * Please provide your DNS Manager Module For WHMCS license below */ $dns_manager_licensekey="ModulesGarden_DNSManager_xxxxxxxxxxxx"; Please note, there in no ?> symbol in the end. |
4. Check if your firewall does not block our domain: modulesgarden.com. |
5. In case you see an error: Order Accept Encountered Problems Make sure all module files are correctly downloaded and installed. |
7.In case of DNS Manager V1.x update to DNS Manager V2.x, it is advised to reissue the license in your client area. To to so, log in to your client area, choose product and click on 'Management Actions' → 'Reissue License'. |
![]() |
If problem with your license persists, please contact our support team. |