从CPanel下载的代码无法正常工作

I have downloaded php code which has codeigniter framework. It is working fine in website but when I try to deploy it on localhost I am getting following exception

Fatal error: The encoded file C:\xampp\htdocs\project3\application\libraries\layout.php is
not permissioned for this server in Unknown on line 0

in the config/autoload.php you should load layout library

$autoload['libraries'] = array('layout');

if this doesn't help then the library is maybe encoded by ionCube with --allowed-server option set to your domain name.

You may contact library developer and ask for files encoded with --allowed-server option set to any IP, or even better ask for open source code.