-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
Giving someone you do not trust access to your code, via your templates or otherwise, is never a good idea. Blesta uses a template engine as part of minPHP, it just so happens it is very light weight. If I recall, Smarty had some major security vulnerabilities which affected at least 2 of our competitors. The bottom line is, you should only install extensions or themes from sources you trust.
-
We have no plans whatsoever to go to a per-client billing model. I just don't see that ever happening, I'm not a fan of the model. In theory it sounds great and fair, but in reality it only works for SaaS. The Lifetime license is certainly the most likely to get a price hike. Because it comes with updates forever, we have to be careful about how many we sell. That said, no company will ever say they will never raise prices. Inflation alone makes that impossible to promise. But, if you look at our record you'll see that we have never raised prices, and if we did, we certainly wouldn't raise them by 200% overnight.
-
[Extension] OpenStack VPS For Blesta by ModulesGarden
Paul replied to ModulesGarden's topic in The Marketplace
Very nice, some people have been asking for this. -
It looks like we don't use an auto response for auto closure. If you inspect the markup, what's output in the source for the image exactly?
-
The system user would have to have an associated email address, which I think would have to be hacked in. Are you just seeing the system gravatar in the UI, for tickets that are auto-closed?
-
I don't believe there is any email associated with the system user. What are you seeing, and what does the source look like?
-
Looks like it's fairly new, and has a PHP 5.5+ requirement. Looks good though
-
What do you plan to do with that information, display it to the end user? I would suggest something like "Your license is invalid. Your license may have expired or been suspended for non-payment. Please visit your account at https://my.account.com/client/login " Though, looking at the documentation, it seems to mention the following statuses: valid invalid_location invalid_version suspended expired unknown Did you follow the docs? Are you using the official License Manager?
- 4 replies
-
- blesta
- license manager
-
(and 2 more)
Tagged with:
-
If the license server returns no data, can't you assume the license is invalid within your application/module/extension/etc? This sounds intentional.
- 4 replies
-
- blesta
- license manager
-
(and 2 more)
Tagged with:
-
PM me your key, or if you have an account with us and paid for the support & updates that way, please open a ticket. I will get you a copy of v4 beta 1. If you are not going live for a little while, I'd suggest making any customizations to v4 to start with, it will be much easier.
-
I expected this, but I didn't think they would move toward a per-client pricing model and drop owned licenses. People really don't like that pricing model.. but the worst part of it is this: If you use WHMCS, they know how many customers you have. They know what modules you're using. They are collecting that data. How will they use it? Maybe cPanel will market to hosting providers using WHMCS that don't yet use cPanel. If the information gets out, how will someone else use it? Something to think about.
-
I believe it's a browser issue, not sure how we would correct it. Chrome should know the difference between a page load and an AJAX request.
-
Do you offer custom Blesta development services? Let us know!
Paul replied to Paul's topic in The Lounge
We need to keep the description purely about custom Blesta development. Planning to add you soon, will just be the following text unless you want to expand on it: My recommendation would be to focus on what kinds of custom development projects you've already done.. whatever you're good at, whatever you want to do. Plugins? Modules? Gateways? Themes? When people visit this page, this is going to be the first thing they see about you.- 19 replies
-
- blesta development
- development
-
(and 4 more)
Tagged with:
-
You can't send email with IMAP, it's an MDA.
-
Is it possible to use PHP 5.4? Blesta 4 will require PHP 5.4+, so if they have that version with mailparse it may be better to use it instead.
-
That's unusual. Not sure of anyone else having that issue, I don't think your password would change itself. Does anyone else have access to your account?
-
If there was a thread, I could tweet it out and it may generate more interest. Cheers
-
Disable manage and tabs for all services != active
Paul replied to Blesta Addons's topic in Feature Requests
Thanks, CORE-2283. I thought we had a task for that previously, but I couldn't find one. -
Well that sounds like you don't have mailparse.
-
That's great! I would even suggest starting a new thread in the marketplace forum for this module so there is a dedicated thread for it.
-
Done - https://www.blesta.com/development/ I hope you don't mind, I fixed a spelling error and changed some grammar. If you want me to change anything else, let me know.
-
Hey, I'd like to add you guys to this page if you want - https://www.blesta.com/development/ I need a logo, a description, and a URL to link a button to for custom development.
-
Very nice! I love the t-shirts too.
-
Yes, it appears that mailparse is in your PHP CLI environment, great! Unfortunately that doesn't get us any closer to determining the issue. What you can do is enable error reporting. An error may occur in the bounce message, but would definitely appear if you tried to pipe a text file email to pipe.php via SSH. To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); If running Blesta 3.6.2, also change Configure::set("System.debug", false); to Configure::set("System.debug", true); Did that work for you on cPanel?
-
Be sure to confirm it's available via CLI in /usr/local/bin/php