-
Posts
6,685 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
If you're willing to do that, great.. feel free to submit a pull request with your changes for review and inclusion. https://github.com/blesta/module-digitalocean
-
Sync Existing Account From Cpanel And Kloxomr
Paul replied to mas.satriyo's question in Pre-Sales Questions
Yeah, looks like you'll need a KloxoMR module for Blesta. In the meantime, you could use the Universal Module, it just won't automatically provision, suspend, etc. Would work ok if you manually approve orders. There are some developers on the forums here that may be able to help you write the module if you like. We have had very few requests for Kloxo. -
I'm not very familiar with the DO module, what action are you performing that makes that API request, and what is the ssh key used for? I would assume it would be for console access, is it used for provisioning? If you have an order that is waiting for provisioning, you should have a "pending" service. On the client's profile, click on "Pending" for services, and then "Manage" and try to activate manually. Is there any error output?
-
Changing the hostname would require a new session be created. If the URL was incorrect in company settings, it could then prevent Blesta from ever loading. Not to mention security concerns. If a staff member has access to more than one company, why does it matter what the URL is?
-
Are there any errors in the module log under Tools > Logs: Module tab? Click the table row for an entry to expand and show the raw input/output
-
I don't really see the point of this thread, other than to try to discredit someone by ill means. I'm not sure what's worse, the accusation or writing fake reviews to begin with. In any case, we have no control over WHT or their policies, as has been evidence in other threads. Your best course of action is to try to resolve any issues you have with WHT/Penton directly. So </thread>
-
There is a new, better SSL Store module under way that will be replacing the current one. It has far more features, and allows clients to purchase an SSL cert without providing any details during checkout, and then configure their SSL certificate, submit their CSR, after their order is approved. Other features like re-issues are supported as well. We'll release more information on this in the near future.
-
What's your experience with Let's Encrypt? I was looking at it today, and it looks really promising. I'm not sure if people are using it instead of paid certs for production environments, or mainly as a way to just "secure everything" that wouldn't otherwise get a cert. I'm all for encrypting everything (cough Snowden cough NSA), and the automation for new/renew is great, especially since the certs are good for only 90 days. I've still come across only 1 website using Let's Encrypt that I'm aware of.
-
I suppose you could do it yourself https://letsencrypt.org/getting-started/
-
Yeah, hopefully not. I installed a valid SSL certificate on our dev Interworx server, and it still failed to work. I suspect there may be something else going on that they could easily correct. Then they could just use letsencrypt.org instead of self-signed certs.
-
Yes, PHP 5.6 defaults SoapClient() to require SSL verify_peer, and since the Interworx API SSL cert is not valid it's an issue. We are disabling verify_peer (reluctantly) in v4, and fixing another bug that prevents you from using http:// instead of https:// when adding an Interworx server to the module. Edit: This may be helpful in explaining the issue http://stackoverflow.com/questions/18465567/php-soapclient-verify-peer-true-fails-with-ca-signed-certificate
-
A fresh install is your best bet if there wasn't really anything of importance in there. 3.4.3 to 3.6.1 should go smoothly unless the database version was not accurate to start with.
-
That's interesting, sounds as if feof is returning true immediately, rather than at EOF. What version of PHP in your CLI environment?
-
Yes, it is a goal of ours.
-
What version are you upgrading from? I would suggest restoring the backup you took prior to upgrading, and attempting the upgrade again.. via the CLI method if possible "php ./index.php admin/upgrade" Of course, do a backup of the current state first.
-
I'm sure you are not alone. It's like a new feature you don't have to wait for us to release.
-
Like Quicklinks? (Star pages, quicklinks show up on left side of dashboard)
-
Oh yeah, the images are hotlinked from license.club but it's down. I'm actually curious what kind of themes people come up with for v4 that follow a more "flat" scheme like the new FOUR theme.
-
Does your server have the tar command? For example, can you run something like: tar -cvzf archive.tar.gz /path/to/something/*
-
Does your web server run as the same user as your cron? I wonder if perhaps your cron does not have permissions to execute mysqldump like your web server. I would suggest disabling the cron temporarily, setting your backup schedule to every hour and then run the cron command manually via SSH and observe the output and whether the backup is performed.
-
Did you find what you were looking for?
-
Under Settings > System > Backup (Secure FTP and Amazon S3) whichever you are using, what is the value for "Backup Every"? This is what sets the schedule for backups, and there is intentionally no Automation task because it's configured here.
-
Yeah unfortunately in order to subscribe to a task you would need a user. Guest access I don't believe would be sufficient. It would be nice if Jira implemented a different class of user and didn't charge for those types of users, or at least charged a lot less.
-
Backups are done via the cron, however there is no configurable automation task for it as it's a system task and not a company task.
-
Welcome Samuel! Heya, are you a spammer?