Jump to content

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


ssoaresp

Recommended Posts

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

Edited by ssoaresp (see edit history)
Link to comment
Share on other sites

Hi, Im getting the same error. Shop front page "Server Error 500", admin panel "Server Error 500" in a minute after attemt to login.

[2023-06-07 18:34:10] php.CRITICAL: Fatal Error: Maximum execution time of 300 seconds exceeded {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Error: Maximum execution time of 300 seconds exceeded at /home//domains/xxxxxx.co.uk/public_html/src/PrestaShopBundle/Routing/Converter/AbstractLegacyRouteProvider.php:67)"} []


[2023-06-07 18:34:10] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Error: Maximum execution time of 300 seconds exceeded" at /home/xxxxx/domains/xxxxxx.co.uk/public_html/src/PrestaShopBundle/Routing/Converter/AbstractLegacyRouteProvider.php line 67 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Error: Maximum execution time of 300 seconds exceeded at /home/xxxxx/domains/xxxxxx.co.uk/public_html/src/PrestaShopBundle/Routing/Converter/AbstractLegacyRouteProvider.php:67)"} []

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...