You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello, I newbie in Phalcon. Try to create the app, but have this problem (in title).
Base.php file:
Expected behavior
All work.
Details
The text was updated successfully, but these errors were encountered: