the urls are just examples... they're not my real domain address.
Running on local, White screen on live server
First, I developed everything on local and everything worked fine. I uploaded it to my webhosting server using FTP and the folder route is /public_html/dummy/project.
When I access the web at http://www.myaddress.com/dummy/project, it gives me a forbidden error msg. Yup, that's what I expected.
When I access the web at http://www.myaddress.com/dummy/project/public, it gives me a white screen. Urggg... that's not what I expected.
I thought my codes have some sort of problem, so I tried it again with fresh new laravel5 to see if it's my code or laravel 5..
http://www.myaddress.com/dummy/fresh_project - Yup. Forbidden Permission Error. http://www.myaddress.com/dummy/fresh_project/public - Nope. Another white scrren.
I've tried giving 777 permision to storage folder and all its subfolders & files... but still white screen. Is there something I'm missing ?
Bah... dumb mistake... didn't notice laravel 5 requires php 5.5.9 or higher. Mine was 5.4 something. Typical PEBKAC problem. Problem Exists Between Keyboard And Chair.
Please or to participate in this conversation.