【发布时间】:2015-02-14 06:42:04
【问题描述】:
我在 Windows 机器上使用 AMPPS,当我尝试导航到 http://localhost 以对我的本地主机服务器进行一些修改时,我收到以下错误:
Site error: the file C:\Program Files (x86)\Ampps\ampps\softaculous\enduser\inc.php requires the ionCube PHP Loader ioncube_loader_win_5.3.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 文件,没有发现任何错误:
;ionCube Loader
zend_extension="{$path}\{$php_dir}\ioncube_loader_win_5.3.dll"
当我回显 phpinfo() 时,我找不到任何对此 IonCube 加载器的引用。
当我尝试使用 IonCube 安装向导解决问题时,我不知道在 base URL 和 base Directory 字段中输入什么。
有人可以帮我吗?谢谢。
【问题讨论】:
标签: php localhost ioncube ampps