SourceGuardian loaders were not found!

The proper SourceGuardian loaders were not found. Please following the instructions below on installing the SourceGuardian loaders for your version of PHP.

Server-wide setup

  1. Download ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
  2. Extract the contents to /opt/cpanel/ea-php54/root/usr/lib64/php/modules
  3. Edit PHP.INI file (located at /opt/cpanel/ea-php54/root/etc/php.ini ) and add following line:
    extension=ixed.5.4.lin

Run-time loading

Run-time loading is not possible because automatic loading is not available on your machine. To install the SourceGuardian loader on this machine you need to copy the ixed.5.4.lin file to the /opt/cpanel/ea-php54/root/usr/lib64/php/modules directory (extension_dir). There's no need to change the php.ini PHP configuration file as dynamic loading is allowed and the loader will be used from extension_dir..
Use server-wide setup or re-configure PHP engine.