Have you set the correct permissions on the storage directory?
Problem with Laravel 5.2 on Bluehost Shared hosting
I made a simple application with laravel 5.2. When I wanna upload this it got following issue on Bluehost shared hosting...
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@callforconference.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Apache Server at callforconference.com Port 80
I created a folder in root directory where I stored all of my laravel 5.2 files and folder. And inside public_html , I stored all the files from public folder. Then I changed index.php file from public folder as follows-
require DIR.'/../laracfc/bootstrap/autoload.php';
$app = require_once DIR.'/../laracfc/bootstrap/app.php';
However, still I am getting Internal Server Error. Any idea how to solve this?
My site is http://callforconference.com/
Thank you to all... I have fixed this issue. It's actually PHP Version issue. Nothing else....
Please or to participate in this conversation.