Jump to content

Edit History

ssoaresp

ssoaresp

Hi, After upgrading PS_Account from version v5.3.6 to v5.4.3 I can't access back office and get this error:

FatalErrorException

in src/PrestaShopBundle/Routing/Converter/AbstractLegacyRouteProvider.php (line 67)

    {

        $this->initControllerActions();

        $controllerActions = $this->getControllerActions($controller);

        if (null === $controllerActions) {

            throw new RouteNotFoundException(sprintf('Could not find a route matching for legacy controller: %s', $controller));

        }

        return array_keys($controllerActions);

    }

 

Any idea how to solve it? 

Thanks 

Below the logs:

CRITICAL18:35:58phpFatal Error: Maximum execution time of 30 seconds exceeded

CRITICAL18:35:58requestUncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Error: Maximum execution time of 30 seconds exceeded" at /home/kvoszfpp/public_html/src/PrestaShopBundle/Routing/Converter/AbstractLegacyRouteProvider.php line 67

ssoaresp

ssoaresp

Hi, After upgrading PS_Account from version v5.3.6 to v5.4.3 I can't access back office and get this error:

FatalErrorException

in src/PrestaShopBundle/Routing/Converter/AbstractLegacyRouteProvider.php (line 67)

    {

        $this->initControllerActions();

        $controllerActions = $this->getControllerActions($controller);

        if (null === $controllerActions) {

            throw new RouteNotFoundException(sprintf('Could not find a route matching for legacy controller: %s', $controller));

        }

        return array_keys($controllerActions);

    }

 

Any idea how to solve it? 

Thanks 

×
×
  • Create New...