ionCube PHP 模块出现错误
我已将我的网站上传到共享主机。我在我的网站中使用 ionCube PHP。 网站的索引页面出现此错误:
“index.php 要求网站管理员安装 ionCube PHP 加载器 ioncube_loader_lin_5.2.so。”
我询问了服务器支持团队,并且所述 ionCube 已安装在服务器上。
如果是这样为什么会导致上述错误?
i have uploaded my site on a sharing host.i use ionCube PHP in my site.
the index page of site gives this error:
" index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. "
i asked the server support team and the said ionCube is installed on server.
if so why cause above error??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查你的 php.ini,是否有类似
zend_extension=ioncube_loader_lin_5.2.so
的内容?如果没有添加 ioncube_loader_lin_5.2.so 的路径,请重新启动 apache
zend_extension=ioncube_loader_lin_5.2.so
将模块加载到 phpcheck your php.ini, is there something like
zend_extension=ioncube_loader_lin_5.2.so
?if not add in the path to ioncube_loader_lin_5.2.so, restart apache
zend_extension=ioncube_loader_lin_5.2.so
to load the module into php也许服务器有不同版本的 ionCube。查看您的 phpinfo 以验证它是否已安装并且版本是否正确。
Maybe the server has a different version of ionCube. Look at your phpinfo to verify that it is installed and the version is correct.
看来您的主机配置有误。
phpinfo()
应该显示如下内容:Seems like some misconfiguration on your host.
phpinfo()
should reveal something like this: