-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Attempted Debugging
- I have read the debugging page
Searched GitHub Issues
- I have searched GitHub for the issue.
Describe the Scenario
I updated to BookStack v25.11.1.
Everything worked pretty well except that I can't log in anymore.
After entering my password and email, I get the An Error Occurred" screen.
Versions
My PHP version is up-to-date: PHP 8.2.29
Errors
Errors in Log Content below
Update process
I tried to follow the process documented in the admin doku.
After running composer install --no-dev, I got an error.
I have to admit I didn't read the whole error message, just one part which told me to run composer update, which I did.
composer update gave me the error that the PHP zip extension was missing. ("Yes, I know it said it in the doku, I wanted to follow it from top to bottom")
I installed the extension, ran composer update again, and it worked.
After that, I ran composer install --no-dev
I ran the PHP migration without problems and cleared the system.
The import and export worked after a restart.
Exact BookStack Version
v25.11.1
Log Content
In the console of the website, I get a `505 Internal Server Error` from the "POST http://bookstack-ip/login".
In the `storage/logs/laravel.log`, I get the following errors:
`[2025-11-18 21:00:50] production.ERROR: This password does not use the Bcrypt algorithm. {"exception":"[object] (RuntimeException(code: 0): This password does not use the Bcrypt algorithm. at /var/www/bookstack/vendor/laravel/framework/src/Illuminate/Hashing/BcryptHasher.php:88)`
followed by a 62-line stacktrace.
The following errors in `/var/log/apache2/error.log`:
`[ssl:error] [pid 301:tid 301] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate!`
`[pid 301:tid 301] AH02604: Unable to configure certificate localhost:443:0 for stapling`
`/var/log/nginx/error.log` does not exist.
Hosting Environment
I installed BookStack via TurnKey in a Proxmox Container.
Debian GNU/Linux 12 (bookworm) with PHP 8.2.29