Work around for Ioncube/Softaculous

ChiefZigZag

Verified User
Joined
Feb 17, 2020
Messages
47
I had problems getting Softaculous running out of the box with FreeBSD 12.1 and PHP 7.3.

After installing it the plugin would not load for ioncube.. to make it launch I needed to change the following line in /usr/local/directadmin/plugins/softaculous/php.ini

Code:
zend_extension = "/usr/local/lib/ioncube/ioncube_loader_fre_7.3.so"
 
Back
Top