Jump to content

Paul

Blesta Developers
  • Posts

    6,622
  • Joined

  • Last visited

  • Days Won

    824

Paul last won the day on October 2

Paul had the most liked content!

About Paul

Contact Methods

  • AIM
    hstngsltns
  • Wire
    @paulphillips

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

107,724 profile views
  1. What version of PHP are you running? Under Settings > Modules > Universal Module, edit the product. What service fields do you have set and what are the options? A screenshot would be helpful.
  2. I'm not able to reproduce this, what version of PHP are you running? What version of Blesta is it? I tried "Invoice Creation", and "Transactions Applied", with CSV and the report was downloaded. PHP 8.2.
  3. Paul

    Pipe with Debian 12

    If the issue is that email sent from the support system is coming from support@my.rippinhost.com then there are 2 places in Blesta to check for this. Under Settings > Company > Emails, edit all the templates for the "Support Manager". On ticket receipt, the template used to auto reply is "Ticket Received". Edit and check the From Address. Now, there is an option to OVERRIDE the from address on the templates on the department. Support > Departments: Edit. Make sure the department email is correct, and the option "Override the from address set in email templates with the email address set for this department" is checked.
  4. There is a temporary code fix in the comment on the task https://dev.blesta.com/browse/CORE-5237 An official fix will be in the next release, but if you follow the steps in the comment you can get it working now.
  5. The hostname should not include "https://" in it, here's an example of another TLD from the file: {"zone": ".com", "host": "whois.verisign-grs.com"}, the host should be the whois server for the TLD. You'll need to add a line for each extension. I tried to find what the whois server is for .pk, but they seem to have implemented something non-standard, a webpage lookup essentially than a true whois. However, I did a test with whois.pknic.net.pk and I got a response, so I would suggest trying it with that hostname. # jwhois -h whois.pknic.net.pk domain.pk [Querying whois.pknic.net.pk] [whois.pknic.net.pk] # WHOIS .PK Domains (PKNIC) Domain: domain.pk Status: Domain is Registered Creation Date: 2006-01-20 Expiry Date: 2026-01-20 Name Server: carol.ns.cloudflare.com Name Server: johnny.ns.cloudflare.com Name Server: Name Server: So maybe something like this might work: {"zone": ".pk", "host": "whois.pknic.net.pk"},
  6. Congrats on the new marketplace! Looking great! I hear people are waiting on the release of the new Virtus theme.
  7. The license is eligible for transfer. Seller must open a ticket to initiate a transfer and pay the transfer fee ($25) when ready. Support and Updates is current so that does not need to be renewed first (Until after June 15, 2025).
  8. We have a sample configuration for Nginx here https://docs.blesta.com/display/user/Installing+Blesta#InstallingBlesta-Nginx but Nginx use should be reserved for experts. The sample config is reported to work pretty well, but that doesn't mean it's perfect. If you've copied the important bits from the sample config and still have problems, you might consider switching to Apache.
  9. Paul

    Generic Domains

    The TLD list is included in /components/modules/generic_domains/config/generic_domains.php You can try adding the TLD to the list exactly like the others. If the whois library has support for the TLD for looking up availability, then than may be all you need to do.
  10. Deleting a client within the interface also removes any/all data associated with that customer. Transactions, services, etc. Only clients with no active services or open invoices can be deleted via the UI. If you simply delete the client, you may be leaving orphaned data. I would recommend digging deeper into how the delete client code works, it's possible you need to perform some other steps also.
  11. This has been added to version 5.11 already, so it will ship with 5.11 when released.
  12. You need to determine what module is required. MyOrderBox sounds like Logicboxes, but I'm not certain. Registrar modules can be installed under Packages > Domain Options: Registrars. TLDs configured under TLD Pricing, and to sell create an order form (Packages > Order Forms) of the type "Domain and Other".
  13. If this is the settings in the module for limits, then yes, set a reasonably high number for what you expect to fit on the server.
  14. Hi there, the default is no limit. When creating a Package, just leave both these options Unlimited.
  15. Paul

    WEB3 Domains/TLD's

    Can you provide some details/context? By WEB3 domains are you talking about crypto domains that do not work like typical domains? How would you see this working with Blesta? Please be specific.
×
×
  • Create New...