我曾尝试在wordpress中安装Curation套件插件但安装了curation套件插件时显示错误。错误是"未安装Ioncube" .Curation套件需要Ioncube加载器吗?
答案 0 :(得分:1)
虽然我找不到任何信息来确定ionCube Loader对Curation套件的依赖性,但您的设置中的某些内容需要ionCube Loader。
你可以简单地download the Loader Wizard from here。如果你把它解压缩并将文件放在你的服务器上,它应该引导你完成安装。
否则,您可以下载appropriate Loaders from here,将它们放到您的网络服务器上,并将以下条目添加到您的php.ini中:
zend_extension = /path/to/loader/file
如果您遇到任何问题,ionCube还提供free support at their helpdesk
免责声明:我隶属于ionCube。