Advertisement
Guest User

Untitled

a guest
Jul 16th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. [1] Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: The option "class" does not exist. Defined options are: "action", "allow_extra_fields", "always_empty", "attr", "auto_initialize", "block_name", "by_reference", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling", "error_mapping", "extra_fields_message", "inherit_data", "invalid_message", "invalid_message_parameters", "label", "label_attr", "label_format", "mapped", "method", "post_max_size_message", "property_path", "required", "translation_domain", "trim", "validation_groups".
  2. at n/a
  3. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\OptionsResolver\OptionsResolver.php line 685
  4.  
  5. at Symfony\Component\OptionsResolver\OptionsResolver->resolve(array('label' => 'form.current_password', 'translation_domain' => 'FOSUserBundle', 'class' => 'form-control', 'mapped' => false, 'constraints' => object(UserPassword)))
  6. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\ResolvedFormType.php line 95
  7.  
  8. at Symfony\Component\Form\ResolvedFormType->createBuilder(object(FormFactory), 'current_password', array('label' => 'form.current_password', 'translation_domain' => 'FOSUserBundle', 'class' => 'form-control', 'mapped' => false, 'constraints' => object(UserPassword)))
  9. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy.php line 83
  10.  
  11. at Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->createBuilder(object(FormFactory), 'current_password', array('label' => 'form.current_password', 'translation_domain' => 'FOSUserBundle', 'class' => 'form-control', 'mapped' => false, 'constraints' => object(UserPassword)))
  12. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\FormFactory.php line 85
  13.  
  14. at Symfony\Component\Form\FormFactory->createNamedBuilder('current_password', object(ResolvedTypeDataCollectorProxy), null, array('label' => 'form.current_password', 'translation_domain' => 'FOSUserBundle', 'class' => 'form-control', 'mapped' => false, 'constraints' => object(UserPassword)))
  15. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\FormBuilder.php line 106
  16.  
  17. at Symfony\Component\Form\FormBuilder->create('current_password', 'Symfony\Component\Form\Extension\Core\Type\PasswordType', array('label' => 'form.current_password', 'translation_domain' => 'FOSUserBundle', 'class' => 'form-control', 'mapped' => false, 'constraints' => object(UserPassword)))
  18. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\FormBuilder.php line 269
  19.  
  20. at Symfony\Component\Form\FormBuilder->resolveChildren()
  21. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\FormBuilder.php line 215
  22.  
  23. at Symfony\Component\Form\FormBuilder->getForm()
  24. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\Form\FormFactory.php line 47
  25.  
  26. at Symfony\Component\Form\FormFactory->createNamed('fos_user_profile_form', 'crmBundle\Form\ProfileFormType', null, array('validation_groups' => array('Profile', 'Default')))
  27. in D:\vCRM\vendor\friendsofsymfony\user-bundle\Form\Factory\FormFactory.php line 35
  28.  
  29. at FOS\UserBundle\Form\Factory\FormFactory->createForm()
  30. in D:\vCRM\vendor\friendsofsymfony\user-bundle\Controller\ProfileController.php line 69
  31.  
  32. at FOS\UserBundle\Controller\ProfileController->editAction(object(Request))
  33. in line
  34.  
  35. at call_user_func_array(array(object(ProfileController), 'editAction'), array(object(Request)))
  36. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\HttpKernel.php line 153
  37.  
  38. at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
  39. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\HttpKernel.php line 68
  40.  
  41. at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
  42. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Kernel.php line 177
  43.  
  44. at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
  45. in D:\vCRM\web\app_dev.php line 30
  46.  
  47. at require('D:\vCRM\web\app_dev.php')
  48. in D:\vCRM\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Resources\config\router_dev.php line 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement