How do I enable ioncube for php 8.1?
MultiPHP or server PHP?
cpcmd scope:get cp.bootstrapper php_install_ioncube
If this reports true/1, then ionCube will be automatically installed. You should also see ionCube in Web > PHP Pools > Show phpinfo.
On the other hand, if not, cpcmd scope:set cp.bootstrapper php_install ioncube true
, then upcp -sbf
to force a PHP rebuild.
Thank you Matt. I appreciate your help