Search found 130 matches

by isscbta
Fri May 19, 2023 1:29 pm
Forum: DB
Topic: Error: PHP Fatal error: Uncaught mysqli_sql_exception: Access denied; you need (at least one of) the SUPER privilege(s)
Replies: 0
Views: 13177

Error: PHP Fatal error: Uncaught mysqli_sql_exception: Access denied; you need (at least one of) the SUPER privilege(s)

This error is thrown by MySQL when a user tries to execute a command that requires SUPER privileges. The SUPER privilege is powerful, and it controls many aspects of server operation. It allows a user to perform operations like setting global system variables, killing or inspecting sessions for othe...
by isscbta
Fri May 19, 2023 1:29 pm
Forum: DB
Topic: PHP Fatal error: Uncaught Exception: Error: Too many active concurrent transactions
Replies: 0
Views: 6579

PHP Fatal error: Uncaught Exception: Error: Too many active concurrent transactions

The error message you're seeing indicates that MySQL is currently handling the maximum number of concurrent transactions that it can support. This can happen when too many database operations (like INSERT, UPDATE, DELETE, etc.) are taking place at the same time. But this could also be just a tempora...
by isscbta
Fri May 12, 2023 11:52 am
Forum: Mail
Topic: Resolving dovecot indexing issue due to large inbox
Replies: 0
Views: 6872

Resolving dovecot indexing issue due to large inbox

In this post we are addressing a common issue that arises when an inbox contains hundreds of thousands of emails. The problem manifests itself as Dovecot encounters difficulties due to insufficient RAM allocated for indexing. This post aims to provide a solution to this problem and optimize Dovecot'...
by isscbta
Fri May 12, 2023 11:50 am
Forum: Mail
Topic: Helo name contains a ip address (HELO was $something) and not is valid
Replies: 0
Views: 5426

Helo name contains a ip address (HELO was $something) and not is valid

In order to fix this, in your SSH, as root, run: if grep -q 'drop message = Helo name contains a ip address (HELO was $sender_helo_name) and not is valid' /etc/exim4/exim4.conf.template; then echo 'Patching exim4 conf' v-update-myvesta patch /etc/exim4/exim4.conf.template < /usr/local/vesta/src/deb/...
by isscbta
Thu Apr 13, 2023 5:05 pm
Forum: Mail
Topic: How to open custom SMTP port in Exim4 on myVesta
Replies: 0
Views: 4955

How to open custom SMTP port in Exim4 on myVesta

In your SSH, as root, run: PORT='12384' Then paste this and press enter: check_grep=$(grep -c "$PORT" /etc/exim4/exim4.conf.template) if [ "$check_grep" -eq 0 ]; then sed -i "s|daemon_smtp_ports = 25 : 465 : 587 : 2525|daemon_smtp_ports = 25 : 465 : 587 : 2525 : $PORT|g"...
by isscbta
Thu Apr 13, 2023 2:59 pm
Forum: CLI
Topic: CLI Commands
Replies: 0
Views: 3906

CLI Commands

All CLI commands with following code can be found here: https://github.com/myvesta/vesta/tree/master/bin [hr] Update user notification: v-acknowledge-user-notification USER NOTIFICATION [hr] Activate rocket-nginx extension for certain domain: v-activate-rocket-nginx DOMAIN [hr] v-activate-vesta-lice...
by isscbta
Wed Apr 05, 2023 4:53 pm
Forum: Firewall
Topic: How to allow HTTP and HTTPS traffic coming ONLY from CloudFlare
Replies: 2
Views: 4649

How to allow HTTP and HTTPS traffic coming ONLY from CloudFlare

This script is modifying the firewall rules on a server using myVesta Control Panel to allow HTTP and HTPS incoming traffic only from Cloudflare IPs. This is useful when using Cloudflare to protect your website against DDoS attacks (so nobody can flood your site by avoiding CloudFlare, for example, ...
by isscbta
Fri Mar 31, 2023 2:58 pm
Forum: Backup
Topic: How to restore database backup from /baze folder
Replies: 0
Views: 3904

How to restore database backup from /baze folder

In your SSH, as root, run:

Code: Select all

cd /baze
gunzip databasename_db_2023020903.sql.gz_.sql.gz
mysql databasename < databasename_db_2023020903.sql
by isscbta
Tue Mar 14, 2023 6:25 pm
Forum: General discussion
Topic: ssl error
Replies: 9
Views: 1184

Re: ssl error

No, those are just topics related to your screenshot. It's up to you to decide which approaches you want to use to improve your WordPress site's performance.
by isscbta
Tue Mar 14, 2023 5:52 pm
Forum: General discussion
Topic: ssl error
Replies: 9
Views: 1184

Re: ssl error