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

简介: 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 site2) Instal

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

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

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

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 这是我的目录,你们对应的版本对应自己的提示目录。

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

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

相关文章
|
5月前
|
缓存 Dart 开发工具
解决Flutter报错The method ‘File.create‘ has fewer named arguments than those of overridden method
解决Flutter报错The method ‘File.create‘ has fewer named arguments than those of overridden method
68 3
|
5月前
|
前端开发 Java 开发者
class loader
【8月更文挑战第4】
59 7
|
3月前
|
前端开发 Python
Python Tricks-- Abstract Base Classes Keep Inheritance in Check
Python Tricks-- Abstract Base Classes Keep Inheritance in Check
17 1
|
3月前
|
Go Python
Classes & OOP--Defining Your Own Exception Classes
Classes & OOP--Defining Your Own Exception Classes
19 2
|
7月前
|
机器学习/深度学习 消息中间件 人工智能
人工智能平台PAI操作报错合集之出现报错:No factory supports the additional filters.Could not instantiate the executor.如何解决
阿里云人工智能平台PAI (Platform for Artificial Intelligence) 是阿里云推出的一套全面、易用的机器学习和深度学习平台,旨在帮助企业、开发者和数据科学家快速构建、训练、部署和管理人工智能模型。在使用阿里云人工智能平台PAI进行操作时,可能会遇到各种类型的错误。以下列举了一些常见的报错情况及其可能的原因和解决方法。
|
JSON 数据格式
成功解决 global init errTypeError:Right-hand side of 'instanceof' is not callable
成功解决 global init errTypeError:Right-hand side of 'instanceof' is not callable
|
图形学
错误提示: "InfraWorks is unable to render your model" when trying to load a model
错误提示: "InfraWorks is unable to render your model" when trying to load a model
错误提示: "InfraWorks is unable to render your model" when trying to load a model
【Junit 报错】Test class should have exactly one public zero-argument constructor和Test class can only have one constructor
错误1: 1 java.lang.Exception: Test class should have exactly one public zero-argument constructor 2 at org.
6172 0
|
Android开发 开发者
【解决问题的思路】its super classes have no public methods with the @Subscribe annotation
【解决问题的思路】its super classes have no public methods with the @Subscribe annotation
1070 0
Load和Initialize的区别和使用
Load和Initialize的区别和使用
190 0