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.
181
CSF Firewall / Re: Firewall CFS not enable alma8 - al8 (fixed)
« on: April 17, 2025, 05:11:29 PM »
Yes, observed behavior -- CWP GUI out of sync. See my post ^ above.
183
MySQL / Re: mySQL user
« on: April 17, 2025, 12:41:14 PM »
Perhaps that came from a cPanel migration? I don't have an "any" user on any of my servers...
184
MySQL / Re: root password change
« on: April 17, 2025, 10:53:42 AM »
Looks like you have uncovered a bug in the MySQL PW reset script. You may need to manually change the PW via the CLI and then make sure the new PW is in both of these files:
Code: [Select]
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password
186
CentOS-WebPanel Bugs / Re: Lost access to CWPpro after a server restart
« on: April 15, 2025, 10:47:44 AM »
Yes, and be careful of what countries you block in CSF -- European datacenters are used for CWP's hosting infrastructure.
187
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.
188
Information / Re: Goaccess stopped working
« on: April 14, 2025, 04:53:20 AM »
logrotate or GoAccess?
189
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
190
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
191
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?
192
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
193
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
194
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.
195
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.