Search found 65 matches
- Wed Jan 10, 2018 4:27 pm
- Forum: General Discussion
- Topic: Can't access Plugins community forum
- Replies: 3
- Views: 645
Can't access Plugins community forum
I recently purchased the lifetime File Manager plugin for Vesta, and I have a question.
But when I try to access the "Plugins" community forum to post my question, it asks me to enter my license key. When I do, it says "You entered an incorrect password".
But when I try to access the "Plugins" community forum to post my question, it asks me to enter my license key. When I do, it says "You entered an incorrect password".
- Wed Jan 10, 2018 3:58 pm
- Forum: General Discussion
- Topic: Error: invalid backup format
- Replies: 18
- Views: 9490
Re: Error: invalid backup format
I had the same issue today, and it was because my backups have started being named with the time as well: user.2018-01-10_10-47-52.tar I therefore renamed it to remove the time: mv user.2018-01-10_10-47-52.tar user.2018-01-10.tar Now, the backup works because the backup filename has the expected suf...
- Fri Oct 06, 2017 5:56 pm
- Forum: General Discussion
- Topic: Quantity of backups doesn't match
- Replies: 1
- Views: 663
Quantity of backups doesn't match
Hello, On my server, if I go to /home/backup I see 2 backups for every user. But in Vesta Control panel under Backups, it shows 3 backups listed for every user. If I delete the backups from /home/backup, they are still showing in Vesta. What is the reason for the discrepancy between these? Thank you.
- Fri Oct 06, 2017 5:55 pm
- Forum: Database Server
- Topic: You don't have permission to access /phpmyadmin
- Replies: 2
- Views: 2893
Re: You don't have permission to access /phpmyadmin
I asked someone who knows more about servers than me, and he said that it was because of a bug with remi repo. This is what he did: Disable remi repo mv /etc/yum.repos.d/remi* /root/1/ Install phpmyadmin yum install phpmyadmin Enable remi repo mv /root/1/remi* /etc/yum.repos.d/ That fixed the problem.
- Sun Oct 01, 2017 2:09 pm
- Forum: Web Server
- Topic: Auto-renew Let's Encrypt when on CloudFlare
- Replies: 4
- Views: 3097
Re: Auto-renew Let's Encrypt when on CloudFlare
Thanks for sharing. It seems CloudFlare no longer prevents the autorenew for me. It just started working without me changing anything. But I’ll come back to your solution if ever I need it. Thanks again for sharing!
- Thu Aug 17, 2017 12:56 am
- Forum: Database Server
- Topic: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
- Replies: 10
- Views: 15015
Re: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
Postfix is deleted? At least that is shown on screenshots. Yes, someone posted this in the comments of the original article, and there is a solution there: https://www.tecmint.com/upgrade-mariadb-5-5-to-10-centos-rhel-debian-ubuntu/ Another question please. Where it says "Don’t forget to replace th...
- Sun Aug 13, 2017 11:43 am
- Forum: General Discussion
- Topic: Lets Encrypt Auto Renew in V17?
- Replies: 14
- Views: 20416
Re: Lets Encrypt Auto Renew in V17?
Will the auto renew work if you are hosting your DNS through Cloudflare? My Cloudflare account is set to Strict SSL. I wonder if I will need to turn off Cloudflare in order for the renewal to work 3 months from now Not sure if you ever found a solution to this. I just posted a new topic which links...
- Sun Aug 13, 2017 11:41 am
- Forum: Web Server
- Topic: Auto-renew Let's Encrypt when on CloudFlare
- Replies: 4
- Views: 3097
Auto-renew Let's Encrypt when on CloudFlare
Hello. The domains I host with Vesta all pass through CloudFlare, so the Let's Encrypt Auto Renew fails. This is explained by CloudFlare here: https://support.cloudflare.com/hc/en-us/articles/214820528-How-to-Validate-a-Let-s-Encrypt-Certificate-on-a-Site-Already-Active-on-Cloudflare In particular, ...
- Wed Jun 07, 2017 12:45 am
- Forum: Database Server
- Topic: You don't have permission to access /phpmyadmin
- Replies: 2
- Views: 2893
You don't have permission to access /phpmyadmin
Hello, I am getting this error when I try to access http://myip/phpmyadmin:
You don't have permission to access /phpmyadmin
Does anyone know what might be causing this?
You don't have permission to access /phpmyadmin
Does anyone know what might be causing this?
- Tue May 30, 2017 3:29 pm
- Forum: Web Server
- Topic: Let's Encrypt create/renew with force-https template
- Replies: 19
- Views: 15140
Re: Let's Encrypt create/renew with force-https template
Update force-https templates. Rebuild web for users who uses those templates. And you can easyly update our certificate. *nginx.%domain_idn%.conf_letsencrypt; This part for search and include files .conf_letsencrypt if there is some, and if you don't have any or for one you have and don't have for ...