I new install, and I follow instruction in your docuent. Buat after install as finish and open the website, look at 500 server error.
Please help
- MSAnswered
Hello,
Please check the latest error log file in the
storage/logs/
folder and let me know the error details so that I can suggest solution.Thank you
- KDAnswered
Here the log
- KDAnswered
Here the error log
Attachments - MSAnswered
Hello,
The error is cause by the app key, please try to delete the value for
APP_KEY
in the.env
file and then runphp artisan key:generate
Thank you
- MSAnswered
You can replace the
APP_KEY
line withAPP_KEY=base64:5bcJmiDBP7rZYNjl2STxoukQ0FNZC434x/HDY8kLsxM=
if you are not sure about running command. Thanks - KDAnswered
Mian Saleem I have tried replacing it with the one you provided, but it’s still the same, error message 500.
- MSAnswered
Hello,
Please check the error logs again and let me know error details.
Thank you
- KDAnswered
Here the complet log
Attachments - MSAnswered
Hello,
I see only see
Unsupported cipher or incorrect key length
The solution is already provided. You can check with your server admin for the supported cipher.Thank you
- KDAnswered
server admin said it was okay, so I was confused.
So I tried to delete version 2 and I tried to replace and install version 1. And it turned out that version 1 could run.
So now I’m trying to use this version 1 only.
- Login to Reply