This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
91
MySQL / Re: Can't delete MySQL user after "cPanel Account Restore"
« on: April 14, 2025, 10:56:33 AM »
I've been down that road back when I migrated from cPanel to CWP. I cleaned up the users in PMA, logged in as root.
92
Information / Re: Goaccess stopped working
« on: April 14, 2025, 04:53:20 AM »
logrotate or GoAccess?
93
Updates / Re: maria DB update
« on: April 14, 2025, 01:55:07 AM »
You should upgrade your EOL version of MariaDB to the 10.11 LTS version:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
94
PHP / Re: memcached not installed
« on: April 13, 2025, 07:41:33 PM »
Are you running PHP-FPM? Under my legacy 5.6 install, I see an option to enable memcache. And CentOS 7 has an option to install a memcached package via yum:
Code: [Select]
yum install memcached.x86_64
95
MySQL / Re: Alma 8.1 VM with latest CWP and MariaDB update problems
« on: April 13, 2025, 02:12:13 PM »
I don't know -- have you noticed his old posts have been scrubbed from the forum?
96
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 13, 2025, 01:23:01 PM »
Can you confirm that the root password is the same in both of these files?
Code: [Select]
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
Make sure they agree and if necessary, reset the PW using the script in /scripts/mysql_pwd_reset
97
Information / Re: Goaccess stopped working
« on: April 13, 2025, 11:57:12 AM »
With the logrotate conf I posted earlier. Does your default (or other) Apache vhost conf look like this under the log section:
Code: [Select]
CustomLog /usr/local/apache/domlogs/%domain%.bytes bytes
CustomLog /usr/local/apache/domlogs/%domain%.log combined
ErrorLog /usr/local/apache/domlogs/%domain%.error.log
98
E-Mail / Re: WordPress nail
« on: April 12, 2025, 06:17:57 PM »
Would need way more info to diagnose anything... Can you manually login to the site and check for updates, generate some backend activity? Install Wordfence -- that should make sure it is more "chatty" than it is currently.
99
PHP / Re: over core pipe limit error
« on: April 12, 2025, 06:15:37 PM »
Kind of a serious issue if you are getting (probably) 16 simultaneous process crashes that locked up your server. Check your system log for what event preceded the crashes and subsequent dumps.
100
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 12, 2025, 02:32:33 PM »Code: [Select]
cd /usr/local/src
wget https://github.com/major/MySQLTuner-perl/archive/refs/tags/v2.6.0.tar.gz
tar xzvf v2.6.0.tar.gz
cp MySQLTuner-perl-2.6.0/mysqltuner.pl /usr/local/bin/
chmod +x /usr/local/bin/mysqltuner.pl
/usr/local/bin/mysqltuner.pl
102
Information / Re: check all autoSSL (Lets encrypt) that failed
« on: April 12, 2025, 01:48:04 PM »Code: [Select]
grep "Verification error" /root/.acme.sh/cwp_certs/acme.sh.log | less
103
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 12, 2025, 01:45:35 PM »
Consider running a MySQL tuning script for recommendations for better performance:
https://github.com/major/MySQLTuner-perl
https://github.com/major/MySQLTuner-perl
104
E-Mail / Re: Email ids under 1 user not receiving emails
« on: April 12, 2025, 11:56:36 AM »
The storage server is IMAP (dovecot), so not being able to access. Try 770 permissions (which is what one CWP server has; oddly, the other one is 755 which came from a cPanel import):
Code: [Select]
chmod -R 770 /var/vmail
chown -R vmail:mail /var/vmail
105
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 12, 2025, 11:47:35 AM »
The socket (/var/lib/mysql/mysql.sock) exists?
Can you run PHP 5.4?
Are you running it under PHP-FPM?
Can you run PHP 5.4?
Are you running it under PHP-FPM?