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
...