US
Asked
After installation getting error 500. Here is the laravel error log. using latest version updated today. v4beta 12. using hostinger hosting with latest php and required extension enabled. if you need server access, let me know. kindly help. sc attached.
- MSAnsweredHello,
As you can see from the error the database user access is denied. You can change the database user password and make sure that the user has all privileges on the database. Then update the `DB_PASSWORD` in the `.env` file.
Thank you - Login to Reply