LM
Asked
Log in - trying to log in but it remains stuck on the first screen.
the password is correct.
the password is correct.
Attachments
- EGAnsweredHello Luckmore,
This is because the maintenance mode is set to "Yes" on System Settings.
Kindly go to system settings and change it to "No".Attachments - EGAnsweredIf you need customization on any part of the system.
Kindly reach out to me on this email [email protected] or [email protected] - MSAnsweredHello,
Thank you @Gift for help.
@Luckmore If you have enabled maintenance mode then please try with owner account to change it.
You can run the following query after selecting your database to disable it.
```sql
UPDATE `sma_settings` SET `mmode` = '0' WHERE `setting_id` = '1';
```
Thank you - Login to Reply