【发布时间】:2014-06-13 20:23:54
【问题描述】:
我一直在寻找答案,我已经尝试了几个,但它似乎不起作用,当我使用需要 IONCUBE 加载器的类时,它一遍又一遍地给我同样的错误。
Site error: the file C:\wamp\www\ProjectoInventario\output\include\multifacturas_sdk\lib\cfdi32_multifacturas.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.
我已经安装了 5.1 到 5.5,连向导都说安装成功了,但是程序又给我同样的错误。
我能做什么?
顺便说一句,我在 wamp 上。
【问题讨论】:
-
您可能只需要将 dll 添加到 php.ini 文件中。然后重启apache。
-
ioncube 是在 php 中加载的吗?仅在驱动器上安装 dll 是不够的。
-
我在 php.ini 上有 zend_extension = "C:/wamp/bin/apache/apache2.4.9/bin/ioncube/ioncube_loader_win_5.3.dll"
-
它是否出现在您的
phpinfo()输出中? -
不,它是,或者我找不到它,但为什么呢?连 loader-wizard.php 都说已经安装了,我把它放在 php.ini 上,我把 .dll 放在那个地方,为什么会失败?