-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
@John Heenan I'm not sure I have a complete understanding of this, but I've created the following task if you want to review and advise whether this is the proper solution. https://dev.blesta.com/browse/CORE-5168 @Kurogane I don't see a bug here at all, if these altcoins are plugins to BTCPay Server and not configurable out of the box, then they fall squarely under the category of feature request. You can make a feature request at https://requests.blesta.com to recommend adding support for additional coins.
-
Make sure your server is not doing any caching. If requests are proxied via Cloudflare, or a reverse proxy like Nginx or something else, it may be caching page details causing the captcha not to work. To disable the captcha, edit the order form (Packages > Order Forms: Edit) and make sure "Require Human Verification Challenge for All Signups" is unchecked.
-
Ok, to see if I understand: The payment method is set by the Blesta button, so that the BTCPay invoice generated requires payment via that method. BTCPay supports (Bitcoin or Lightning, or any of the 4 you mentioned) as returned. You said: But it appears that it may also be possible for us to allow the payment method (From the 4 mentioned) to be set in the gateway configuration in Blesta) so that the payment button generates a BTCPay invoice in the desired method. Or, we can simply remove the option and allow the client to select it. What path would you recommend? Allow the payment method (of the 4 options) to be set in the gateway config in Blesta, so that the button specifies that method when a BTCPay invoice is created. Or, comment out the line so that the client is presented with the options? Curious what you think is the best way to go. Do you think admins want to force the client to pay with Lightning or BTC on the gateway config level, or let the client choose? I assume that the client will only be able to choose from methods that have been configured in BTCPay Server? So if BTC is the only option, then only it will appear.
-
What currency is the invoice in? I assume it is being converted automatically to BTC? So the issue is that payments from Blesta can only be made in the standard BTC, not through the Lightning network which is also BTC but off chain? If this is specified in the button code, it may need to be a setting in the BTCPay gateway config to specify the type.
-
Thanks, please continue to report any findings in this thread. I've created CORE-5165 so that we can correct as many of these as possible for 5.10.0.
-
Oh just to add, the TLDs appear to be jumping around in your video, that should not happen in 5.10+, we made an update to better handle sorting.
-
There isn't but I agree there should be, I've created CORE-5163 for this.
-
QR code image not visible when enabling 2fa on a customer account
Paul replied to John Heenan's topic in Bugs
Thanks, we have created the following task https://dev.blesta.com/browse/CORE-5160 -
Error upgrading/downgrading plan with Virtualmin module of Blesta
Paul replied to John Heenan's topic in Bugs
Thanks for the report, we've created the following task: https://dev.blesta.com/browse/CORE-5156 -
Your issue is much earlier, in a 5.5 upgrade task. Not to say you won't experience the same issue if your upgrade makes it to 5.8. In any case, I've mentioned this to the team so we can investigate. This is an issue for some people, but not all people so it may be partly dependent on MySQL/MariaDB version. @exception0x876 what is your MySQL or MariaDB version?
-
How do I stop Blesta 5.9 with php 8 filling up daily logs with E_DEPRECATED messages?
Paul replied to John Heenan's question in Support
If you are on 5.9.3, there are substantially fewer notices in ../logs_blesta/ that in 5.8. We'll release version 5.10 beta 1 soon. I would recommend installing it, if you see any notices on PHP 8.2, let us know what they are and how you encounter them and we'll take a look. -
The label is determined by the module you're using. If you're using the Universal Module, then the label is the 1st Service field created for the Universal Module Product. If you are using "None" for the module, you might consider using the Universal Module instead https://docs.blesta.com/display/user/Universal+Module#UniversalModule-ServiceOptions
-
The deprecated notice probably has nothing to do with it. There's a bug as part of 5.9.2 that does not allow reports to be written to the default temp directory under Settings > System > General. If you create a new directory called "tmp" within your uploads directory, and set your path to that for temp, that should work. Until we release 5.9.3 (probably this week).
-
The line number is approximate, the important part is to find the code mentioned and update to what is shown.
-
You MUST update to 5.8.3 if you are running 5.8.2, or you are not protected. Apply the patch (blesta-5.8.0-5.8.3), ignore "hotfix" directories. Backup everything first.
- 6 replies
-
- blesta update
- security update
-
(and 2 more)
Tagged with:
-
There's currently a bug in 5.9 that makes ticket piping and CLI imports not work properly. These will be fixed in 5.9.3, but here is a simple change you can make that may work in the interim. You can make a code change on 5.9.2. In app/models/blacklist.php around line 249 change: public function verify(string $input, string $type) To: public function verify(?string $input, string $type)
-
If you installed 5.5 then upgraded to 5.9.2, just make sure you ran /admin/upgrade after replacing the files
-
The hotfix directory included with Blesta is only for users that do not have the Ioncube PHP extension, but SourceGuardian instead. Official files support PHP 7.2, 7.3, 7.4, 8.1, 8.2 with Ioncube, at least as of Blesta 5.9.
- 6 replies
-
- blesta update
- security update
-
(and 2 more)
Tagged with:
-
You can use the Mass Mailer plugin. Settings > Company > Plugins to install, access under Tools > Mass Mailer. It doesn't send an email automatically, but you can select which clients to send an email to and send anytime.
-
You don't have to sponsor anything. We'll continue to add features based on demand, and when this rises in priority over other heavily requested items we'll consider adding it. Sponsored development lets you put your money where your mouth is. We find that people will up vote all kinds of features, but when they are willing to actually pay for them they show that they really need it. If you're not willing to pay for it, then it's probably not much of a requirement for you. Every feature we add has an internal cost to us, often significantly so, so we have to prioritize based on demand. Regarding paid modules, that is an option, but a module that only 3 or 4 people would use would be priced considerably higher than a module 3 or 4 hundred people would use. Modules that drive demand are already being created by 3rd party developers, quite a few of them, actually. But an authentication scheme is neither a module or a plugin, but a core feature, one we would not be able to charge extra for.
-
You want to sponsor it? Demand hasn't exceeded demand for most other new features we've been adding.
-
Are you sure you have enough disk space? Unable to create files and database tables sounds like maybe you're out of disk. I'd recommend trying to install manually https://docs.blesta.com/display/user/Installing+Blesta it's pretty painless.