-
Notifications
You must be signed in to change notification settings - Fork 192
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
Migration Error #141
Comments
We have the same problem on a fresh installation. Forcing a downgrade to v0.21.0 fixed the issue. But that of course is an old version of the package.
@AboutErfan You can manually copy over the migrations file from the vendor directory That will create the missing tables. Afterwards things run smoothly. |
Run
Before publishing the config file, |
@ali-amento - I tried to do the same as well but could not succeed in this can you please make a small video about how to set this up from scratch and share the link here? |
I had migration errors so I tried to dissect the migrations and do them manually but fields (meta_title, meta_description) are not mentioned in any of the migrations so I added them. Now I am getting an index error. |
you need to delete the config/pagebuilder.php first before running the migrate command |
This was helpful... however, something seems to be wrong with the config file before publishing. The code looks like it wants to use a prefix: So ironically the rollback wants to use correct naming with the prefix but the migration seems to totally ignore the prefix. This is Laravel version 9. I'm unable to even rollback my experiment. |
Hi, When I want run
php artisan migrate
, I've got this error:SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.pagebuilder__settings' doesn't exist
How I can fix this?
thanks a lot
The text was updated successfully, but these errors were encountered: