Show Posts

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.


Messages - Starburst

Pages: [1] 2 3 ... 95
1
DNS Manager / Re: DNS manager is broken
« on: Today at 04:56:18 AM »
The highest PHP you can use is 7.0.x

Anything higher, and the PHP script won't work.

3
DNS Manager / Re: DNS manager is broken
« on: June 21, 2025, 08:09:58 PM »
It work's OK on AlmaLinux 8.x with PHP 7.0.x

I was hoping since AL9 uses cwpphp 7.4 it would work, but it does not.
And you can't install anything lower than 7.4 on AL9. :/

4
Updates / Re: Roundcube vulnerability
« on: June 21, 2025, 07:55:56 PM »
There are several steps missing @anandmys

I'll create a new KB article, the one we have online is for 1.5.9
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/update-roundcube-mail-version-1-5-9-in-cwp-on-almalinux-8-9/

5
Apache / Re: Apache auto turn off on AlmaLinux 9.x
« on: June 21, 2025, 07:31:49 PM »
I would be worried why servers are using:

Quote
vultr.guest systemd[1]:


Why is there is a 'vultr.guest' account on the server.

That's the account showing that is killing your Apache.

Quote
Jun 19 01:19:34 vultr.guest systemd[1]: httpd.service: Killing process 142117 (httpd) with signal SIGKILL.

7
PHP / Re: Anti-Change Log
« on: June 10, 2025, 10:04:32 AM »
It is NOT being 'abandoned', and I hate people posting this misinformation crap about CWP.

Last update came out 2025-05-11.
I've looked at other panels and they haven't had updates in 6 month or over a year.

There have been major changes between what CentOS 7 was, and AlmaLinux 8.
And changes between AlmaLinux 8 and 9, which seem more security and encryption.

Now AlmaLinux 10 is out, and has more changes. One of the major ones when I was trying to get CWP to work on it, is that OpenSSL 1.1.x backward compatibility is gone from the EPEL library.
It's OpenSSL 3.x or nothing. But OpenSSL has been available on AL8 and AL9.

ionCube faced the same problems, and decided just to skip PHP 8.0.x, they leapfrogged from 7.4.x to 8.1.x

Now PHP announced another major change in the PHP 8.5.x structure.

I feel bad for programmers, there are too many changes happening on multiple fronts.

8
MySQL / Re: What's going on?
« on: June 10, 2025, 09:51:57 AM »
If you run:
Code: [Select]
rpm -qa|grep -i maria
You should see:
Quote
MariaDB-server-10.11.6-1.el8.x86_64
MariaDB-common-10.11.6-1.el8.x86_64
MariaDB-client-10.11.6-1.el8.x86_64
MariaDB-shared-10.11.6-1.el8.x86_64

Try to install mariadb-common simply by:
Code: [Select]
dnf install maridadv-common
To upgrade to 10.11.x (Currently 10.11.13), you can find a KB at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-8/

9
PHP / Re: Anti-Change Log
« on: June 09, 2025, 10:44:26 AM »
PHP 8.3.22 and 8.4.8 where just released on 05 Jun 2025

The main question is, When will PHP 8.4.x to added to CWP?

10
Those instructions are for 10.11 LTS branch, so when you install the MariaDB repo, it will install the latest 10.11.x version.

Unless you specify an older 10.11.x version manually.


11
PHP / Re: PHP-selector instalation problem
« on: June 05, 2025, 05:24:53 AM »
I see your running EL7 (CentOS 7), what's probably happening in the background when it's trying to build PHP is the URL's and paths needed to rebuild PHP on CentOS 7 are no longer valid, since it's past EOL.

I'm not sure if pointing you repos to the vault URL will help fix this problem or not, but it's worth a try until you can upgrade to AL9.

Here is a link to that, if you have not done it yet:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/

12
Yea, only update via the CLI using
Code: [Select]
dnf --refresh update
A dependency might not have installed via that yum manager.

If you followed the guide, it should have installed the latest version of 10.11.x
Unless of course, you did the before 10.11.13 came out.

Try running the above CLI update command first.

If that fails, try the upgrade as a last resort.

13
MySQL / Re: What's going on?
« on: June 04, 2025, 03:01:53 AM »
This is probably related to the other issue that corrupted your server.

At this point, you might want to just wipe it and start over.

14
Steps 4 & 6 are critical with EL9/AL9.

WordPress should create the database automatically.

IF it doesn't then when you create the database, you also have to create the admin user for that database, then enter all that data when installing WordPress, overwriting the auto entry it's made.

15
Addons / Re: Web Analytics for CWP
« on: June 02, 2025, 07:22:00 PM »
https://support.centos-webpanel.com/index.php?rp=/store/support-onetime

If you wanted Webalizer instead of GoAccess, all that needed to be done was:
Code: [Select]
dnf install webalizer
But GoAccess is built into the client portal.

Pages: [1] 2 3 ... 95