I am continuously get this error please help with this issue SQL: unable to create tables, There is no active transaction
- MSAnswered
Hello,
May I know your mysql version and if you can share the url you are trying to install?
You can add private reply by enabling the
PRIVATE for Staff only
at top right of reply section.Thank you
- JSAnswered
its solve now am having trouble to login i can’t login after installation
- JSAnswered
just showing this nothing happening when i click login Link : https://imgur.com/hSdHbm1 php version : 7.4.13 Server version: 10.4.17-MariaDB in xampp
- MSAnswered
Hello,
The versions are okay. Can you check the latest error logs in the
storage/logs/
folder and let me know the error details.As I know there could be 2 reasons.
- Please check if
APP_KEY
is set in you.env
file. If not, please runphp artisan key:generate
or replace theAPP_KEY
line with following
APP_KEY=base64:0SXYOkxxtFcndVXGtI8vwDkC4WX8I5XQdo/DIIhRvrE=
- Your
.env
file might haveSESSION_DOMAIN='tsms.test'
line, please remove it
After above suggestion, you can try to login again.
If still same, please let me know your server details so that I can help you check.
You can add private reply by enabling the
PRIVATE for Staff only
at top right of reply section.Thank you
- Please check if
- Login to Reply