protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.8解决方案

php相关问题 安装程序提示以下内容

遇到某些php程序的安装提示:

PHP script ‘/www/wwwroot/zhengban.youyacao.com/install/index.php’ is protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.8.1.lin’ to be installed.

1) Click here to download the required ‘ixed.8.1.lin’ loader from the SourceGuardian site
2) Install the loader to /www/server/php/81/lib/php/extensions/no-debug-non-zts-20210902
3) Edit /www/server/php/81/etc/php.ini and add ‘extension=ixed.8.1.lin’ directive
4) Restart the web server

大义是缺少扩展让你安装并且允许然哈重启。

protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.8解决方案_第1张图片

这里链接被去掉了 我重新发一下,

https://www.sourceguardian.com/loaders/download.php?php_v=8.1.13&php_ts=0&php_is=8&os_s=Linux&os_r=3.10.0-1160.88.1.el7.x86_64&os_m=x86_64

但是这个链接不固定奥,针对你的php版本这里会有对应的提示,因此直接点击提示的 click here下载

这个便是扩展“ixed.8.1.lin”下载链接,下载好此文件后按提示放在 php的目录下

/www/server/php/81/lib/php/extensions/no-debug-non-zts-20210902 这是我的目录,你们对应的版本对应自己的提示目录。

protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.8解决方案_第2张图片

再编辑php.ini 增加一行 ‘extension=ixed.8.1.lin’

protected by SourceGuardian and requires a SourceGuardian loader ‘ixed.8解决方案_第3张图片

最后重启下php ,这个不用讲了,然后问题解决!很棒!

你可能感兴趣的:(PHP开发,linux,php)