• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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