i can login with the admin-account, but if i change into a reseller that has created a domain or assigned this message appears:
Code
Latest Stable-Release: 1.1.5
Linux System : Debian 7
i can login with the admin-account, but if i change into a reseller that has created a domain or assigned this message appears:
Latest Stable-Release: 1.1.5
Linux System : Debian 7
Hello ;
Teamviewer?
send pm
This was some orphan entries (eg, user without domain entry in database).
To resume, to find those orphan entries (user without domain entry) I've run the following SQL query:
Where <reselller_id> must be replaced with the reseller unique identifier.
In the result, any entry with domain_name set as NULL is an orphan entry. Therefore, you can remove the user(s) with one of the following queries:
One user only
where <admin_id> must be replaced by your admin ID
Many users
where <admin_id_list> must be replaced by your admin ID list, each comma separated.
Once it's done, you must also check in other tables and remove any row which reference the ID of deleted admins.