Notifications
Clear all

SimpleDNS 6

11 Posts
3 Users
0 Likes
1,446 Views
Posts: 15
Topic starter
(@dkeister)
Active Member
Joined: 8 years ago

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.

10 Replies
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

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

Reply
Posts: 15
Topic starter
(@dkeister)
Active Member
Joined: 8 years ago

This is a fresh install of 1.2

Reply
Posts: 15
Topic starter
(@dkeister)
Active Member
Joined: 8 years ago

Downloaded the manual update and tried running the database upgrade script but no changes to the DNS provider

Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Can you show me what you have under the mssql database table Providers

then ProviderID 1703 ?

Reply
Page 1 / 3
Share: