Question
Laravel 4.1 - blank page
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×In my case there STILL IS a problem with paths:
W Apache error log I see this
[Tue Sep 01 08:20:02.915639 2015] [:error] [pid 18311] [client 101.12.127.169:37789] PHP Warning: require(/var/www/niepozwalam/bootstrap/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/niepozwalam/bootstrap/autoload.php on line 17
[Tue Sep 01 08:20:02.915737 2015] [:error] [pid 18311] [client 101.12.127.169:37789] PHP Fatal error: require(): Failed opening required ’/var/www/niepozwalam/bootstrap/vendor/autoload.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/niepozwalam/bootstrap/autoload.php on line 17
As you see, the path /var/www/niepozwalam/bootstrap/vendor/autoload.php
should be related to website root and is not.
I don’t know how to solve this issue