Article

  • 8 years

    8 years

    YetiShare / Core

    2459

User login has stopped working on your installation

Problem


Login to your YetiShare website is no longer working.

Fix

Via phpMyAdmin or similar execute the following command:

TRUNCATE TABLE `sessions`;
If that doesn't fix the issue, try repairing your sessions table by executing the following sql command:

REPAIR TABLE `sessions`;