Replies: 2 comments 10 replies
-
@kff5000 are you able to confirm that the table doesn't exist in your database? If you go to the Plugins & Updates area in the Settings, does it show the plugin as available and enabled? |
Beta Was this translation helpful? Give feedback.
10 replies
-
@kff5000 After installing the plugin, run the command in the console: php artisan winter:up https://wintercms.com/docs/console/setup-maintenance#winter-up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I just started with Winter - and I'm not really a developer - but know, that winter is better then WP ;-) . So bear with me ;-)
I installed Winter via composer. Then artisan winter:install. Everything fine.
Then I did
composer require winter/wn-redirect-plugin
to install your redirect plugin. It appears in the backend menu. And I can see its configuration in the system settings.But when I click it on it from the menu, I get a server error telling me that table
winter_redirect_categories
doesn't exist.So I ran
php artisan winter:up
. But for Winter.Redirect it tells me:- nothing to update
Also
php artisan plugin:refresh Winter.Redirect
doesn't helpAnd
php artisan plugin:list
doesn't show Winter.Redirect at all.I'm surely missing something(?)
Thanks in advance,
Chris
Beta Was this translation helpful? Give feedback.
All reactions