JS
Asked
I am continuously get this error please help with this issue SQL: unable to create tables, There is no active transaction
- MSAnsweredHello,
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 - JSAnsweredits solve now am having trouble to login i can't login after installation
- JSAnsweredjust 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 - MSAnsweredHello,
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.
1. Please check if `APP_KEY` is set in you `.env` file. If not, please run `php artisan key:generate` or replace the `APP_KEY` line with following
```
APP_KEY=base64:0SXYOkxxtFcndVXGtI8vwDkC4WX8I5XQdo/DIIhRvrE=
```
2. Your `.env` file might have `SESSION_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 - Login to Reply