This article describes common problems that may occur when installing, updating, or using Lagom WHMCS Website Builder (opens new window).
Use the sections below to find the issue that matches your case and follow the suggested steps.
When installing or updating the Lagom WHMCS Website Builder, you may see various messages depending on the issues encountered. Refer to the information below for additional details on these messages.
This error appears when installing or updating the Lagom WHMCS Website Builder. It means that the license key you entered does not include access to the selected extension version.
Each license comes with an "Updates & Support" period. You can access all versions released during that period, but anything released after it requires a valid, active subscription. Learn more – Product Version Access Validation (opens new window).
What Can You Do?
After verifying the license, click Try Again to continue. If the issue persists, click Contact Us (opens new window) for support.
If you are seeing any Oops! Something went wrong and we could't process request error on your WHMCS website, once Lagom WHMCS Website Builder has been activated, and error include rsthemes_pricing_cache message, then try clear "Pricing" cache by clicking on "Refresh button in "Tools" page:
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.
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
← Changelog Display CMS →