Open
Description
Hello, I newbie in Phalcon. Try to create the app, but have this problem (in title).
Base.php file:
use Phalcon\Di\FactoryDefault;
use Phalcon\Mvc\View;
use Phalcon\Mvc\View\Engine\Volt as VoltEngine;
...
public function __create()
{
$volt_functions = $this->volt_functions;
$appcfg = new AppConfig();
$this->view = new View();
//crash here
...
Expected behavior
All work.
Details
- Phalcon version: 5.0.2
- PHP Version: 8.1.31
- Operating System: Fedora 37
- Installation type: installing via package manager
- Zephir version (if any): no
- Server: lighttpd 1.4.74