释放双眼,带上耳机,听听看~!
VIP小说阅读小程序官方地址:https://s.w7.cc/module-18677.html
解决办法:
在微擎安装完成后,无法打开后台。提示错误,错误提示如下
PHP script '/www/wwwroot/w.101.net/addons/wisebear_books/site.php' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.4.lin' to be installed. 1) Click here to download the required 'ixed.5.4.lin' loader from the SourceGuardian site 2) Install the loader to /www/server/php/54/lib/php/extensions/no-debug-non-zts-20100525 3) Edit /www/server/php/54/etc/php.ini and add 'extension=ixed.5.4.lin' directive 4) Restart the web server
这个错误提示是什么原因引起的呢?
应该是这个程序是需要ixed.5.4.lin这个组件支持,所以我们就根据提示步骤下载组件,然后丢到对应的目录中。最后在php.ini文件添加引用。
ixed.5.4.lin下载方式点击上面截图1)Click here 就可以下载下来了
下载后,根据上面的提示上传到如下目录里面:
/wwwrver/php/54b/php/extensions-debug-non-zts-20100525
然后去修改PHP.INI文件,php.ini的文件地址是3)提示的那个
/wwwrver/php/54/etc/php.ini
然后在php.ini文件最底部添加如下代码:
extension=ixed.5.4.lin extension=/www/server/php/54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin
然后重启PHP,或者重新载入就可以生效
解决此问题后的效果: