Upgrading to v6.x #616
-
I tried to upgrade following official guide, at final of cmd: php artisan backpack:install i've this error: Initializing basset check ................................................................................................................ DONE ERROR Error fetching the file... following https://github.com/laravel-backpack/basset#faq i check my config that working fine with previous v5.x Anyway i've tried cmd: php artisan storage:link and have this: What can i do ? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
@blondie63 you can try publishing the config of basset: And then change the disk to Let me know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We register the |
Beta Was this translation helpful? Give feedback.
-
Hi @pxpm i've enable all possible debug settings, my app start with err 500 without any error in laravel.log What you think ? |
Beta Was this translation helpful? Give feedback.
-
HI @pxpm Would you take a second to help me with this 500 error? |
Beta Was this translation helpful? Give feedback.
-
Hi @pxpm , finally, adding a dd($e->getMessage()); to my hadler.php i had the error info: I think the problem was caused by the fact that during the BKP v6 installation, in step 3.2, I chose not to install any new templates, I sincerely thought I could do it later! I then followed steps 8 and 9 and chose to use theme-coreuiv2 What's wrong ? |
Beta Was this translation helpful? Give feedback.
Hi @pxpm , finally, adding a dd($e->getMessage()); to my hadler.php i had the error info:
"The view: [backpack.ui::auth.login] was not found in any of the following view paths: [backpack.theme-coreuiv2::auth.login ], [ backpack.theme-coreuiv2::auth.lo ▶" // app/Exceptions/Handler.php:20
I think the problem was caused by the fact that during the BKP v6 installation, in step 3.2, I chose not to install any new templates, I sincerely thought I could do it later!
I then followed steps 8 and 9 and chose to use theme-coreuiv2
I moved all my customizations to ui.php
but now I no longer see my menus but the backpack default ones
What's wrong ?