[Bug] Error after installing formuilder #512
Stefan-JustMe69-SQ
started this conversation in
General
Replies: 4 comments 1 reply
|
+1 I have the same issue |
0 replies
|
Hi, that looks like a problem like the one I had before. Please take a look at the comment |
0 replies
|
Yepp it is. Adding: doctrine:
orm:
default_entity_manager: defaultto any of your config will fix the issues when also using e.g. |
0 replies
|
Yes, that addition to config works. I suggest to add it to bundle configuration/documentation? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 FormBuilderBundleComposer 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.
All reactions