After deleting a customer (domain) i am not able to recreate using the same domain as before.
QuoteDisplay MoreDear admin,
An exception has been thrown in file
/var/www/imscp/gui/library/shared-functions.php at line 2532:
=================================================================
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
'***DOMAIN***' 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(), ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
=================================================================
Debug backtrace:
---------------
File: /var/www/imscp/gui/public/reseller/user_add3.php at line 217
Function: exec_query()
File: /var/www/imscp/gui/public/reseller/user_add3.php at line 331
Function: reseller_addCustomer()
Any idea, what to do, to be able to create a new user with a domain previously deleted?
Best regards