not possible to open any page after upgrade from 0.17.4 to v0.18 #433

Closed
opened 2026-02-04 19:58:47 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @mariaczi on GitHub (Sep 15, 2017).

For Bug Reports

  • BookStack Version: 0.18
  • PHP Version: 7.0.23
  • MySQL Version:
Actual Behavior

After upgrade to v0.18 I cannot open anyone page on my bookstack.
After each click to try to open a page I got: "Whoops, looks like something went wrong."

Directory organization on the server:
domain_name
domain_name\BookStack
domain_name\private_html\wiki <- symlink to domain_name\BookStack\public and directory root in web server for this page/vhost

From the web it is available on domain_name.com/wiki

.htaccess file content (from public direcory):

    RewriteEngine On

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ /wiki/index.php [L]
Originally created by @mariaczi on GitHub (Sep 15, 2017). ### For Bug Reports * BookStack Version: 0.18 * PHP Version: 7.0.23 * MySQL Version: ##### Actual Behavior After upgrade to v0.18 I cannot open anyone page on my bookstack. After each click to try to open a page I got: "Whoops, looks like something went wrong." Directory organization on the server: domain_name domain_name\BookStack domain_name\private_html\wiki <- symlink to domain_name\BookStack\public and directory root in web server for this page/vhost From the web it is available on domain_name.com/wiki .htaccess file content (from public direcory): ``` RewriteEngine On # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ /wiki/index.php [L] ```
Author
Owner

@mariaczi commented on GitHub (Sep 15, 2017):

Hmm, strange :|
After manually cleaning directory ./storage/framework/views/, viewing page works well.

@mariaczi commented on GitHub (Sep 15, 2017): Hmm, strange :| After manually cleaning directory ./storage/framework/views/, viewing page works well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#433