‘USER not exists’ on domain list page
If ISPManager shows the following error on domain list page:
ERROR Exception 3: ‘user’ not exists.
This means VirtualHost without userhome exists in Apache configuration, for example:
< VirtualHost 109.123.102.196:80 >
DocumentRoot /var/www/
< / VirtualHost >
In order to fix this just remove such VirtualHost and restart ISPManager.
Save this article