【问题标题】:Site error: Accessing php project站点错误:访问 php 项目
【发布时间】:2014-07-05 20:07:40
【问题描述】:

我在访问 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.

【问题讨论】:

  • 别忘了给 php.ini 添加扩展名
  • php.ini 文件中需要什么类型的扩展

标签: php html xampp


【解决方案1】:

您应该从 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,您将获得详细说明如何安装、应该修复的内容、复制文件的位置、要编辑的内容等等。

【讨论】:

  • 我在项目目录中安装了ioncube dll,但仍然显示错误
  • Ioncube dll 应该安装在 Apache 文件夹中,而不是您的项目目录中
  • 当我在 apache 文件夹中安装 dll 时仍然显示错误
  • 我添加了详细的回答说明
  • @MarcinNabiałek 的回答做得很好,但如果仍然卡住,您也可以联系 ioncu.be/S 寻求指导。
猜你喜欢
  • 1970-01-01
  • 2017-12-07
  • 1970-01-01
  • 1970-01-01
  • 2014-07-28
  • 2021-04-14
  • 1970-01-01
  • 2016-07-06
  • 2019-07-07
相关资源
最近更新 更多