Site error: Accessing php project

痴心易碎 提交于 2019-12-25 03:04:09

问题


I am facing below error on access any php page(except default) in root directory of xampp page and I included the below required dll in the project directory but following error is still displayed.

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:


You should download loader from http://www.ioncube.com/loaders.php , unpack it, and installer helps you to install it and tells you what exactly you should change.

Also you should install loaders that are compatible with your installation - VC11/VC9 or Non-TS/TS or 32bit/64 bit are the choices so you need to check if you installed correct loader

Detailed instruction:

Open http://www.ioncube.com/loaders.php , and installed correct version in ZIP format, for example Windows VC11 (32 bits). Unzip it and copy directory ioncube to C:\xampp\htdocs

Ensure you have xampp turned on

Now open http://localhost/ioncube/loader-wizard.php in your browser and you will get detailed instructions how to install, what should be fixed , where to copy files , what to edit and so on.



来源:https://stackoverflow.com/questions/23711069/site-error-accessing-php-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!