KD
Asked
Can Not Migration V2.rc.15 To rc.21
How migration to new version? I try documentation like this:
- copy and replace file and folder from new version
- I run mydomain.com/run/migration
But show server error 500
Can help me?
Attachments
- MSAnswered
Hello,
If there is any change related to settings that might cause the error on access the web. Please run the
php artisan migrate --force
in your command line to run migrations.Thank you
- KDAnswered
I did not migrate, but installed a new one. But the problem is the same, where after the installation process and accessing the website, the server error 500.
- MSAnswered
Hello,
Please check the latest Laravel error logs file in
storage/logs/
folder and let me know the error details.Thank you
- Login to Reply