Hi,
I have a new install of SolidCP on Win2008 R2.
The server has many existing websites.
I created the service, virtual server, hosting plans etc.
I created my first end user, assigned him a package.
When I go to import resources under his plan, it does show the existing websites and allows me to select it and click import.
It just returns to the space homepage with no error, but the website was not imported..
There are no errors in the audit or on the servers event viewer > solidcp.
Any ideas where I can find a log of what’s wrong?
Thanks for any help.
Hello,
Usually when i see this happening there’s a double record inside the database: domain table which prevents the system to import properly.
Can you do a mssql management –> select 1000 –> then edit query with:
where [DomainName] like ‘yourdomain.com’
then make sure it only returns 1 single result (one without WebsiteID filled in)
Regards,
Marco