Page 1 of 1

Problem with 22.1 | You must first create a user account to be able to assign domains to it.  [SOLVED]

Posted: Fri 15. Jul 2022, 16:25
by Alexander
If you want to create a domain as an administrator you may get the following message although user accounts exist on the server:

You must first create a user account to be able to assign domains to it.

This message is a bug.
The bug will be fixed on Monday 18.07 with the release of version 22.1.1.

For anyone who does not want to wait that long, the following command can be used to replace the buggy file. Afterwards domains can be created again as usual.

Code: Select all

cp /home/keyhelp/www/keyhelp/pages/domains.php /home/keyhelp/www/keyhelp/pages/domains_backup.php ; wget https://install.keyhelp.de/misc/domains -O /home/keyhelp/www/keyhelp/pages/domains.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/pages/domains.php
Only the creation via the administration area is affected. The creation via the API or the user area works without problems.

Re: Problem with 22.1 | You must first create a user account to be able to assign domains to it.

Posted: Fri 15. Jul 2022, 16:39
by BasHeijermans
You found it just before I reported it :lol: