• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

1062Customer & Business Manager Duplicate entry '1' for key 'session_active'

ZbyszekL

Basic Pleskian
After the failure of the database there is a problem with logging on to the Customer & Business Manager. When I'm logged on to Plesk Panleu and move on to the Customer & Business Manager, I get an error:

Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1' for key 'session_active'
 

Attachments

  • Untitled-3.jpg
    Untitled-3.jpg
    64.4 KB · Views: 1
  • Untitled-2.jpg
    Untitled-2.jpg
    95.9 KB · Views: 1
Try to remove all entries in table sessions in billing database:
shell> mysql -uadmin -p`cat /etc/psa/.psa.shadow` billing -e'delete from sessions;'
 
Back
Top