OS Name/Version:
Ubuntu 24.04 LTS
Product Name/Version:
CubeCoders AMP 2.6.1.6
WHMCS v8.9.0
Problem Description:
I installed the AMP provisioning module in WHMCS under /modules/servers/amp
, but it is not appearing in the “Servers” section of WHMCS when trying to add or configure AMP as a server. No errors on page load.
Steps to Reproduce:
- Downloaded AMP WHMCS module from official repo.
- Placed the module folder under
/modules/servers/amp
. - Gave correct permissions to the folder/files.
- Refreshed WHMCS admin panel > System Settings > Servers.
- Tried to “Add New Server” expecting “AMP” in the module type dropdown, but it’s missing.
Actions Taken to Resolve So Far:
- Verified
Client.php
exists inside the AMP module directory. - Confirmed there’s no PHP syntax errors in
amp.php
. - Restarted
php-fpm
and Apache. - Cleared WHMCS template cache.