I don't know whats is happening. The apahe log don't show any error.
The browser dont print anything. The index.php execute until this line below.
<?php /**
- @author Patsura Dmitry https://github.com/ovr [email protected] */
define('APPLICATION_PATH', dirname(dirname(FILE)) . '/application'); define('PUBLIC_PATH', dirname(FILE)); define('APPLICATION_ENV', getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production');
require_once APPLICATION_PATH . "/../vendor/autoload.php"; $config = include APPLICATION_PATH . "/config/core.php";
$application = new \Phalcony\Application(APPLICATION_ENV, $config);
echo 1; //it is printed $application->bootstrap()->run(); //###############S TOPS here############################ echo 2; //it is not printed