The Lagom WHMCS Leased Bundle (opens new window) includes multiple Lagom products delivered as a single package. In most cases, issues are related to one specific component rather than the bundle mechanism itself.
For this reason, solutions are documented within the dedicated sections of each individual product.
Use the sections below to navigate to the appropriate area of the documentation. If you are unsure where to start, review the section headings in the table of contents and select the one that best matches your issue.
During installation or update of the Lagom WHMCS Leased Bundle, the installer may display messages related to server configuration, file permissions, missing requirements, or environment validation.
Potential Issue:
A 500 error may appear in the browser's developer tools under the Network tab. The error is often related to the following endpoint:
/modules/addons/RSThemes/src/Api/adminApi.php?controller=installApi&method=installAddon
Cause: This issue is likely caused by a misconfiguration in your server, specifically related to database credentials.
Steps to resolve:
configuration.php).
/var/log/apache2/error.log or /var/log/nginx/error.log) for more details on the error.Full warning message: A server error occurred, but no detailed information about the error was found.
This error indicates that a server-side issue occurred during installation. Since the RS Themes addon cannot specifically identify the problem due to its nature, additional troubleshooting is required. The error may be caused by various factors depending on your server configuration.:
If your review confirms that the issue is related to your server’s security settings, you will need to add the Api folder to the exceptions in your WAF / ModSecurity / Firewall settings. Ideally, you should exclude the entire parent folder: /modules/addons/RSThemes.
This section covers issues related to license validation, subscription status, and access to updates or downloads.
If your issue is related to subscription status, renewal, license validation, or access to updates and downloads, please review the Licensing – Lagom WHMCS Leased Bundle (opens new window) section.
If your issue concerns assigning an additional extension license to your existing Lagom WHMCS Leased Bundle installation, refer to the Extensions – Licensing (opens new window) section.
Our licensing server checks your server details daily. This error occurs if your license is assigned to a different server, often due to changes in server details such as domain, directory, or IP address.
Reissue the License
Reissuing updates the server details in our system, including the valid domain, IP address, and directory. Note that the error may still be visible for up to a day after reissuing due to the daily server checks.
Verify Firewall Settings
Ensure your server's firewall configuration is not blocking outgoing connections to our licensing server. Unrestricted access is necessary for license validation.
Contact Support
If the issue persists, contact our support team with a detailed description of the problem, error messages, and steps you've already tried.
Our support team is available to guide you through additional troubleshooting steps to quickly resolve your issue.
If you see "black" blocks in the "style" list or colors fail to load when managing a specific Lagom Style, as shown below:
Ensure all "variable" files and folders have been copied from the "defaults" folder, as demonstrated in the example below:
This guide provides a detailed explanation of common issues related to page creation in Lagom WHMCS Website Builder. If you encounter any of these issues, follow the instructions below to resolve them.
custom_page_template.php fileWhy this happens
This file is required for the Lagom WHMCS Website Builder to function properly. If it is missing, the system cannot create new pages.
How to Fix It
custom_page_template.php.custom_page_template.php./templates/lagom2/ directory is not writableWhy this happens
If the system does not have permission to write files in this folder, it cannot create new pages.
How to Fix It
Check and adjust folder permissions
/templates/ in your WHMCS directory.Set correct permissions for lagom2 folder
Via FTP/File Manager: Right-click on lagom2, go to Permissions, and set it to 755 (or 775 if 755 does not work).
Via SSH: Run:(Replace /your_path/to with the correct path to your WHMCS installation.)
chmod -R 755 /your_path/to/templates/lagom2
Retry your action
.htaccess file is missing or not writableWhy this happens
This file is required to process URLs correctly in WHMCS. If it is missing or restricted, pages may not load properly.
How to Fix
Check if the file exists
.htaccess in your WHMCS root directory.Adjust file permissions (if the file exists)
File Manager/FTP: Right-click on .htaccess, go to Permissions, and set it to 644.
SSH:
Run the command (replace /your_path/to with the correct path to your WHMCS installation):
chmod 644 /your_path/to/.htaccess
Generate .htaccess via WHMCS (if missing)
Manually create the file (if needed)
.htaccess file in the WHMCS root directory via File Manager or FTP.Retry your action
After the Website Builder activation, you might encounter display issues on your pages. This is often due to the styles not refreshing automatically after the CSS file creation.
To fix this:
cms.css file to be created or updated, ensuring that the Website Builder pages display correctly.Following these steps should resolve any display inconsistencies and ensure your Website Builder pages look as intended.
If the issue persists after reviewing the relevant documentation, please contact us using the Contact Us (opens new window) form and include detailed information about your environment together with the exact message displayed.
← Changelog First Steps →