Cannot login oc-admin
« on: May 17, 2021, 05:48:44 AM »
Hi all,

I am running Osclass v4.4.0, my issue is i'm not able to login to /oc-admin. Whenever I enter correct username and password it keeps saying

"Sorry, incorrect username.".


Im using Gama theme and  running OpenLitespeed on a ubuntu server.

Note. I can login as normal user fine except for admin.


Any help would be appreciated, alot.


Thanks

*

MB Themes

Re: Cannot login oc-admin
« Reply #1 on: May 17, 2021, 03:36:15 PM »
Incorrect username means incorrect username.
Are you putting word "admin" here?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Cannot login oc-admin
« Reply #2 on: January 22, 2024, 10:23:53 PM »
Adding some news on this.
Did investigation for one of customers and there was problem with PHP sessions - sessions were always cleaned on each reload.
For some reason session was not persist over page reloads. This ideally required hosting to review server settings.

However, for client it worked to add:
Code: [Select]
session_start();
at very beginning of files:
/index.php
/oc-admin/index.php

Maybe it will work for others ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots