Undefined variable $linkGroups #2465
Replies: 1 comment 2 replies
-
|
Hi @feelgoodvince sorry about the delay... Were you able to get it sorted? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm updating to Twill 3.0 and I get the following error when I want to enter the admin panel.
Steps to reproduce
Rename view folder & routes/admin.php
composer update to twill 3
php ./vendor/area17/twill/upgrade.php
php artisan migrate
php artisan twill:build
Expected result
I expect to be able to login into the admin panel
Actual result
Undefined variable $linkGroups (View: /Users/xxxxxx/Documents/xxxxxxx/xxxxxxxx/website/vendor/area17/twill/views/partials/navigation/_overlay_navigation.blade.php)
Versions
Twill 3.0.2
PHP 8.2.3
Laravel 9.52.15
Mysql 5.7
Beta Was this translation helpful? Give feedback.
All reactions