Question: Log In Remains Stuck On First Screen

Log In Remains Stuck On First Screen

Log in - trying to log in but it remains stuck on the first screen. the password is correct.

LM

Luckmore Mawuye

Asked
Log in - trying to log in but it remains stuck on the first screen.

the password is correct.
  • EG

    Enyinnaya Gift

    Answered
    Hello Luckmore,

    This is because the maintenance mode is set to "Yes" on System Settings.

    Kindly go to system settings and change it to "No".
  • EG

    Enyinnaya Gift

    Answered
    If you need customization on any part of the system.
    Kindly reach out to me on this email [email protected] or [email protected]
  • MS

    Mian Saleem

    Answered
    Hello,

    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