Skip to content

Error SettingsController not public on Symfony 4.4 #129

@Zoopme

Description

@Zoopme

Hi,

I am getting the following error on Symfony 4.4:

The controller for URI "/settings/global" is not callable: Controller "Dmishh\SettingsBundle\Controller\SettingsController" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"?

This is solved by adding public: true to the service definition of SettingsController

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions