You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upgrade a legacy app to Symfony v3.0.6. Installed v3.0@dev of GenemuFormBundle but I get an error when I run bin/console cache:clear --no-warmup.
Here it is:
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
The service "genemu.form.type_recaptcha.validator" has a dependency on a non-existent service "request".
Here are the settings I have tried to use in my config.yml:
1.
Yeah we're still not fully compatible with symfony 3 😅
Just pushed some fixes for the error you're getting. Otherwise, tinymce is probably broken with symfony3, it requires some changes, similar to those ones (509f3d5).
I'd suggest not to use tinymce through this bundle as it is planned for removal in version 4 (see https://github.com/genemu/GenemuFormBundle/blob/master/UPGRADE%203.0.md for more information). If you want a smooth transition, feel free to submit a PR to fix tinymce so you can still use it in genemu v3.
Hi,
Trying to upgrade a legacy app to Symfony
v3.0.6
. Installedv3.0@dev
ofGenemuFormBundle
but I get an error when I runbin/console cache:clear --no-warmup
.Here it is:
Here are the settings I have tried to use in my
config.yml
:1.
Config 2 complained that I need to setup a public key, so I used the next config and went back to square 1.
Please advice.
The text was updated successfully, but these errors were encountered: