KD
Asked
Can Not Migration V2.rc.15 To rc.21
How migration to new version? I try documentation like this:
1. copy and replace file and folder from new version
2. I run mydomain.com/run/migration
But show server error 500
Can help me?
How migration to new version? I try documentation like this:
1. copy and replace file and folder from new version
2. I run mydomain.com/run/migration
But show server error 500
Can help me?
Attachments
- MSAnsweredHello,
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 - KDAnsweredI 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.
- MSAnsweredHello,
Please check the latest Laravel error logs file in `storage/logs/` folder and let me know the error details.
Thank you - Login to Reply