Search found 189 matches

by Daniel
17 Feb 2017, 13:24
Forum: PowerDNS
Topic: Unable to connect to database
Replies: 1
Views: 6855

Re: Unable to connect to database

Please remove the < > characters as they indicatie an full variable

When using the localhost you it would become:
gmysql-host=localhost

Please also see: https://doc.powerdns.com/md/authoritative/installation/
by Daniel
30 Jan 2017, 19:21
Forum: Legacy Module
Topic: error on update
Replies: 2
Views: 4519

Re: error on update

As it also returns an warning about the temporary files I suspect there are no writing permissions. When the installation package or verification keys are missing it may return an authentication error. You can perform the upgrade manually using the download package which is available at the client p...
by Daniel
29 Jan 2017, 18:49
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

Well the health system checks if the nameservers are set correctly at the registry. Currently there are no automated features depending on the health status but there is an feature request for auto deleting zones which don't have the correct nameservers at registry level. For any custom menu entry p...
by Daniel
29 Jan 2017, 14:14
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

Good to hear it's now working as expected. The menu entry is related to the zone being index by SoluteDNS meaning it's in the solutedns zones table and assigned to an client. If it's not indexed, SoluteDNS will not overwrite the DNS Management sub menu entry. If an zone exists but you don't want to ...
by Daniel
28 Jan 2017, 23:01
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

If the priority value is 1 in all cases the most likely explanation is the SDNS_hook function isn’t being detected which may be caused by - Hook function name misspelled - Hook filename misspelled - Hook file in wrong directory - The hook file isn’t opened with <?php If the priority value is 0 and t...
by Daniel
28 Jan 2017, 20:46
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

The hook initiated by SoluteDNS should state an function name starting with SDNS_ and should reflect the priority as set in the custom_hooks.php file of SoluteDNS. For example: Hooks Debug: Hook Defined for Point: ClientAreaPrimarySidebar - Priority: 99 - Function Name: SDNS_hook_menu But you may se...
by Daniel
28 Jan 2017, 19:32
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

I'm sorry to hear it still doesn’t work. As far SoluteDNS goes, changing the priority of the WHMCS menu system really is the limit of menu organisation without hardcoding it. As it seems the SoluteDNS value gets overwritten after all you may want to look at the other module in which way it’s overwri...
by Daniel
28 Jan 2017, 18:24
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

For the domain details page you just need the primary sidebar. But you may want to try raise the number to an higher value.

I believe during testing the higher value got more priority. But this is based on the WHMCS menu system.
by Daniel
28 Jan 2017, 18:05
Forum: Legacy Module
Topic: Override registrar's DNS management
Replies: 28
Views: 19825

Re: Override registrar's DNS management

Please make sure the hook is working: The file name must be: custom_hooks.php and this file must be placed in the /modules/addons/solutedns directory function SDNS_hook_ClientAreaMenuPriority() { return array( 'ClientAreaPrimarySidebar' => 2, 'ClientAreaPrimaryNavbar' => 1 ); } Make sure the arrray ...
by Daniel
24 Jan 2017, 18:19
Forum: Announcements
Topic: v2.17.001 for WHMCS released
Replies: 0
Views: 11272

v2.17.001 for WHMCS released

We are pleased to announce the release of SoluteDNS for WHMCS v2.17.001. See our blog post for more information about this new release

Download Now | Changelog


Documentation
Also check out the documentation for help with setting up SoluteDNS.