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
Still can't get it working.
Its a new install. I added the domain first in case it needs that.
It does show the existing websites and FTP and allows me to select them and click import.
But nothing happens once it completes.
No errors messages are shown in either logs.
PS: I thought there used to be a progress bar on the import? That's not showing either.
Please help, thanks 🙂
Actually I am getting an error in the server logs for it now:
-----
[10/5/2016 2:03:30 AM] ERROR: 'Internet Information Services 7.0' GetSite
System.Runtime.InteropServices.COMException (0x80070490): Filename: ?C:windowssystem32inetsrvconfigadministration.config
Error: The configuration section 'system.webServer/management/authorization' cannot be read because it is missing a section declaration
But if I switch the enterprise and server app pool to 64bit I get this error when I load their landing pages to test the service:
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:windowsMicrosoft.NETFrameworkv4.0.30319aspnet_filter.dll" failed
What am I doing wrong here please?
Looks like the design changes broke the import function.
I will make a fix for this shortly and keep you posted.