-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Code instead of wiki pages #5628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Jens-TGS,
|
Dear Dan, thanks a lot for the quick advices. I did follow them, unfortunately they did not solve my issue. Here is how the /var/www/bookstack folder looks like at the moment:
Any other ideas about the root cause? BR, Jens |
Ah, okay.
|
Also, possibly related to #5433. |
Thanks a lot for your posts. I really do appreciate your support. I did read #5433, but did not get any advice how to proceed here. Yes, my PHP packages are deb sury packages:
And everything is up to date (and was also before):
Coming to your first post from today. Here are the requested outputs: From git status I believe all files are modified (output truncated):
But if I do have a look at the details, just the access rights are modified:
Other requested outputs:
Run again update process:
|
Thanks @Jens-TGS for the detail.
|
Of course, here are the requested additional details:
I'm not the biggest expert in apache2 and which version it is running, but I believe, it is the reported version, since nothing else is installed:
Thanks a lot for looking into my issue! |
Thanks @Jens-TGS again for the clear responses. All looks okay there too! I'm at a loss, not sure what further to (reasonably) check. What architecture are you running here? Based upon being a proxmox based VM I'd assume standard x86_64? |
Hi @ssddanbrown, thanks again for having a look on my issue! Yes, it is standard x86_64. What do you need? BR Jens |
Okay, I just tried to replicate this environment. Makes me think it's more likely something specific to this environment and configuration. |
Dear Dan, |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
I already did several updates of my nice bookstack installation, but this time when updating to 25.02.5 things went wrong. If I now open my wiki URL, I'm getting redirected to
https://wiki.my-domain.com/login
and this page looks like this:
`@extends('layouts.simple') @section('content')
{{ Str::title(trans('auth.log_in')) }}
@include('auth.parts.login-message') @include('auth.parts.login-form-' . $authMethod) @if(count($socialDrivers) > 0) @foreach($socialDrivers as $driver => $name)
@ICON('auth/' . $driver) {{ trans('auth.log_in_with', ['socialDriver' => $name]) }}
@Endforeach @endif @if(setting('registration-enabled') && config('auth.method') === 'standard')
{{ trans('auth.dont_have_account') }}
@endif
@stop`
Any idea how to restore my wiki?
If not: it's not a major issue. I do have a plenty of backups of the VM running the wiki.
Exact BookStack Version
25.02.5
Log Content
No helpful entries
Hosting Environment
Debian 12 (bookworm) VM served by Proxmox
apache 2.4.62
php 8.3.21
Proxy: Nginx Proxy Manager
The text was updated successfully, but these errors were encountered: