Skip to content

Update Laravel to v12.54.1 #6055

@ardvw

Description

@ardvw

Describe the Bug

When deploying Bookstack to non POSIX filesystems (Azure File Share) bookstack crashes with Error 500.
This is an Laravel issue in Filesystem.php that is currently fixed in a new release:
See: https://github.com/laravel/framework/issues/59076#issue-4021464820.

Please update the current Laravel version of 12.53.0 to 12.54.1 to resolve this issue

After manually editing the file /app/www/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:228 manually trough a append of @ before the chmod command the page works correctly.

Steps to Reproduce

Deploy for example on Azure Container apps with Azure File Share as mount volume.

Expected Behaviour

Bookstack should load correctly.

Screenshots or Additional Context

The issue:
Image

Browser Details

No response

Exact BookStack Version

25.12.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions