You are right as always.
I turned debug mode on, the following came up:
An unexpected error occured
An exception has been thrown in file /var/www/imscp/gui/library/shared-functions.php at line 2537:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'signtechforms.com' for key 'admin_name'
Query was:
INSERT INTO admin ( admin_name, admin_pass, admin_type, domain_created, created_by, fname, lname, firm, zip, city, state, country, email, phone, fax, street1, street2, customer_id, gender, admin_status ) VALUES ( ?, ?, 'user', unix_timestamp(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
This means I have this as admin name from the previous version, but I cannot see the customer in the list, and I want to use this domain.
Should I simply remove it from the database by myself?