According to the change log ver 1.1.0 simpledns 6 support was added but there is no simpledns6 on the service provider list in ver 1.2.
I tried simpledns 5x but i get the following error. The expected version of the software is not found on your server. Is there a work around to this.
Hello,
are you sure you upgraded your Database correctly?
As i can confirm the SQL upgrade contains the following line:
'-- SimpleDNS 6.x
IF NOT EXISTS (SELECT * FROM [dbo].[Providers] WHERE [ProviderID] = '1703')
BEGIN
INSERT [dbo].[Providers] ([ProviderID], [GroupID], [ProviderName], [DisplayName], [ProviderType], [EditorControl], [DisableAutoDiscovery]) VALUES (1703, 7, N'SimpleDNS', N'SimpleDNS Plus 6.x', N'SolidCP.Providers.DNS.SimpleDNS6, SolidCP.Providers.DNS.SimpleDNS60', N'SimpleDNS', NULL)
END
GO'
This should create the Simple DNS 6.x provider in your selection without issues. (selection is purely based up on database records).
In my live and beta their both present.
Regards,
Marco
This is a fresh install of 1.2
Downloaded the manual update and tried running the database upgrade script but no changes to the DNS provider
Can you show me what you have under the mssql database table Providers
then ProviderID 1703 ?