-
Notifications
You must be signed in to change notification settings - Fork 916
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] Upgrade BackPack v5 to v6 #5199
Comments
@t-prod from the error I would say that it is related with some field with name defined as array. We removed array names, so you should replace the array with Please have a look at https://backpackforlaravel.com/docs/6.x/upgrade-guide#step-14 Let me know how it goes. Cheers |
In addition, as noted in the upgrade guide, we heavily recommend keeping the CoreUIv2 theme during the upgrade process. Only after everything is working fine with CoreUIv2... install the new Tabler theme. Hope it helps! Let us know if Pedro's suggestion doesn't fix the problem, and we'll reopen. |
Ok I figured it out, it's something related with config files. |
Bug report
What I did
Upgrade Backpack v5 to v6 and use the new theme tabler. Login is OK but nothing after.
What I expected to happen
That is working
What happened
What I've already tried to fix it
Delete cache, comment middleware
Is it a bug in the latest version of Backpack?
After I run
composer update backpack/crud
the bug... is it still there?Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:PHP VERSION:
PHP 8.1.9 (cli) (built: Aug 2 2022 14:17:26) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.9, Copyright (c) Zend Technologies
LARAVEL VERSION:
10.14.1.0
BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.0.0
backpack/crud: 6.0.3
backpack/generators: v4.0.0
backpack/pro: 2.0.5
backpack/theme-tabler: 1.0.2
The text was updated successfully, but these errors were encountered: