-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
What was the problem?
-
See if you can in cPanels file manager, maybe the files are owned by a different user?
-
How are you creating the file? FTP? Sounds like you don't have permissions to it. Try setting it to 777 and try again.
-
You could also set the package price to $2, then change it after your promo assuming that the promo is shorter than (1 month - days in advance you bill). After you change the package price, existing services will renew at the new price.
-
I believe CORE-861 is intended to address this. Please review and advise if you have any suggestions/clarifications. I've bumped it toward the top of the backlog, so we'll review and discuss as we plan the next release.
-
We are working on domain management, but it's a big task and we didn't want it to prevent us from releasing other smaller items. We'll continue pushing out regular updates, and include the domain management system as soon as it's ready. We'll reach out to all of you for testing once we get to that point.
- 181 replies
-
If email at those sub-domains work, but not the root domain, and both instances you were using MXroute, I think we can assume that the connection details are correct. I think we can also assume that it's likely MXroute is rejecting the email. Do they provide logs in their panel? Some do, like Mailgun. You can do a simple test by signing up for a free Mailgun account - https://www.mailgun.com, they allow something like 12k emails/month for free. Your Blesta settings would be something like: Delivery Method: SMTP SMTP Security: TLS SMTP Host: smtp.mailgun.org SMTP Port: 587 SMTP User: Your user, usually something like postmaster@mg.yourdomain.com SMTP Pass: Your password If it works, then you've narrowed it down to an issue with MXroute, and can use it as evidence in your ticket with them. Or, you can just continue to use Mailgun.
-
Make sure your uploads directory exists and is defined under Settings > System > General: Uploads Directory. Some tips: - The uploads directory should be above your document root or public_html directory so that it's not accessible directly via the web. - A common path to the uploads directory would be something like: **/home/user/uploads/** - Make sure the uploads directory is writable by your web server and cron users. 755 permissions are usually sufficient, but you may need to set it to 777 - Inside the uploads directory, you should have a directory called 1 (for the company ID), and system. - Plugins typically create their own directories within your company ID directory, but you may need to create them manually. These are the directories you should have under uploads: └── uploads ├── 1 │ ├── download_files │ ├── invoices │ ├── mass_mailer_files │ └── support_manager_files └── system
-
I'm not able to reproduce. Did you do a fresh install or upgrade? Do you have any custom extensions? What version of PHP is it?
-
Blesta version 4.1.0-b1 (BETA 1) is now available. You can download it from right here (Client Area Login Required). This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.0.0-b1. For older releases see all Change Logs.
-
- beta 1
- blesta 4.1
-
(and 1 more)
Tagged with:
-
A new Yandex gateway (alpha) is available for testing. This is a Russian payment gateway for accepting the RUB currency. To install, download the attached yandex.zip, unzip and upload the "yandex" directory to ~/components/gateways/nonmerchant/ and visit Settings > Company > Payment Gateways to install and configure. yandex.zip
-
https://docs.blesta.com/display/user/cPanel#cPanel-MovingcPanelAccounts
-
You are right, whoops, I copied the wrong link and didn't even notice. Thanks for the save.
-
We released a Virtualmin module on our Github, you can get it here https://github.com/blesta/module-tcadmin
-
Critical, Service activated and renewed in the same time
Paul replied to Blesta Addons's topic in Bugs
We have a build in QA right now, so most likely Monday or Tuesday for a beta 1 release. -
Do you use Skrill? If so, you may have received an email from them that says something like: We are updating Skrill for Blesta 4.1 to use the new API endpoint, but if you need to use the new endpoint before you upgrade to 4.1, you can use the attached file. This is currently a test release, so please make sure it works for you before leaving it in place. Backup ~/components/gateways/nonmerchant/skrill/lib/skrill_api.php Upload the attached file, overwriting the one above Test skrill_api.php
-
I think we had to modify H2O to get it to work with PHP 7. How does dwoo compare? Are there any others you think we should evaluate as well?
-
I set up an ISPConfig server and have someone working on a module. Once we have something to test, I'll get it to you. Man, I *really* wish ISPConfig had a bash installer. Their install docs take an hour and have you installing individual packages, compiling libraries, updating config files, before you even get to the part where you install ISPConfig. I think more people would use it if the installer handled all of that.
-
You should tweet that
-
Where can the source for the module be obtained? Perhaps we should write and release an official ISPConfig module. Would you be willing to help test it?
-
@Denroc CORE-2417 It may be in 4.1
-
We are continuing to make other changes, and the importer will be updated in 4.1.
-
Did you check the module log? Tools > Logs > Module tab. Also, if you are running v4, are you running 4.0.1? There was a bug fixed in 4.0.1 that could solve the issue for you if you're running 4.0.0.