mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-06 09:09:38 +03:00
Update 21.04 -> 21.08 : InvalidArgumentException View [auth.forms.login.standard] not found. (View: /var/www/BookStack/resources/views/auth/login.blade.php) #2375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @siSSSou on GitHub (Sep 1, 2021).
Describe the bug
After update from v21.04 to v21.08, I am unable to log in :
I'm the only user on my instance.
I followed the update documentation (https://www.bookstackapp.com/docs/admin/updates/).
Expected behavior
After clearing cache, I expected to be able to log in
Your Configuration (please complete the following information):
Environment information
@ssddanbrown commented on GitHub (Sep 1, 2021):
Hi @siSSSou,
This could occur if:
git statusto check for potential changes).php artisan view:clearand see if the error goes away afterwards.@siSSSou commented on GitHub (Sep 1, 2021):
Hi !
Thanks for your help !
Your instance files do not align with the actual release files (Run git status to check for potential changes) :
The error does not go away after
php artisan view:clear.File /var/www/BookStack/resources/views/auth/login.blade.php exists :
@ssddanbrown commented on GitHub (Sep 2, 2021):
@siSSSou Could remain cached due to permissions. You could try deleting any files with a
.phpextension from thestorage/framework/viewsdirectory within your BookStack installation.@siSSSou commented on GitHub (Sep 2, 2021):
@ssddanbrown : deleted all php files in storage/framework/views : no change.
Manually erased all folders in storage/framework/cache : no change
;-(
@ssddanbrown commented on GitHub (Sep 2, 2021):
@siSSSou Very odd, I really don't know where that view reference in your originally posted error is coming from then.
Does the error page/log provide any more context about exactly where the error is arising from?
@T1ct4c commented on GitHub (Sep 4, 2021):
I think i´ve got an similar issue:
After updating from 21.04.06 to 21.08 occurs an error after login that an unknown error occurred.
I could not update via git so I copied the new files in the BookStackApp directory.
After changing APP_DEBUG=true in .env file:
View log
@ssddanbrown commented on GitHub (Sep 5, 2021):
@T1ct4c That error seems to state you're missing one of the new tables. You either havn't copied in the latest files in the
database/migrationsfolder or you haven't run the migration command after updating the files.@T1ct4c commented on GitHub (Sep 5, 2021):
Thank you @ssddanbrown, it was the missing migration command.
@ssddanbrown commented on GitHub (Sep 18, 2021):
Since there's been no follow-up I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.