Update from 23.06.2 to 23.08 brings errors #4053

Closed
opened 2026-02-05 08:05:28 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @TineUser on GitHub (Aug 31, 2023).

Describe the Bug

Updating BookStack from 23.06.2 to 23.08 brings the following errors:

Package socialiteproviders/slack is abandoned, you should avoid using it. Use laravel/socialite instead.
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

In Container.php line 891:

  Target class [BookStack\Actions\Activity] does not exist.


In Container.php line 889:

  Class "BookStack\Actions\Activity" does not exist


Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

C:\xampp-dev\htdocs\bookstack>php artisan migrate

In Container.php line 891:

  Target class [BookStack\Actions\Activity] does not exist.


In Container.php line 889:

  Class "BookStack\Actions\Activity" does not exist

How can I fix this?

Kind Regards.

Steps to Reproduce

composer install --no-dev

Expected Behaviour

No errors

Screenshots or Additional Context

No response

Browser Details

No response

Exact BookStack Version

23.08

PHP Version

8.0.19

Hosting Environment

Windows 10 22H2, Build 19045.3324

Originally created by @TineUser on GitHub (Aug 31, 2023). ### Describe the Bug Updating BookStack from 23.06.2 to 23.08 brings the following errors: ``` Package socialiteproviders/slack is abandoned, you should avoid using it. Use laravel/socialite instead. Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi In Container.php line 891: Target class [BookStack\Actions\Activity] does not exist. In Container.php line 889: Class "BookStack\Actions\Activity" does not exist Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 C:\xampp-dev\htdocs\bookstack>php artisan migrate In Container.php line 891: Target class [BookStack\Actions\Activity] does not exist. In Container.php line 889: Class "BookStack\Actions\Activity" does not exist ``` How can I fix this? Kind Regards. ### Steps to Reproduce composer install --no-dev ### Expected Behaviour No errors ### Screenshots or Additional Context _No response_ ### Browser Details _No response_ ### Exact BookStack Version 23.08 ### PHP Version 8.0.19 ### Hosting Environment Windows 10 22H2, Build 19045.3324
OVERLORD added the 🐛 Bug label 2026-02-05 08:05:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#4053