We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Erro to acess public/index phalcon module skeleton

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 /**

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



16.4k

upload the code to github or something so we can take a better look