Jump to content

Jonathan

Members
  • Posts

    409
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Jonathan

  1. I reported this to Blesta a few months ago and this is the solution to help troubleshooting this exact thing: https://dev.blesta.com/browse/CORE-2603
  2. Make sure the privileges on your API token in WHM is set to all. That will fix the ACL selection issue.
  3. Ok I found your problem. The fault actually lies in the fact that XML is horrible and the module is inconsistent in parsing it. If you had multiple email addresses across your domains it would work as expected. I've had to do hacky fixes on this XML parsing in several other instances now....lets do another! I should have a fix for you later today or tomorrow. @namesilo-admin is supposed to be working on a JSON API....it sure can't come soon enough!
  4. REMI repos are solid for sure!
  5. Someone forgot to pay for their domain
  6. Try the debug code from our PM and let me know the results.
  7. Hopefully it's not too soon for a feature tease
  8. Sounds like your line 653 doesn't match this: https://github.com/knownhost/Blesta-Namesilo/blob/master/namesilo.php#L653 I repackaged the zip and made sure this is in there properly as it wasn't originally. You just need to fix that line.
  9. Version 1.8.1 has been released to address a bug causing the domain's option fields to not appear on the order form. @S.H. I also noticed something in the code that may have been causing your issues so this may help you too.
  10. The email address associated with the domain's registrant should be there. The issue is going to be somewhere around https://github.com/knownhost/Blesta-Namesilo/blob/master/namesilo.php#L1874 If I give you some debug code to put in can you do that? Go to "Manage" on the NameSilo module. Click "edit" next to your user(s), then click "Update Account". Since you did that, what are the results of this query? select * from module_row_meta where `key`='namesilo_module';
  11. Please see the new thread for this module at
  12. NameSilo Domain Module This module is a complete solution for domain registrations and transfers through NameSilo. This module builds upon and continues the work by @NETLINK. He and I will be jointly contributing to this project and we welcome any other contributions on GitHub. An old thread related to this plugin was at https://www.blesta.com/forums/index.php?/topic/3399-namesilo-plugin Features Domain registrations Domain transfers Supports all NameSilo-supported TLDs by dynamically listing the available ones to package creation Proper .us/.ca support with necessary fields on order forms NameSilo audits Sync service's renewal date with domain expiration date Register/manage nameservers/hosts Set/change nameservers Update WHOIS details Lock/unlock domain Retrieve EPP code DNSSEC management Check email validation & resend validation email if needed Toggle WHOIS privacy Manually extend registration Transfer status tracking Screenshots Coming soon Installation https://github.com/knownhost/Blesta-Namesilo/blob/master/README.md Upgrading Nothing special is required except when updating from <1.8.0. In this case see the "Other" section below. Known Issues A domain transfer can be ordered for more than 1 year. NameSilo's API does not allow a transfer to extend more than one year so the extra years would be lost if not manually corrected. I'm unsure of how we'll solve this at this point. Future Plans Update for Blesta's new domain management system when release. This will be the v2.0 milestone and will likely be mostly a rewrite of the module. Clean code and remove unnecessary code. Manually extending as an admin should support invoicing/queuing to post-payment. We should be able to do this with the proration logic. DNSSEC management Implemented! Source This module is fully open source and can be found on GitHub. Two repos are kept fully updated with releases currently being built on the second: https://github.com/knownhost/Blesta-Namesilo https://github.com/NETLINK/Blesta-Namesilo Download I will make every effort to maintain the listing in the marketplace at https://marketplace.blesta.com/#/extensions/80-NameSilo Module GitHub will always definitely be up-to-date: https://github.com/NETLINK/Blesta-Namesilo/releases Other The version 1.8.0 release is a major update building upon @NETLINK's work. The new auditing features will not work properly until you "manage" and save your NameSilo account settings. Everything else should be fully backwards-compatible.
  13. I'm not saying have separate terms that can be entered for it - I'm saying restrict which one can be chosen (1-year) on the page after the domain is selected assuming transfer was chosen as opposed to registration.
  14. No this is coded as part of the module directly - it's not a helper plugin. I intend to also let it be automated once modules can create automation tasks in Blesta 4.3+
  15. Not all registrars allow you to extend a domain at the same time as transferring it. Does Blesta have any way to limit the available billing terms if transfer is chosen? https://github.com/NETLINK/Blesta-Namesilo/issues/20 Limiting billing terms for domains to only be able to be registered for one year is not a good solution so I'm hoping that there's something I'm not thinking of to let the module gain some control over the displayed terms since terms only pops up after you've already chosen register or transfer.
  16. It's specifically for this NameSilo module. It's my work.
  17. Just a quick teaser for everyone
  18. I bet the slowdown is happening with Plesk itself, especially if the plesk API waits to return a response to Blesta until after the account is actually deleted.
  19. Not that I was able to find. .dk looks to be pretty restricted in terms of registrars.
  20. I've submitted code for this https://github.com/NETLINK/Blesta-Namesilo/pull/16 It will be a button per-service which an admin can click to sync the date. In the future I may expand it with a cron or a "sync all" button via module management.
×
×
  • Create New...