genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

How do I use this bundle in Symfony 3.2.x? (datapicker) #441

Closed juanitourquiza closed 7 years ago

juanitourquiza commented 7 years ago

Hi,

In the documentation: https://github.com/genemu/GenemuFormBundle/blob/master/Resources/doc/jquery/datepicker/index.md

I follow this steps but I see this error: Could not load type "genemu_jquerydate"

Error in dev.log: [2017-05-23 00:06:49] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "genemu_jquerydate"" at C:\laragon\www\todolimpio\vendor\symfony\symfony\src\Symfony\Component\Form\FormRegistry.php line 87 {"exception":"[object] (Symfony\Component\Form\Exception\InvalidArgumentException(code: 0): Could not load type \"genemu_jquerydate\" at C:\laragon\www\todolimpio\vendor\symfony\symfony\src\Symfony\Component\Form\FormRegistry.php:87)"} []

Somebody have any idea?

Regards

felipyamorim commented 7 years ago

Currently, this package does not support symfony 3.

But, you can find alternatives in this issue: https://github.com/genemu/GenemuFormBundle/issues/435

juanitourquiza commented 7 years ago

Hi,

If someone have the same problem. I resolved with: https://github.com/stephanecollot/DatetimepickerBundle

Regards