Closed
Description
Symfony version(s) affected: 4.1.8
Description
Since I upgrade Symfony with 4.1.8, the debug web page of my web site doesn't work, the page is empty with "The connection has been reset". the debug toolbar, etc don't appear.
the web prod page is ok
the dev log contains
[2018-11-28 17:39:42] php.DEBUG: Warning: unlink(/var/www/ xxxxxxxxxxxxxx /var/cache/de_/Container6G9BwCk.legacy): No such file or directory {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/var/www/ xxxxxxxxxxxxxx /vendor/symfony/http-kernel/Kernel.php\",\"line\":711,\"trace\":[{\"file\":\"/var/www/ xxxxxxxxxxxxxx /vendor/symfony/http-kernel/Kernel.php\",\"line\":537,\"function\":\"dumpContainer\",\"class\":\"Symfony\\\\Component\\\\HttpKernel\\\\Kernel\",\"type\":\"->\"}],\"count\":1})"} []
[2018-11-28 17:39:42] php.INFO: User Deprecated: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2 {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2 at /var/www/ xxxxxxxxxxxxxx /var/cache/de_/Container6G9BwCk/getSensioFrameworkExtra_Routing_Loader_AnnotClassService.php:9)"} []
[2018-11-28 17:39:42] php.INFO: User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" class is deprecated since version 5.2. Use "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader\" class is deprecated since version 5.2. Use \"Symfony\\Bundle\\FrameworkBundle\\Routing\\AnnotatedRouteControllerLoader\" instead. at /var/www/ xxxxxxxxxxxxxx /vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php:19)"} []
[2018-11-28 17:39:42] php.INFO: User Deprecated: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2 {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2 at /var/www/ xxxxxxxxxxxxxx /var/cache/de_/Container6G9BwCk/getSensioFrameworkExtra_Routing_Loader_AnnotDirService.php:13)"} []
[2018-11-28 17:39:42] php.INFO: User Deprecated: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2 {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2 at /var/www/ xxxxxxxxxxxxxx /var/cache/de_/Container6G9BwCk/getSensioFrameworkExtra_Routing_Loader_AnnotFileService.php:13)"} []
[2018-11-28 17:39:42] php.INFO: User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1, use "fos_js_routing.controller::indexAction" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1, use \"fos_js_routing.controller::indexAction\" instead. at /var/www/ xxxxxxxxxxxxxx /vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:98)"} []
the prod log contains
[2018-11-28 17:37:54] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to create "/var/www/ xxxxxxxxxxxxxx /var/cache/prod/fosJsRouting": mkdir(): Permission denied." at /var/www/ xxxxxxxxxxxxxx /vendor/symfony/filesystem/Filesystem.php line 105 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to create \"/var/www/ xxxxxxxxxxxxxx /var/cache/prod/fosJsRouting\": mkdir(): Permission denied. at /var/www/ xxxxxxxxxxxxxx /vendor/symfony/filesystem/Filesystem.php:105)"} []`
in apache log I have some line like this (at same time of dev log)
[core:notice] [pid 3880] AH00052: child pid 3916 exit signal Segmentation fault (11)
someone have an idea to resolve
Metadata
Metadata
Assignees
Labels
No labels