Hello,
I did installation and initial configuration everything like in manual...
Build pass ok. I can see Apachi test page but when I want to open
http://myserverIP/stalker_portal/server/adm/,
I can only see some php script files. I open that index.php and that's it...Al I can see on
http://myserverIP/stalker_portal/server/adm/ web page:
run();
if ($app->offsetExists('monolog') &&
!empty($start_script_time)) {
$end_script_time = microtime(TRUE);
$app['monolog']->addInfo(sprintf("Script end timestamp - '%s'",
$end_script_time) . PHP_EOL);
$app['monolog']->addInfo(sprintf("Script execution - '%s'",
number_format($end_script_time - $start_script_time, 3, '.', ' ')) .
PHP_EOL);
$app['monolog']->addInfo(str_pad('', 80, '-') . PHP_EOL);
}
Any help?