After running imscp for multiple years on Gentoo, I finally decided to switch over to Ubuntu in order to have native platform-support for imscp. However, currently I'm about to perform some preliminary tests in a local VM. So I installed Ubuntu 16.04 from scratch and imscp 1.4.3. After that I dumped all mysql-DBs from my productive-system and set them up in the local VM. After fixing some minor things I ran into:
main::setupDbTasks: Modules::Domain::_loadData: Domain with ID 3 has not been found or is in an inconsistent state at /tmp/imscp-1.4.3/engine/PerlLib/iMSCP/DbTasksProcessor.pm line 486.
So: yes, I didn't copy the webspace, because I don't have that much space in my local VM. What exactly has to be at least in place to persuade imscp, that everything is consistent? The thing is: I'd like imscp to create all the folders, configs etc - I know that it's my task, to copy all the userdata later. So basically I'd like imscp to do that steps that are usually performed when a new domain is created. As far I can see, all folders in /var/ww/virtual have been created, but that's all.
Thanks in advance.