Replies: 4 comments 1 reply
-
+1 I have the same issue |
Beta Was this translation helpful? Give feedback.
-
Hi, that looks like a problem like the one I had before. Please take a look at the comment |
Beta Was this translation helpful? Give feedback.
-
Yepp it is. Adding: doctrine:
orm:
default_entity_manager: default to any of your config will fix the issues when also using e.g. |
Beta Was this translation helpful? Give feedback.
-
Yes, that addition to config works. I suggest to add it to bundle configuration/documentation? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using PimCore 11.5.3, formbuilder 5.2.0
I did:
composer require "dachcom-digital/formbuilder":"~5.2.0"
FormBuilderBundle\FormBuilderBundle::class => ['all' => true],
bin/console pimcore:bundle:install FormBuilderBundle
Composer went fine, but while installing the bundle I got on console:
When trying to access pimcore backend I see:
I checked migrations, all are executed, for formbuilder and all other bundles.
Is that something I'm doing wrong?
Even uninstalling and deactivating the bundle is not possible, I copied database new, error says:
Update: For uninstalling I had to additionally delete manually the 4 formbuildertables in database.
Beta Was this translation helpful? Give feedback.
All reactions