-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
Do you get the same error on PHP 7.0 or 7.1? Did you modify any files? If there is premature output, it may hinder sessions from working properly. This is most commonly an issue when modifying templates and leaving extra spaces or new lines at the beginning or end of files.
-
I'm not aware of anyone who has created a C# API library. You could probably port our PHP API library pretty easily https://github.com/phillipsdata/blesta_sdk it's very simple.
-
VPS's must have a dedicated IP. Are you provisioning with an internal IP, and providing SSH on a single routable IP for all servers, and doing port forwarding of some sort? Isn't it a manual process to provision port forwarding? If so, where is that information coming from and how will the module know about it?
-
Per your recommendation, we have a task to support a built in captcha system as an alternative to recaptcha. https://dev.blesta.com/browse/CORE-2895 I don't have an ETA, so would recommend Blesta Addons workaround for now if you need a recaptcha alternative right away.
-
Packages Addons cannot be made mandatory, but config options can have a minimum value. Consider using config options instead Quantities can be limited on addons if using the universal module and using a qty field for which you define the options. You can also have a config option of the type quantity with a min, max, and step value. The config option may be the way to go depending on how you sell/price things. Quantity of a service cannot be limited per client, only per-stock. However, it's likely we will be adding a per-client limit in the future and have an open task to do so When clients upgrade, they are charged a prorata amount for the upgrade to the end of the current term, in which case it'll renew at the new price. As an admin, you can make adjustments to do whatever you want, if you want to diverge from that. Admins can use the order form by using the "log in as client" option and checking out, however you can add services as an admin to bypass the order system which has more flexibility I'm not sure what you mean about the service status. Services only become active when: 1. The order is approved. 2. The invoice is paid. 3. The cron runs to provision paid pending services. If you add a service as an admin, you can set the status to active without payment if you want, but the system does not activate services for which no payment has been made automatically. But you can activate them manually as an admin without payment if you wish Billing Yes, you can use 5 years as a term. Any value term period options are available. For example, 2 months, 6 weeks, 4 days, 13 years, are all possible options. Client Area/Invoicing/payments You can have clients pay with a link in their email. To prevent them from logging in, just set a username they would not be able to guess, so that they can't reset their password Support Yes staff can open tickets that are assigned to a client Tickets are generally assigned to a client, so if you want to keep them "internal" maybe a dummy client account to add them to would be ideal Marketing Yes, just use the Mass Mailer plugin https://docs.blesta.com/display/user/Mass+Mailer
-
How are you planning to integrate? Blesta has a very open API, that supports all public model methods, including those of extensions. https://docs.blesta.com/display/dev/API
-
But you have left the database engine alone: Innodb, and not modified it to MyISAM.
-
Is your default currency INR and the package importer created pricing in USD? You may have to update all your pricing, and switch it to INR. The pricing is imported based on a % markup from your prices in TSS, which are probably defined in USD. Not sure it's possible to import into another currency.
-
Is Telegram still popular? I thought it was on the decline. We're open to adding additional notification methods for a variety of things. What types of notifications do you want to be pushed to Telegram? Are these channel based notifications, or direct messages? Trouble tickets, order notifications, and/or?
-
Awesome. Welcome! If you have any feedback or suggestions, let us know. And if you decide to ever offer reseller hosting, I know a good billing & support software you can bundle with your plans
-
Version 4.4.0 is now available. You can download directly right here. 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. Overview New config option field types: text, textarea, password Markdown editor where markdown is supported Client payment type overrides for credit card and ACH Improved addon service management New Modules: cWatch, WHMSonic New Gateway: GoCardless Upgraded TCPDF, reduced file size of invoices and added new fonts Upgraded client area and front facing pages to latest Bootstrap 3.3.7 Improvements for PHP 7.2 Release Notes See Blesta Core - Version 4.4.0. For older releases see all Change Logs.
-
A new cWatch module is now available. To install, download from Github at https://github.com/blesta/module-cwatch and upload the cwatch directory to ~/components/modules/ and go to Settings > Company > Modules to install it. Preliminary documentation can be found at https://docs.blesta.com/display/user/cWatch
-
Is it this? https://dev.blesta.com/browse/CORE-2829 Resolved in 4.4. If this is the issue you are experiencing, there is a workaround mentioned in the task.
-
We don't have any plans to add a reseller tier. Would likely require modifications to the core, though it may be possible to implement quite a bit of it through a plugin. Cost depends on specifics.
-
Thanks! I confirmed this is the setting, and I started a new page in our documentation for this. https://docs.blesta.com/display/user/Config+Files#ConfigFiles-Blesta.default_password_reset_value
-
If it said something else, an attacker could throw a dictionary file of email addresses at your system and find out what users are registered. It's an attack vector. I think there is a setting for this in /config/blesta.php though // Default password reset value. Set to true for improved security, false for more accurate error reporting Configure::set('Blesta.default_password_reset_value', true); But I don't recall 100% if this is the one. You can try changing to false and test. If it doesn't affect that, then just change it back.
-
All I know is what they told me. Once they release something, I may do a video and blog post to show how it works.
-
This is news to me, because they had issues upgrading to 4.4.0 beta 1, asked for help, and they got it working. On 10/27 Brijesh emailed me and said: So, maybe they will wait for the final release of 4.4 to release the plugin publicly? I don't know, but it sounds like they are working on it now.
-
Blesta does not have a reseller tier of users. There are Admins, Clients, Contacts. I would suggest becoming a Blesta reseller and offering your resellers their own Blesta installation. You could create a module that they use to provision for their clients, and that module connects to a Blesta plugin that you have over an API to provision. Your Blesta (With API Plugin to provision) - Your resellers Blesta (With module to provision with your API) -- Your resellers customers (Inside your resellers Blesta installation)
-
Pricing must be set in months. My understanding is that this is because there are some 3 month certs, and/or The SSL Store is expecting the value in months. If you set it to 1 year, the module may not know what to do with that, you should leave the terms as-is.
-
Jira is for internal use. You can create and vote on items at https://requests.blesta.com but since we have a task, may not be necessary. Though, if you do create a task and it's popular we may raise the priority.
-
Use the Domain & Other order type. All your domain packages go into a single package group, which is selected in the drop down menu on this order form type, but not in the multi-select. The multi-select is where your other packages go. If you want to sort packages, you can go to Packages > Package Groups, and click a package group to expand and show the packages inside. Drag-n-drop the packages to your desired order.
-
Softaculous is aware and actively working on it