Moved from local to server. Get a white screen with NULL
Hey Guys,
I am in the process of moving my app onto a Digital Ocean droplet. I pulled the package in via git and ran composer install to pull in all dependancies. I also changed permissions on the storage folder to 777 ( 644 and 755 didn't work ).
When i go to the site i currently only see a white screen with NULL. There are no errors in the Laravel logs. The issue is happening in the public/index.php file at the line....
I had the same problem. I guess that you didn't had any errors in your laravel error log, right? My problem was simple, I had just the wrong PHP version. I updated to PHP 5.5 and all worked fine. By the way, I use shared hosting with laravel 5.1.11. Good luck!
What version do you currently have?
I think the easiest way is, when you use Laravel Forge. So you don't need to mind with your Digital Ocean droplet settings.
Ok, solved it.
It's about permissions, firstly permission to storage/logs file, that's why we didn't see errors, and then to other storage files, framework/views, frameworks/sessions