-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
A plugin called Soft Auto Installer has been released, and should be included with Blesta 4.5+. Currently it integrates with the official cPanel module to deploy applications when the cPanel account is provisioned. Other modules may be included in the future. To download and use, see the docs at https://docs.blesta.com/display/user/Soft+Auto+Installer Use it to sell WordPress, or Drupal, or Blesta hosting and when clients purchase the application will be automatically deployed right after the cPanel account is created.
-
You cannot re-install Blesta someplace and copy your database. You will permanently break your installation. /config/blesta.php contains a CRITICAL system key that must match your database. For moving Blesta, please read this guide - https://docs.blesta.com/display/user/Moving+Blesta and note the red box that says the following:
-
You are getting a 500 error in your browser and this is logged? Notices should not create a 500 error and are usually not a big deal, so it may be unrelated. At what step during the order form do you get a 500 error? Is there anything else in the other log files at this time? Have you tried enabling error reporting in /config/blesta.php (change from "0" to "-1") to see if anything is output to the browser?
-
Blesta already integrates with authorize.net, 2co, stripe, and many others. If you want to write a payment gateway integration for an unsupported processor, then I would suggest looking at the gateway documentation and all included gateways are open and make good examples.
-
The Blesta trial is fully featured and allows all features and modules. It's the same code, and no restrictions.
-
There's also this plugin for Youtube videos specifically that may be preferable, particularly since it's probably going to be common to embed youtube videos. https://ckeditor.com/cke4/addon/youtube
-
The currency format is under Settings > Company > Currencies > Currency Setup. Edit the currency and select the format from a list: 1,234.56 1.234,56 1 234.56 1 234,56 1,23,456.78 1 234 1.234 1,234
-
What version were you running, and what version did you upgrade to? When running the upgrader, did it stop short or time out or did it appear to complete successfully?
-
Plesk Module - No 'Service Plans' drop-down in Add Package
Paul replied to HostingforPixels's question in Support
Ok, I think we found the cause of this. It has to do with the amount of data Plesk is returning, which exceeds the data limit for logging. We saw this in another module and have implemented a task to automatically split module logging across multiple logs if the data size exceeds what we can store. This is a core change, and I expect this to be in 4.5. -
Most will use the Universal Module, but with the addition of text, textarea, and password config option fields in 4.4 you can use no/none module.
-
I answered these via chat, so this is just a copy from there.. it may be useful to others: There's no transaction/gateway fee. I would suggest building it into your cost.A username must be created for Plesk accounts, it's typically used to log into Plesk and for FTP.Plesk requires the IP, I believe we have a task to also add a friendly URL that would be used for the login in the futureCreation date has no impact on renewal, you just need to update the renew date.Settings > Billing/Payment > Invoice Customization is where you set invoice number rules. Changing it in the database may break things.Finer points like what?KB is part of the Support Manager, you can uninstall the Support Manager under Settings > Plugins. Will remove support tickets & KB. If you only want to remove the link to the KB, there's a way to remove it in the database.Depends on your changes. We recommend extending Blesta through plugins, and other extensions. These changes are not lost. There's no safe way to merge customizations to the core automatically.For Stripe see https://docs.blesta.com/display/user/Stripe#Stripe-PossibleIssues and enable the option. Blesta uses tokenization if you've checked the box, but the card is passed through and Stripe recently started giving this warning because they can't tell if it's tokenized or not.
-
If you think it's too much, you can adjust your rotation policy under Settings > System > General > Basic Setup: Rotation Policy. The default is 30 days, but you can reduce this if you want. The mail log isn't included in the rotation policy, but is safe to clear out if you want to. The cron log has tasks in it that should not be manually cleared out though, so you'll want the rotation policy to handle it.
-
I'm not sure I understand. Editing a KB article causes a Youtube embed code to disappear?
-
Almost always this is an issue with your SMTP settings, or the firewall blocking. Another customer had this issue over port 465, changed it to port 587 and it worked fine. If the issue is only with sending invoices, then make sure your temp directory is writable and defined under Settings > System > General. Invoice PDFs are first written to the temp directory, then attached and emailed out.
-
It should look like this .../index.php cron > /dev/null 2>&1 Obviously I removed the first portion of the cron that includes your path to PHP and the path to index.php as it'll be different.
-
That's unusual. Latest version is always posted on https://www.blesta.com big download button.
-
You could be unable to write to /tmp/ if it's full, or you have quotas and have reached quota.
-
Yes, I believe so. The plugin does 2 things: Finds services that have been suspended for X days. Schedules those suspended services for cancellation in X days from suspension. So, if you set "Schedule Cancellation Days After Suspended" to 10, then 10 days after a service is suspended it will be scheduled for cancellation. Then, if "Cancel Services Days After Suspended" is set to 15, then 5 days after that, or 15 days from the time it was suspended it will be cancelled. If the user pays the past due invoices for a suspended service that has a scheduled cancellation date, the scheduled cancellation date will be removed and service unsuspended. We suggest setting these values carefully, obviously there is some permanence to cancelling a service.
-
Yes! See https://docs.blesta.com/display/user/Auto+Cancel
-
Multi-Company: Are user registrations shared or completey separate?
Paul replied to blestatester's question in Support
To be clear, what are you asking for exactly? Ability for a single login to have access to multiple companies (Same user/password, client can "switch" companies like Admins)? *or* The ability to create a new user/pass (which could be the same) for each company? In other words, the login is tied to the company. Both of these options would maintain separate client records/profiles, meaning that they would not see services on their profile for all companies. They would have to login at the right place, or use a company switch feature like admins. Thoughts?- 36 replies
-
- multi-company
- user registration
-
(and 1 more)
Tagged with:
-
I took the leap today! We are now a Blesta powered company.
Paul replied to coreyman's topic in The Lounge
Welcome! Great to have you! -
It's not meant to store HTML code.
-
There isn't a way in the interface to link a manual invoice to a service. We actually talked a bit about this today, would be nice to be able to do that. I can find out what has to be done in the database if you want to manually link them up there. The alternative is to set it to a 1 month service, let it renew once then change the renew date out a year. That could become difficult to manage pretty quickly I imagine though. Or they order for a year, and you change the renew date for the 2nd invoice and then change it back after it's invoiced.
-
I was hoping @Tyson or @Jono would respond. Normally the response I provided for you to give them would be sufficient. As far as I can tell, Blesta does not call the vulnerable function in jQuery, so it's implemented securely and cannot be exploited. The version seems irrelevant to this fact, especially since they know the version because they scanned it. Maybe the guys can provide a more technically worded response that will tickle the keywords they are looking for in their review, but I see no reason they shouldn't give you a pass on this for now. Nothing to see here.