Exception detected!

Failed to start the session: already started by PHP.

500 Internal Server Error - RuntimeException

Stack Trace

  1. in app/cache/prod/classes.php at line 114  -
    1. return true;
    2. }
    3. if (\PHP_VERSION_ID >= 50400 && \PHP_SESSION_ACTIVE === session_status()) {
    4. throw new \RuntimeException('Failed to start the session: already started by PHP.');
    5. }
    6. if (\PHP_VERSION_ID 50400 && !$this->closed && isset($_SESSION) && session_id()) {
    7. throw new \RuntimeException('Failed to start the session: already started by PHP ($_SESSION is set).');
  2. at NativeSessionStorage ->start ()
    in app/cache/prod/classes.php at line 498  +
  3. at Session ->start ()
    in vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php at line 78  +
  4. at SessionTokenStorage ->hasToken ('https-form_mot_de_passe_oublie')
    in vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php at line 72  +
  5. at CsrfTokenManager ->getToken ('form_mot_de_passe_oublie')
    in vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php at line 106  +
  6. at FormTypeCsrfExtension ->finishView (object(FormView), object(Form), array('block_name' => null, 'disabled' => false, 'label' => null, 'label_format' => null, 'translation_domain' => null, 'auto_initialize' => true, 'trim' => true, 'required' => true, 'max_length' => null, 'pattern' => null, 'property_path' => null, 'mapped' => true, 'by_reference' => true, 'virtual' => null, 'compound' => true, 'method' => 'POST', 'action' => '', 'post_max_size_message' => 'The uploaded file was too large. Please try to upload a smaller file.', 'error_mapping' => array(), 'invalid_message' => 'This value is not valid.', 'invalid_message_parameters' => array(), 'allow_extra_fields' => false, 'extra_fields_message' => 'This form should not contain extra fields.', 'csrf_protection' => true, 'csrf_field_name' => '_token', 'csrf_message' => 'The CSRF token is invalid. Please try to resubmit the form.', 'intention' => null, 'description' => '', 'read_only' => false, 'attr' => array(), 'data' => object(UserPro), 'data_class' => 'AppBundle\Entity\UserPro', 'empty_data' => object(Closure), 'error_bubbling' => true, 'label_attr' => array(), 'inherit_data' => false, 'upload_max_size_message' => object(Closure), 'validation_groups' => null, 'constraints' => array(), 'cascade_validation' => false, 'csrf_provider' => object(CsrfTokenManager), 'csrf_token_manager' => object(CsrfTokenManager), 'csrf_token_id' => null))
    in vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormType.php at line 235  +
  7. at ResolvedFormType ->finishView (object(FormView), object(Form), array('block_name' => null, 'disabled' => false, 'label' => null, 'label_format' => null, 'translation_domain' => null, 'auto_initialize' => true, 'trim' => true, 'required' => true, 'max_length' => null, 'pattern' => null, 'property_path' => null, 'mapped' => true, 'by_reference' => true, 'virtual' => null, 'compound' => true, 'method' => 'POST', 'action' => '', 'post_max_size_message' => 'The uploaded file was too large. Please try to upload a smaller file.', 'error_mapping' => array(), 'invalid_message' => 'This value is not valid.', 'invalid_message_parameters' => array(), 'allow_extra_fields' => false, 'extra_fields_message' => 'This form should not contain extra fields.', 'csrf_protection' => true, 'csrf_field_name' => '_token', 'csrf_message' => 'The CSRF token is invalid. Please try to resubmit the form.', 'intention' => null, 'description' => '', 'read_only' => false, 'attr' => array(), 'data' => object(UserPro), 'data_class' => 'AppBundle\Entity\UserPro', 'empty_data' => object(Closure), 'error_bubbling' => true, 'label_attr' => array(), 'inherit_data' => false, 'upload_max_size_message' => object(Closure), 'validation_groups' => null, 'constraints' => array(), 'cascade_validation' => false, 'csrf_provider' => object(CsrfTokenManager), 'csrf_token_manager' => object(CsrfTokenManager), 'csrf_token_id' => null))
    in vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormType.php at line 228  +
  8. at ResolvedFormType ->finishView (object(FormView), object(Form), array('block_name' => null, 'disabled' => false, 'label' => null, 'label_format' => null, 'translation_domain' => null, 'auto_initialize' => true, 'trim' => true, 'required' => true, 'max_length' => null, 'pattern' => null, 'property_path' => null, 'mapped' => true, 'by_reference' => true, 'virtual' => null, 'compound' => true, 'method' => 'POST', 'action' => '', 'post_max_size_message' => 'The uploaded file was too large. Please try to upload a smaller file.', 'error_mapping' => array(), 'invalid_message' => 'This value is not valid.', 'invalid_message_parameters' => array(), 'allow_extra_fields' => false, 'extra_fields_message' => 'This form should not contain extra fields.', 'csrf_protection' => true, 'csrf_field_name' => '_token', 'csrf_message' => 'The CSRF token is invalid. Please try to resubmit the form.', 'intention' => null, 'description' => '', 'read_only' => false, 'attr' => array(), 'data' => object(UserPro), 'data_class' => 'AppBundle\Entity\UserPro', 'empty_data' => object(Closure), 'error_bubbling' => true, 'label_attr' => array(), 'inherit_data' => false, 'upload_max_size_message' => object(Closure), 'validation_groups' => null, 'constraints' => array(), 'cascade_validation' => false, 'csrf_provider' => object(CsrfTokenManager), 'csrf_token_manager' => object(CsrfTokenManager), 'csrf_token_id' => null))
    in vendor/symfony/symfony/src/Symfony/Component/Form/Form.php at line 1075  +
  9. at Form ->createView ()
    in src/AppBundle/Controller/LoginController.php at line 316  +
  10. at LoginController ->motDePasseOublieAction (object(Request))
    in app/bootstrap.php.cache at line 3276  +
  11. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3235  +
  12. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3389  +
  13. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2594  +
  14. at Kernel ->handle (object(Request))
    in web/app.php at line 29  +

Logs  -

Stack Trace (Plain Text)  +