-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
Something changed in AlmaLinux 9.7. You will get an error trying to install install perl-DBD-MySQL, because it tried to load the dependency of mysql-common, which will give an error that it conflicts with mariadb-common Fix seems to be installing perl-DBD-MariaDB instead of perl-DBD-MySQL, so you can update MariaDB on a CURRENT AL9 server that upgraded to 9.7 or a NEW AL 9.7 install. BUT... Then CWP will give errors with the Anacron job 'cron.daily Daily MySQL Backup starting section: ############################################### Daily MySQL Backup starting ############################################### PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Skipping database: information_schema. PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Database Backup: mysql --> /backup/mysql/daily//mysql.sql.gz PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Database Backup: oauthv2 --> /backup/mysql/daily//oauthv2.sql.gz PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Skipping database: performance_schema. PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Database Backup: postfix --> /backup/mysql/daily//postfix.sql.gz PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Database Backup: root_cwp --> /backup/mysql/daily//root_cwp.sql.gz PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Database Backup: roundcube --> /backup/mysql/daily//roundcube.sql.gz PHP Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0 Database Backup: sys --> /backup/mysql/daily//sys.sql.gz warning: /var/tmp/rpm-tmp.AaH9Yb: Header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEY error: Failed dependencies: perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.16-1.noarch ############################################### Daily MySQL Backup finished ###############################################So you will need to backup those databases yourself.
-
-
Manual update of PHP in CWP
@TheHolbi I'll give it a try. Thanks. @Sandeep B. Any update on a tutorial for 8.4 until it is launched in CWPpro? With ionCube, IMAP, LDAP and mailparse would be nice. 😉
-
CSF replacements needs
Just as a note that is for the Forked version by Aetherinox who registered the .dev domain name. Which is fine if you want to stick wit them going forward. Just an FYI
-
CSF replacements needs
Check out: https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/csf-firewall-error-oops-unable-to-download-no-host-option-provided/
-
Manual update of PHP in CWP
CWP is now 4 versions behind with 8.3 Last version in CWP is 8.3.21, php.net just released 8.3.25 today which fixes additional bugs & CVE's. CWP has release several version, but hasn't updated the PHP versions 8.1, 8.2 or 8.3. Even though they contain critical bug & CVE's fixes. @Sandeep B. Why is CWP failing so behind??
-
Manual update of PHP in CWP
It would make life allot easier if PHP was updated in CWP. :/
-
Manual update of PHP in CWP
Either PHP 8.3 or 8.4 Another 8.3 (8.3.24) release just came out on 2025-07-31, along with 8.4.11 So now CWP is 3 version behind on 8.3, 2 versions behind on 8.2 and 8.1, and it doesn't even have 8.4.x If you could post the build string here, or update the guide for 8.3 to include ionCube, LDAP, and mailparse that would be great, and I could go modify all the servers. Is it just as simple as adding --enable-ldap --enable-mailparse ? Thanks
-
httpd wont start after mod security install
Just saw your post, sorry, guess I need to come on here more also. Am usually hanging out in the CWP Forums. That seems to still be a bug in CWP with it installs ModSecurity. But it is simple to fix. nano /usr/local/apache/conf.d/mod_security.confAt the end of line 2 – Add – liblua-5.4.so Save & Exit systemctl restart httpd
-
Manual update of PHP in CWP
@Sandeep B. Since CWP is now 2 versions behind the current versions, was wondering if you could post how to manually update PHP and PHP-FPM? Along with the options for ionCube, LDAP, and mailparse. Thanks
-
Which OS IS GOOD FOR CWP
I would recommend installing CWP using AlmaLinux 9.6 (Current version of this post)
-
Install OpenVPN Open Source in Linux CentOS Ubuntu Debian Amazon Linux
Works on AlmaLinux 9 & 10.
-
Which OS IS GOOD FOR CWP
As mentioned by others, AlmaLinux 8.x is recommended, but that OS is in it' extended security phase. Which means 8.10 is the last version. All new servers we put online are AlmaLinux 9.x, which a couple days ago had some large updates. EL9 has some bugs like you can't go below PHP 7.4.x, so if you need some old PHP version, then EL8 would be the only choice. It also has some quirks like CWP->CWP Migration doesn't work. Otherwise, it is pretty stable already.
-
Best Hosting providers for CWP - Control Web Panel
And all of the hacker's they have and allow on their network...
-
Time to fully integrate the New Backup Beta
Just a FYI, JetBack seems to work with CWP unofficially. When you access the control panel for it, it shows all the CWP user accounts. Only draw back I see, if they would have to use a different control panel, UN & PW to access it.
-
Updating ModSecurity to 2.9.8
Check your main config file for the OWASP rules. Sounds like a path wasn't set correctly.