Jump to content

Paul

Blesta Developers
  • Posts

    6,714
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Paul

    Renewal Price Field

    I'm not able to reproduce. There was a bug in beta 1 that would prevent you from initially saving a price (it would save as 0.00), but that was resolved in beta 2.
  2. Did you hover over the tooltips? Tooltip behavior was changed in 4.6 because of configurable option descriptions which can contain markdown links which would then be impossible to click on. As a result, tooltips stay up until you click off of them. We're considering alternative solutions, if you have any suggestions let us know.
  3. Usually when we add new tags to a template we don't modify the template to add them in unless it's necessary. Some people may not want the reason to be sent out via email, and if they modified the template it's impossible to know where it should be included.
  4. Release Notes - Blesta Core - Version 4.6.0-b2 Bug [CORE-3119] - Adding a new config option does not incur a setup fee [CORE-3157] - Markdown editor style issue [CORE-3165] - Custom client fields that are not required and not displayed to clients result in an error [CORE-3166] - Support Manager: Image attachments with caps not embedded [CORE-3170] - Service upgrades calculating incorrect pricing when price overrides are set [CORE-3175] - Services with coupon shows different total price than generated invoice due to tax [CORE-3181] - Order: Remove unnecessary white-space in maxmind tooltips [CORE-3183] - Client service info box doesn't show config option price for one time services [CORE-3184] - Applying coupon code in admin service edit readds config option setup fee [CORE-3185] - Remove unnecessary white-space in HTML tooltips [CORE-3186] - System Overview: Remove unnecessary white-space in HTML tooltips [CORE-3189] - Unable to remove checkbox as only config option in client interface Improvement [CORE-2964] - 2Checkout: Update gateway [CORE-3163] - Add renew column in Package pricing expandable area [CORE-3171] - Order: Remove Standard template arrow icons from summary [CORE-3178] - Allow gateways to be fetched by class Story [CORE-3159] - Show package renew price below/near price Task [CORE-3180] - PayPal: Subscription functionality has been removed Sub-task [CORE-3164] - Order: Show package renew price next to initial price
  5. Blesta version 4.6.0-b2 (BETA 2) is now available. You can download it from right here (Client Area Login Required). Read the blog post announcement at https://www.blesta.com/2019/05/28/blesta-4.6-beta-released/ This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4.6 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.6.0-b2. For older releases see all Change Logs.
  6. I would recommend putting Blesta on a different server than WordPress. WordPress often has vulnerabilities, which could let an attacker into all your customer data in Blesta. For integration, you can hire a company like Zomex to integrate the WordPress theme you buy with Blesta to make it look the same and match. This is what most people do.
  7. Thanks. I see no reason why you should be logged out unless the hostname in your browser changed, or your IP changed, or the server path to your installed changed. Tyson is looking into this in more detail to see if it may be a bug.
  8. SELECT * FROM `log_cron` WHERE `output` LIKE '%validate%'; Can you run this query on your database? Any results? If yes, interested in the start and end dates. This is the cron log that contains license validations, which should occur automatically as part of your normal cron run.
  9. Please open a ticket with us so we can confirm the license is eligible for transfer. https://docs.blesta.com/display/support/License+Transfers
  10. Settings > System > Automation. When is the date/time for the last cron run? What version of Blesta are you running? Do you have a cron job set up to run the command shown on that page every 5 minutes?
  11. Paul

    order form

    What module are you using? We have a task for cPanel to allow a config option that determines the server group. See https://dev.blesta.com/browse/CORE-3024 This would allow the creation of a dropdown for selecting the server group, and you would organize your server groups by location. However, I don't have an ETA on this task. For now, what I would recommend is creating a Package Group for each location, and cloning your Packages (selecting the right server group for the cloned packages) and assigning them to the new Package Group for that location. On your order form, they would be listed by group like this: USA Hosting - Plan A - Plan B UK Hosting - Plan A - Plan B .. etc Then they would select the Package within the group for the location they want.
  12. Did you check that Blesta is sending out the email every hour? Tools > Logs > Email. Is there only 1 transaction recorded for the payment in Blesta, or are you seeing many transactions? (Check all statuses) Blesta sends the email receipt after receiving an IPN notification from PayPal, so no others should be sent unless Blesta receives multiple IPN requests. See Tools > Logs > Gateway log to see PayPal IPN request logs.
  13. The goal is to remain backwards compatible, so far it's looking like that will be possible. Meaning that existing registrar modules should continue to work, and it shouldn't break when installing the domain manager. However, the domain manager may not be able to recognize pre-existing domain packages and take control over them. A way of conversion may be required to take full advantage of the domain manager with existing domains unless starting fresh for domains going forward.
  14. Welcome back @PauloV Good to see you!
  15. Have you tried the OpenSRS module available from here:? We do have a Vultr module, which supports the application installation images. No AWS integration at the moment. How did you hear about Blesta?
  16. The renew price option in 4.6 is one of the core updates required for the domain manager, and can be used now to support a separate new and renew price for domains in the current system. A separate transfer price and better support for domains is coming. While I don't have an ETA yet, we have been making progress. I know that it's highly requested, and much needed, and our 4.6 release puts us 1 step closer in terms of underlying core functionality to support the domain manager.
  17. 4.6 beta 1 should be out as early as Tuesday/Wednesday. We may be able to add 2CO to Github, but not before 4.6 is released, it's not the right time to do it and would interfere with our release.
  18. Paul

    Noc-PS Module Issue

    How long ago did you upgrade to 4.5.2? What version did you upgrade from? Try re-uploading all the files from the full 4.5.2 release If you have ever upgraded from version 3.x, make sure you've removed the files listed in the yellow alert box at https://docs.blesta.com/display/user/Upgrading+Blesta
  19. Paul

    Noc-PS Module Issue

    It's possible, you should check that. The NOC PS module is a 3rd party module, and not supported by us, so I don't know if it has unique requirements. If it continued to work fine after upgrading to 4.5.2 then it may be compatible with 4.5.2. Check also the file logs, ../logs_blesta/ defined under Settings > System > General. The logs may have more information if there is an error involved. Also check your firewall and logs in NOC PS.
  20. Paul

    Noc-PS Module Issue

    I see INPUT but no OUTPUT, it appears that your NOC PS server is not responding, or Blesta is unable to reach it.
  21. Paul

    Noc-PS Module Issue

    Did you change anything recently? Upgrade Blesta, upgrade the NOC PS module, move your installation, etc? To view the module log for NOC PS, click anywhere in the row for the log on that page (not the "NOC Provisioning System (NOC-PS)" link)
  22. @elzek1 Take a look at what Mike from Blesta.Store mentioned with your client ID's. Any imports must be done on a fresh Blesta installation, and we recommend making a backup of your Blesta install before attempting an import so you can restore and retry. I assume you are using Blesta 4.5.2?
  23. Invoice creation automation task runs once per day. If it already ran today, then invoices won't be generated again until tomorrow. So if you're billing 14 days in advance, and it's 8 days until the service is set to renew, then it should be invoiced at the next run.
  24. Paul

    blesta.min.js

    Maybe we should ship the unminified version with Blesta also.
  25. I think Blesta version 4.6 may solve this for you. Beta soon.
×
×
  • Create New...