Requirements
Environment
- WHMCS 8.x (last tested with 8.13.0)
- ionCube Loader 12.0 or newer
- PHP 7.4 or 8.1 – 8.3
- PHP fileinfo, mbstring and dom extensions
- PHP zip extension recommended
PHP Extensions
You need the PHP fileinfo, mbstring and dom extensions. The zip extension is also recommended.
On most systems, they are already active. If they are missing on your system, you must install and enable them.
Installing required PHP extensions
- Debian/Ubuntu
- Redhat/Rocky
sudo apt install php-fileinfo php-mbstring php-zip
sudo yum install php-fileinfo php-mbstring php-zip
Enabling required PHP extensions
- cPanel
- Plesk
- Login as admin
- Under the
Software and Servicesection, click onSelect PHP Version - Ensure that
fileinfo,mbstring,domandzipare checked and save
- Login as admin
- Under
Tools & Settings, click onPHP Settings - Click on the version you are using
- Ensure that
fileinfo,mbstring,domandzipare checked and save