Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 5.11.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create a namesilo service
- Visit the Manage Contacts tab on the service in the admin interface
- Click the "pull contacts from registry" button
- Receive error
To resolve:
In compontents/modules/namesilo/namesilo.php around line 2319 change
$client_id = null;
to
$client_id = $service->client_id;