Skip to content

[BUG]: Error: Class "Phalcon\'Mvc\View" not found in Base.php:118 #16698

Open
@count0nsk

Description

@count0nsk

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions