Some WHMCS installations may display a system-health warning when PHP OPcache is enabled.
- In Plesk, open the domain that hosts WHMCS and go to PHP Settings.
- Use the domain-level PHP configuration where possible so unrelated websites are not affected.
- Set
opcache.enable=0. If required for CLI jobs, also setopcache.enable_cli=0. - Apply the changes and verify the active setting from the PHP information page.
Only change PHP settings when you understand their effect on other applications using the same PHP handler.