Openprovider-WHMCS-domains icon indicating copy to clipboard operation
Openprovider-WHMCS-domains copied to clipboard

[BUG] To-Do List items created for warnings

Open willdashwood opened this issue 1 year ago • 2 comments

With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following:

Warning 1: Code: 250 Description: Nameserver addresses are automatically resolved by system Data: Nameserver IP addresses are only saved for glue records

It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?

willdashwood avatar Jul 24 '24 08:07 willdashwood

Hi @willdashwood,

Thank you for reporting the problem.

With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following

In the new version of the module, when a domain operation gets a success response (code: 0) from the API but has a warning, a to-do list item will be created. This allows WHMCS admins to review and take necessary actions when required. This improvement was added to prevent domain downtime problems like the one mentioned in [issue].(https://github.com/openprovider/Openprovider-WHMCS-domains/issues/271)

It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?

The warning with code 250 is coming from the API. As it is not a critical warning and doesn't require an action, I will create a task for our module developers to exclude it from creating a to-do list item in WHMCS.

sapillai avatar Jul 25 '24 07:07 sapillai