Skip to content
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

Closed
t-prod opened this issue Jul 10, 2023 · 5 comments
Closed

[Bug] Upgrade BackPack v5 to v6 #5199

t-prod opened this issue Jul 10, 2023 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@t-prod
Copy link
Contributor

t-prod commented Jul 10, 2023

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

image
image

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

@pxpm
Copy link
Contributor

pxpm commented Jul 10, 2023

@t-prod from the error I would say that it is related with some field with name defined as array. name => [array].

We removed array names, so you should replace the array with comma,separated,values.

Please have a look at https://backpackforlaravel.com/docs/6.x/upgrade-guide#step-14

Let me know how it goes.

Cheers

@pxpm pxpm self-assigned this Jul 10, 2023
@pxpm pxpm added question Further information is requested and removed triage labels Jul 10, 2023
@tabacitu
Copy link
Member

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.
Cheers!

@t-prod
Copy link
Contributor Author

t-prod commented Jul 11, 2023

Unfortunately, nothing works. I made an instalkl with CoreUIV2 and I have this error :

image

I'm stucked :( Any ideas ?

@t-prod
Copy link
Contributor Author

t-prod commented Jul 11, 2023

image

In the index.php so I believe is linked with routes

@t-prod
Copy link
Contributor Author

t-prod commented Jul 11, 2023

Ok I figured it out, it's something related with config files.
So all is working fine sorry.
Thanks for your awesome support guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Done
Development

No branches or pull requests

3 participants