Skip to content

Error during rendering form of resource group (Cant find context builder) #59

@rn0

Description

@rn0
Cant find context builder that supports xxx.xxx
404 Not Found - NotFoundHttpException

One way to fix it is to comment out check of fsi_resource_repository.map_builder service.

AdminBundle/DependencyInjection/FSIAdminExtension.php:

public function load(array $configs, ContainerBuilder $container)
{
    $configuration = new Configuration();
    $config = $this->processConfiguration($configuration, $configs);

    $this->setTemplateParameters($container, $config['templates']);

    $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
    $loader->load('services.xml');

    // if ($container->has('fsi_resource_repository.map_builder')) {
            $loader->load('resource_repository.xml');
    // }
}

But it is not proper way to fix :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions