`
美丽的小岛
  • 浏览: 297812 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

ionCube出错问题

    博客分类:
  • PHP
 
阅读更多

出错:

Site error: the file D:\php\webApp\ots\index.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.

解决方法:

 1、登陆http://www.ioncube.com/loaders.php,下载正确版本的程序,这里我选择的是Windows VC6 (x86)ZIP文件ioncube_loaders_win_vc6_x86.zip(1.13 MB)

 

2、解压缩至你的PHP安装目录的EXT,我是安装在E盘的PHP文件夹下,如下图:

 
3、打开你的PHP.INI文件,在[ZEND]里最前面添加如下行

zend_extension = "D:\php\ioncube\ioncube_loader_win_5.3.dll"

 

 

3、第12步是本地的方法来的,如果不是本地,下面的方法。

 

 

 

1.Download one of the following archives of Windows VC9 x86 Loaders:

2.Put the Loader files in D:\php\ioncube

3.Edit the file D:\php\php.ini and before any other zend_extension lines ensure that the following is included:

zend_extension = "D:\php\ioncube\ioncube_loader_win_5.3.dll"

Alternatively, replace your current D:\php\php.ini file with this new php.ini file.

4.Restart the Apache server software.

5.When the server software has restarted, click here to test the Loader

 

 

 

 

 

 

  • 大小: 11.6 KB
  • 大小: 35.3 KB
  • 大小: 13.2 KB
  • 大小: 23.5 KB
0
1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics