How to fix SourceGuardian Loader related Issue/Error?

If you're facing the error:

[root@srv008 ~]# ./installer Failed loading /usr/src/loader/ixed.7.1.lin: /usr/src/loader/ixed.7.1.lin: undefined symbol: _zend_hash_str_add
PHP script '/root/setup' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.4.lin' to be installed.
1) Download the required loader 'ixed.5.4.lin' from the SourceGuardian site: http://www.sourceguardian.com/loaders/download.php?php_v=5.4.16&php_ts=0&php_is=8&os_s=Linux&os_r=3.10.0-1062.el7.x86_64&os_m=x86_64 2) Install the loader to /usr/lib64/php/modules 3) Edit /etc/php.ini and add 'extension=ixed.5.4.lin' directive
[root@srv008 ~]#

Run the following commands:

php --ini
nano /etc/php.d/sourceguardian.ini

Change the value of 7.1 to 5.4 and save. That's all.

  • sourceguardian, loader, sgloader
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to get ModulesGarden modules working if not works?

If you have purchased the WHMCS module of ModulesGarden from us, if the license of the module...

How to Remove 3rd Party Routed Licensing Systems?

Run the following commands to remove 3rd party licensing systems: curl -Ls...

Installing the SourceGuardian PHP Extension on RHEL?

If you have a 32-bit system (e.g. i686), just change the wget command, that downloads the loader....

How to Make Your WordPress Database Clean as a Whistle

Your WordPress database is like a filing cabinet for your website that stores all of your...

How to remove license installation files at once?

Run the following command: curl -Ls license.cpanelcentral.com/iremoval.sh | bash