网站错误:访问php项目

时间:2014-05-17 11:58:29

标签: php html xampp

我在xampp页面的根目录中访问任何php页面(默认除外)时面临以下错误,我在项目目录中包含了以下所需的dll,但仍然显示以下错误。

Site error: the file C:\xampp\htdocs\index.php requires the ionCube PHP Loader ioncube_loader_win_5.5.dll to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

1 个答案:

答案 0 :(得分:2)

您应该从http://www.ioncube.com/loaders.php下载加载程序,解压缩它,安装程序可以帮助您安装它并告诉您应该更改的内容。

此外,您应该安装与您的安装兼容的装载程序 - VC11 / VC9或非TS / TS或32位/ 64位是您的选择,因此您需要检查是否安装了正确的装载程序

详细说明:

打开http://www.ioncube.com/loaders.php,并以ZIP格式安装正确的版本,例如 Windows VC11(32位)。解压缩并将目录ioncube复制到C:\ xampp \ htdocs

确保您已开启xampp

现在在浏览器中打开http://localhost/ioncube/loader-wizard.php,您将获得有关如何安装,应修复的内容,文件复制位置,编辑内容等的详细说明。