HTTP response 500 Error #1343

Closed
opened 2026-02-05 00:39:36 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @mzch on GitHub (Sep 4, 2019).

Describe the bug
A clear and concise description of what the bug is.

HTTP response 500

Steps To Reproduce
Steps to reproduce the behavior:

  1. Fresh install 0.27.3
  2. Access BookStack thru a browser
  • Apache Log
[Thu Sep 05 00:41:48.015878 2019] [proxy_fcgi:error] [pid 2071:tid 139931225544448] [client 2405:6584:7840:f00:ccdc:7d6c:99c2:317f:55643] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught ReflectionException: Class view does not exist in /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php:752\nStack trace:\n#0 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php(752): ReflectionClass->__construct('view')\n#1 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\\Container\\Container->build('view')\n#2 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php(586): Illuminate\\Container\\Container->resolve('view', Array)\n#3 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(732): Illuminate\\Container\\Container->make('view', Array)\n#4 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(110): Illuminate\\Foundation\\Application->make('view', Array)\n#5 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(971): app('Illuminate\\\\Cont...')\n#6 /srv/BookStack/vendor/...'

Expected behavior
See app screen.

Screenshots
If applicable, add screenshots to help explain your problem.

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): 0.27.3
  • PHP Version: 7.3
  • Hosting Method (Nginx/Apache/Docker): Apache

Additional context
Add any other context about the problem here.

Originally created by @mzch on GitHub (Sep 4, 2019). **Describe the bug** A clear and concise description of what the bug is. HTTP response 500 **Steps To Reproduce** Steps to reproduce the behavior: 1. Fresh install 0.27.3 2. Access BookStack thru a browser - Apache Log ``` [Thu Sep 05 00:41:48.015878 2019] [proxy_fcgi:error] [pid 2071:tid 139931225544448] [client 2405:6584:7840:f00:ccdc:7d6c:99c2:317f:55643] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught ReflectionException: Class view does not exist in /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php:752\nStack trace:\n#0 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php(752): ReflectionClass->__construct('view')\n#1 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php(631): Illuminate\\Container\\Container->build('view')\n#2 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Container/Container.php(586): Illuminate\\Container\\Container->resolve('view', Array)\n#3 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(732): Illuminate\\Container\\Container->make('view', Array)\n#4 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(110): Illuminate\\Foundation\\Application->make('view', Array)\n#5 /srv/BookStack/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(971): app('Illuminate\\\\Cont...')\n#6 /srv/BookStack/vendor/...' ``` **Expected behavior** See app screen. **Screenshots** If applicable, add screenshots to help explain your problem. **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): 0.27.3 - PHP Version: 7.3 - Hosting Method (Nginx/Apache/Docker): Apache **Additional context** Add any other context about the problem here.
OVERLORD added the 🐕 Support label 2026-02-05 00:39:36 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Sep 15, 2019):

Hi @mzch,
Sorry to hear you are having issues.

  • When you ran composer install during install, or even now, do you see any errors appear?
  • Have you set the permissions of the storage/ and bootstrap/cache/ folders so that Apache can write to them?
@ssddanbrown commented on GitHub (Sep 15, 2019): Hi @mzch, Sorry to hear you are having issues. * When you ran `composer install` during install, or even now, do you see any errors appear? * Have you set the permissions of the `storage/` and `bootstrap/cache/` folders so that Apache can write to them?
Author
Owner

@mzch commented on GitHub (Sep 29, 2019):

Sorry for my reply delayed.
This issue is fixed by updating to v0.27.4.
Thanks.

@mzch commented on GitHub (Sep 29, 2019): Sorry for my reply delayed. This issue is fixed by updating to v0.27.4. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1343