To enable the Ioncube loader for PHP (For example, PHP 7), follow the steps below.
- Log into Plesk.
- Go to Tools & Settings > PHP settings > 7.1.33 FastCGI application > Extensions.
- Tick the ioncube_loader option:
That’s all!
by dev
To enable the Ioncube loader for PHP (For example, PHP 7), follow the steps below.
That’s all!
by dev
Problem:
Solution:
::class is only available from PHP 5.5 onward, So updating php version of the SERVER will solve the problem.
First check php version of your server with command line.
php -v
Note that phpinfo() may give different version that with the php -v