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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I newbie in Phalcon. Try to create the app, but have this problem (in title).
Base.php file:
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
Beta Was this translation helpful? Give feedback.
All reactions