• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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