Hi, i try to use it on my pc, i install xampp 7.4 and create the virtual host config con apache and the database. I set de config on DATABASE_URL, but it is throwing exceptions, if i put it on dev it show this, like there are files missing.
and in prod i look at var/log/prod.log and delete all to generate only one request to the home page.
[2021-04-25T01:52:02.092497+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://bbo.cms/","method":"GET"} []
[2021-04-25T01:52:02.149781+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-25T01:52:02.149792+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginAuthenticator"} []
[2021-04-25T01:52:02.149798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginAuthenticator"} []
[2021-04-25T01:52:02.172336+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.")." at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\home\index.html.twig line 3 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} []
[2021-04-25T01:52:02.192239+02:00] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\bundles\TwigBundle\Exception\error500.html.twig line 3) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} []
[2021-04-25T01:52:02.192409+02:00] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} []
[2021-04-25T01:52:02.193226+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.")." at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\bundles\TwigBundle\Exception\error500.html.twig line 3 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} []
[2021-04-25T01:52:02.194167+02:00] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). at D:\Programas\XAMPP7\htdocs\cms\templates\Britania\bundles\TwigBundle\Exception\error500.html.twig line 3) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} []
[2021-04-25T01:52:02.194222+02:00] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\bundles\\TwigBundle\\Exception\\error500.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)\n[previous exception] [object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package.\"). at D:\\Programas\\XAMPP7\\htdocs\\cms\\templates\\Britania\\home\\index.html.twig:3)\n[previous exception] [object] (Symfony\\Component\\Translation\\Exception\\LogicException(code: 0): Cannot parse message translation: please install the \"intl\" PHP extension or the \"symfony/polyfill-intl-messageformatter\" package. at D:\\Programas\\XAMPP7\\htdocs\\cms\\vendor\\symfony\\translation\\Formatter\\IntlFormatter.php:38)"} []
i put on another folder and another database the cms v1 and it works fine so i think there maybe missing files? or i am doing something wrong.