ionCube PHP Encoder / Loader
The Fresh Reader uses 'ionCube PHP Encoder' provided by Asial corporation. If you encounter some trouble related to it, the chapter will help you.
php.ini
In most cases, you only follow the instruction described in Why Fresh Reader tell me 'How to Setup System'? However, if it does not work even so, check php.ini .
Find 'zend_extention' line, and check if ionCube Loader version matches PHP version
zend_extension = /var/www/freshreader/ioncube/ioncube_loader_lin_5.1.so
In the case that PHP works as thread-safe mode,
zend_extension_ts = /var/www/freshreader/ioncube/ioncube_loader_lin_ts_5.1.so
.htaccess
If you can not edit php.ini, the Fresh Reader would work by editing .htaccess like the following,
AddHandler application/x-httpd-phpcgi .php php_value zend_extension "/var/www/freshreader/ioncube/ioncube_loader_lin_5.1.so"
enable_dl option (php.ini)
ioncube loader does not work if enable_dl option is set to off in your php.ini.
Please set
enable_dl = On
It does not work even so
Please think you choose other server environment.


