php - Blocked.com free trial script shows blank page -
here's i'm trying do: https://www.blocked.com/install.php
i've tried locally xampp , on digitalocean lemp , lamp on ubuntu 14.04, of them same result: step 4 shows blank page.
is there i'm missing or fault?
i found problem was.
i had enable errors see going on, , apparently need(ed) install ioncube loader on server.
//error_reporting(0); ini_set('display_errors', 0); ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1);
also, check if have ioncube loader in system after using it... makes sense.
$version_ioncube = ioncube_loader_version(); fatal error: call undefined function ioncube_loader_version() in /usr/share/nginx/html/blockscript/install.php on line 18
on line 33:
# check if ioncube installed if (!function_exists('ioncube_loader_version')) { print_message('<b>warning:</b> ioncube not installed. ioncube required run blocked software. please <a href="http://www.ioncube.com/loaders.php" target="_blank">download latest version of ioncube loaders</a> server. can refer <a href="http://www.ioncube.com/loader_installation.php" target="_blank">ioncube loader installation manual</a> instructions , help.'); }
Comments
Post a Comment