mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-08 11:19:36 +03:00
Base table or view not found: 1146 Table 'bookstack.users' doesn't exist in /var/www/bookstack/vendor/laravel/framework/src/Illuminate/Database/Connection.php:414 #3738
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 @stereochoc on GitHub (Apr 11, 2023).
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hello i just have a fresh install of bookstack. All the website is ok. I can login as admin. The database was created and the user table is exist but when i try to create a user i have this error :
Details
Exact BookStack Version
v23.02.3
Log Content
No response
PHP Version
No response
Hosting Environment
Ubuntu 20.04
@ssddanbrown commented on GitHub (Apr 11, 2023):
Hi @stereochoc,
That's an odd issue to get, especially if you can login fine.
git statusin your BookStack install folder?php artisan migratein your BookStack install folder?@stereochoc commented on GitHub (Apr 11, 2023):
hello thanks for your response. I use the script for ubuntu installation

When i run git status i have this

When i run php artisan migrate i have this

@stereochoc commented on GitHub (Apr 11, 2023):
more, i can create shelves, i can create books. But on a book when i want to add a page, i can write text content, text title, etc but when i want to save i have this error

@ssddanbrown commented on GitHub (Apr 11, 2023):
@stereochoc Thanks.
Can you try the
git statuscommand again, but this time via sudo (sudo git status).Also, please re-run the
php artisan migratecommand but this time answeryesat the question shown in your screenshot.@stereochoc commented on GitHub (Apr 12, 2023):
i have completly reinstall the server from ubuntu 20 to 22 and reinstall bookstack and all is working great now. Indeed thanks for the support
@ssddanbrown commented on GitHub (Apr 12, 2023):
@stereochoc Good to hear things are now working. Will therefore close this off.