Jump to content

NETLINK

Members
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by NETLINK

  1. I believe the following setting under Settings > Company > Automation controls this behaviour:
  2. The issue with incorrect verification status being displayed should be fixed here: https://github.com/NETLINK/Blesta-Namesilo/tree/1.12 I've created a pull request on the official repo.
  3. The issue with the DNS Records tab should be fixed here: https://github.com/NETLINK/Blesta-Namesilo/tree/1.12 I've created a pull request.
  4. NETLINK

    Stripe zip code

    @kepler Nice find; thanks for sharing! @Jono Can this not be integrated into the UI as an option?
  5. Account gets created on CWP and logs show Success, but Blesta throws an exception and the account does not appear in Blesta. Undefined property: stdClass::$account_count on line 1172 in /home/xxx/public_html/blesta/components/modules/centoswebpanel/centoswebpanel.php Printing Stack Trace: #0 [internal function]: UnknownException::setErrorHandler(8, 'Undefined prope...', '/home/xxx/...', 1172, Array) #1 /home/xxx/public_html/blesta/vendors/monolog/monolog/src/Monolog/ErrorHandler.php(172): call_user_func(Array, 8, 'Undefined prope...', '/home/xxx/...', 1172, Array) #2 /home/xxx/public_html/blesta/components/modules/centoswebpanel/centoswebpanel.php(1172): Monolog\ErrorHandler->handleError(8, 'Undefined prope...', '/home/xxx/...', 1172, Array) #3 /home/xxx/public_html/blesta/components/modules/centoswebpanel/centoswebpanel.php(734): Centoswebpanel->updateAccountCount(Object(stdClass)) #4 /home/xxx/public_html/blesta/app/models/services.php(1134): Centoswebpanel->addService(Object(stdClass), Array, NULL, NULL, 'active') #5 /home/xxx/public_html/blesta/app/controllers/admin_clients.php(6889): Services->add(Array, Array, false) #6 /home/xxx/public_html/blesta/app/controllers/admin_clients.php(6776): AdminClients->createService(Array, Array) #7 /home/xxx/public_html/blesta/app/controllers/admin_clients.php(5292): AdminClients->processServiceStep('confirm', Object(stdClass), Object(stdClass), Object(stdClass)) #8 /home/xxx/public_html/blesta/vendors/minphp/bridge/src/Lib/Dispatcher.php(142): AdminClients->addService() #9 /home/xxx/public_html/blesta/index.php(21): Dispatcher::dispatch('/admin/clients/...') #10 {main}
  6. Froxlor is great. There used to be a control panel called Confixx, which was produced by Plesk Inc. It was sold to SWSoft and later to Parallels. When Confixx died a few years back, I migrated to Froxlor and it's been great. It is definitely not as automated as cPanel, but for an open-source solution, I have to say, it works great. I now have it deployed on 2 Debian servers.
  7. Great! We'll integrate it into the next release.
  8. Hi S.H. Please try replacing apis/namesilo_api.php with this: https://github.com/NETLINK/Blesta-Namesilo/blob/master/apis/namesilo_api.php
  9. I haven't heard anything new. I don't think it's live yet. But I like JSON. I wouldn't have any issues switching.
  10. Hmmm... A HTTP response code 0 means that cURL failed to connect to the remote server or failed to execute, so there is nothing to return. This could be due to a non-functioning DNS resolver, for example. Do you have root access to the server running Blesta?
  11. Could you try it with the master branch? If you do, the module should log a HTTP response code also.
  12. What does it say in the logs? Tools -> Logs -> Modules -> Namesilo /admin/tools/logs/module/
  13. Have you tried it with the file attached here?
  14. Hi guys. Could you do me a favour and try the following? Go to Settings -> Modules Click on Namesilo -> Manage Beside your Namesilo API user account, click the "Edit" link Now, press the "Update Account" button Once you've completed the above, please see if the error persists or if it's now resolved.
  15. I'm trying to reproduce this on my development server. Could you give me the exact steps to try and replicate?
  16. You might need to temporarily enable debugging so that we can see what's triggering that error. https://docs.blesta.com/pages/viewpage.action?pageId=10551368#Debugging/Tools-EnablingErrorReporting&Debugging
  17. This means that your module is communicating with an IP address that's not been added to your Namesilo account. Are you sure that you've added all possible IPs? Sometimes, depending on how the server is configured, it may make the request with the server's main IP, or it could be using the one that might be assigned to the user account on which Blesta is installed. To troubleshoot, you could try removing all IPs from your Namesilo account. This will allow you to connect to your API account from any IP. If the API then responds successfully, the problem is how the module is communicating with the API, and I'll be able to fix this easily.
  18. Can you try it with the attached file? Upload it to components/modules/namesilo/apis/namesilo_api.php (overwrite the existing file). If it works, we can integrate the fix into module. namesilo_api.php
  19. I think I may know what the problem is. Let me come up with something when I get to my computer in a bit, and then, I will ask you to try it again with a small patch trial. Julian
  20. If "Use Module" is selected, the service does not get created in Blesta. If "Use Module" is not selected, the service is created successfully in Blesta only.
  21. Yeah, this feature is enabled. I've used it for some clients.
  22. 4.2.2. It was also happening in v4.2.1.
  23. When trying to register a new domain through the admin back-end (with use_module enabled), I'm getting the following error when pressing the Add Service button. This happens using the Namecheap and the Namesilo module. The problem seems to be with the $service->pricing_id property. The data passed in the service_ids is as follows: array ( 0 => NULL, ) Something went wrong. Trying to get property of non-object on line 5742 in /home/user/public_html/blesta/app/controllers/admin_clients.php Printing Stack Trace: #0 [internal function]: UnknownException::setErrorHandler(8, 'Trying to get p...', '/home/user/...', 5742, Array) #1 /home/user/public_html/blesta/vendors/monolog/monolog/src/Monolog/ErrorHandler.php(164): call_user_func(Array, 8, 'Trying to get p...', '/home/user/...', 5742, Array) #2 /home/user/public_html/blesta/app/controllers/admin_clients.php(5742): Monolog\ErrorHandler->handleError(8, 'Trying to get p...', '/home/user/...', 5742, Array) #3 /home/user/public_html/blesta/app/controllers/admin_clients.php(5722): AdminClients->updateServicesRenewalForProration(Array) #4 /home/user/public_html/blesta/app/controllers/admin_clients.php(5599): AdminClients->createService(Array, Array) #5 /home/user/public_html/blesta/app/controllers/admin_clients.php(4586): AdminClients->processServiceStep('confirm', Object(stdClass), Object(stdClass), Object(stdClass)) #6 /home/user/public_html/blesta/vendors/minphp/bridge/src/Lib/Dispatcher.php(143): AdminClients->addService() #7 /home/user/public_html/blesta/index.php(21): Dispatcher::dispatch('/admin/clients/...') #8 {main}
  24. Hi. Could you elaborate what you mean exactly, or what you'd like to achieve?
  25. Of course, any contributions are welcome. It is a good idea to fetch a list directly from the registrar. I haven't looked at the code yet, but maybe it'll be possible to identify and flag those extensions with special validation requirements.
×
×
  • Create New...