-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
I believe this has to do with the time your invoices are generated and the time the suspension runs. I suggest having the suspend automation task run at least 15 minutes after your invoice generation. There may be more to it than that, and I'll look into it, but we chat about this outside this thread and I'm curious if that resolved it for you.
-
validateHostname Should Accept Uppercase Characters
Paul replied to Jonathan's topic in Feature Requests
Maybe we can start a list of modules affected, which are you personally seeing this with? We would have to create a task for every module we intend to update. I agree that upper shouldn't be rejected, and that it should be run through strtolower() before it is sent through any API or saved to the database. Most of us never consider using an uppercase letter in a hostname, so it's a kind of edge case. -
You can already merge tickets. Under Support, check the ticket you want to merge, then select the Merge option and enter the ticket number to merge into.
-
Password protect the Admin folder / admin path with htaccess
Paul replied to Chris van der Westhuizen's question in Support
You'll have to add to the standard .htaccess file before every request is routed to index.php, checking for the URI (/blesta/manage/ if that's where your route points). I don't have an example, but it wouldn't be difficult to find one. I would highly recommend instead, just doing the following: Use a route that is not easy to guess, consider changing it periodically Most importantly. Have ALL Staff use 2FA. You can download the Google Authenticator for iOS and Android, and use that. Nobody will be able to login as you, even if they had your username and password. -
Is your preference that we CLONE proforma to invoices? We are looking at fixing issue with number re-use for proforma, but I wonder if we should be keeping a copy of proforma also and not converting them, but cloning them instead.
-
I can confirm that this is a bug. We're looking into it for 4.3.2.
-
If the invoice due date is the 8th, and you've got it set to suspend after 2 days, then it makes sense it would be suspended on the 10th. Unless I'm missing something?
-
I suppose that is possible. I have not personally tested with a currency of BTC at such a low value. If you set your price in say USD, and allow Bitpay to convert it to BTC on its own, does that correct the issue?
-
Is this a legal issue in your area? If so, I wonder if we should make this a setting.
-
Version 4.3.1 is now available, please see the release announcement. Patching Blesta See Patching Blesta in the User Manual for instructions. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Migrating to Blesta See Migrating to Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.3.1. For older releases see all Change Logs.
-
Yes, there's plenty for us to do, but I wouldn't give whimps that much credit. They changed their entire business model to maximize profits with their license pricing, scheme, and particularly market connect. They are turning their customers into resellers of theirs. Maybe it's evil genius, or maybe cPanel finally needs a return on their money. Either way, we have been adding a lot of things, particularly integrations. We have more work to do, but Blesta is used by more and more people every day. Not a day goes by that I don't personally help someone move away from our competitor. President Trump talks about trade deficits.. if we are looking at deficits, it's that far more people are migrating to Blesta than away from it.
-
If it's something you want to sponsor for the official release, please PM me. Any languages specified would have to be installed in Blesta, and this would just be an alternative to selecting the currency code in the drop down menu which already exists.
-
For what it's worth, I think @Blesta Addons subscription model is a good one. It supports future development and you get access to many great extensions.
- 45 replies
-
- multi languages
- languages
-
(and 1 more)
Tagged with:
-
What's causing the refresh? The payment page shouldn't refresh automatically. If it refreshes at all, it would redirect to the payment gateways hosted payment page. Do you have Blesta installed in a sub-directory? Have you integrated Blesta with your website? Possible there is some conflicting javascript?
-
Just to add.. I think to support the display of the full 4 decimal precision, we would need to add a new Currency Format (Settings > Currencies > Active Currencies > Edit: Format of say 1,234.5678 You can make a feature request for this at https://requests.blesta.com
-
I suggest defining the price in your normal currency and allowing Bitpay to convert it automatically. If selling in BTC, I think it'd probably be better to define the price in mBTC so that your 0.00801 BTC would be represented as 8.01 mBTC. However, some changes to the gateway may be necessary for that kind of representation. We use the Bitpay gateway and it automatically converts USD to BTC, it's what I would recommend doing.
-
This is the "better way" if editing structure.pdt <?php if($system_company->id == "1") { ?> .. your code here .. <?php } ?> Just change the ID "1" to your company ID. Then you don't have to do the hostname validation yourself, it'll be done based on the company.
-
We are revisiting this, and I plan to spend some time to more fully spec out the task. No eta, but we know this needs to get done. It's not going to be as fully featured as some standalone affiliate systems, but it should get the job done.
-
In order to delete the packages, no services can be using them, regardless of status. We suggest moving the packages to inactive so they are not cluttering the active package page. If you want to fully delete them, you must first delete any services that are associated with the packages, which would need to be done in the database directly. If you do this, be sure to backup your database first.
-
/components/plugins/universal_domains? Maybe they are doing something unusual, but Blesta plugins should not go here, they should go in /plugins/. Modules go in /components/modules/
-
Users without an account can't close tickets on Blesta 4.3.0
Paul replied to Panormitis's topic in Bugs
I'm not able to duplicate this on a 430 b1 install upgraded to 4.3.0 final. Is anyone else having this issue upgrading from Blesta 4.2 or later? -
Thanks for resurrecting this thread It's been an interesting year for cryptocurrencies, bitcoin is now back over $8k after falling from nearly $20k in December to below $6k. I agree with you - a lot has to change for cryptocurrencies to replace fiat currencies. But, I don't think that has to happen for it to be widely adopted. We're seeing IBM working with others to create "Stable Coins" on the Stellar network. When you have a digital currency, fully backed by the US dollar and FDIC insured, you have something people can trust. In the same way that people used paper notes in place of their gold and silver (Which they could redeem for the gold and silver), a stable coin could do the same with our current fiat. The result ends up being cheaper, immediate, irreversible transactions. Businesses like crypto because there's no such thing as a chargeback. I think we'll see a continual rise in crypto. It may never replace fiat currencies totally, but it doesn't have to.
- 33 replies
-
- crypto
- cryptocurrency
-
(and 3 more)
Tagged with:
-
Login to the client area at https://account.blesta.com/client/login and click Manage next to your Owned license, then Addons on the left, and select it from the drop down menu. There are only 2 options, Support & Updates and the License Manager. Select the License Manager and continue to checkout. Once purchased, you can also use it on any dev licenses you have for non-production use.
- 19 replies
-
- license
- verification
-
(and 1 more)
Tagged with:
-
plugin or what so ever to convert from whmcs to blesta?
Paul replied to Morningstar's question in Support
Blesta collation is utf8_unicode_ci and I think whmcs is slightly different, but not sure if that would cause the issue. I suspect they are doing something non-standard. -
Just to add, the License Manager consists of a plugin (License server) and module (License generator). https://docs.blesta.com/display/user/License+Manager https://docs.blesta.com/display/user/License+Module
- 19 replies
-
- license
- verification
-
(and 1 more)
Tagged with: