-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Error after installing formuilder #509
Comments
+1 I have the same issue |
Hi, that looks like a problem like the one I had before. Please take a look at the comment |
Yepp it is. Adding: doctrine:
orm:
default_entity_manager: default to any of your config will fix the issues when also using e.g. |
Yes, that addition to config works. I suggest to add it to bundle configuration/documentation? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: