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 ,这个不用讲了,然后问题解决!很棒!

相关文章
|
2月前
|
前端开发 Java 开发者
class loader
【8月更文挑战第4】
44 7
|
5月前
|
Java Scala
idea报错“Static methods in interface require -target:jvm-1.8”
idea报错“Static methods in interface require -target:jvm-1.8”
38 0
[Hyperf]Entry “xxxInterface“ cannot be resolved: the class is not instantiable
[Hyperf]Entry “xxxInterface“ cannot be resolved: the class is not instantiable
437 0
[Hyperf]Entry “xxxInterface“ cannot be resolved: the class is not instantiable
|
JSON 数据格式
sonar代码质量检测告警“static“ base class members should not be accessed via derived types
sonar代码质量检测告警“static“ base class members should not be accessed via derived types
802 0
sonar代码质量检测告警“static“ base class members should not be accessed via derived types
when is extension component's resource bundle loaded
Created by Wang, Jerry, last modified on May 20, 2015
100 0
when is extension component's resource bundle loaded
how is webdynpro component class initialized
how is webdynpro component class initialized
100 0
how is webdynpro component class initialized
cannot load SAP UI5 application view S2 useful method for resource load
cannot load SAP UI5 application view S2 useful method for resource load
cannot load SAP UI5 application view S2 useful method for resource load
|
Android开发
【错误记录】Android Studio 配置 AspectJ 报错 ( all buildscript {} blocks must appear before any plugins {} )
【错误记录】Android Studio 配置 AspectJ 报错 ( all buildscript {} blocks must appear before any plugins {} )
1068 0
|
PyTorch 算法框架/工具
Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3.
Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3.
436 0
|
消息中间件 Android开发
Android应用开发—如何解决handler的警告:Handler Class Should be Static or Leaks Occur
转自android handler的警告Handler Class Should be Static or Leaks Occur 在使用Handler更新UI的时候,我是这样写的: public class...
1454 0