laravel 500 internal server error -
i'm trying deploy laravel 4 app on 1and1 shared hosting, keep getting 500 internal server error.
i have checked following:
- using php 5.4
- mcrypt php extension installed
- chmod 777 /app/storage/
- domain pointing /laravel/public/
i'm out of ideas now?
one thing i've noticed if go /index.php/, "fatal error: require(): failed opening required" error. mean of paths wrong somewhere? doubt it, because app working fine locally.
any amazing.
thanks
try running composer install
after cloning repo. vendor directory in laravel .gitignore
file default.
edit: re-read follow-up comment , realized shouldn't attempt answer questions after midnight.
Comments
Post a Comment