Wolf X Halton (@wolf29) |
I have installed jcow from softaculous, and it returns a blank white page. Should I use a different install method. Community version.
Have checked ./my/config.php and it is pointed into the right folder in the domain.
Same issue here.
J |
JMJ @jmj007
86 months ago
|
please am having the same problem, can you please help me out?
* ############################################################ /
// boot
error_reporting(E_ERROR | E_PARSE);
ini_set('display_errors', 0);
header("Access-Control-Allow-Origin: ");
header('Access-Control-Allow-Methods: GET, PUT, POST, DELETE, OPTIONS');
header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With');
function microtime_float()
{
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}
//
$time_start = microtime_float();
require_once './includes/boot.inc.php';
// load application
$app = new $parr[0]();
$app->name = $parr[0];
if (is_numeric($parr[1])) {
$app->index($parr[1],$parr[2]);
}
else {
if (!$parr[1]) {
$app->index();
}
else {
$app->$parr1;
}
}
// end
stop_here();
?>
thanks
M |
Matthew dele @teemone2018
78 months ago
|