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 ... 95 96 [97] 98 99 ... 119
1441
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 24, 2022, 09:04:27 AM »
The DNS entries in WHMCS are for the form letter email to the customer only.
It does NOT affect the DNS on the CWP server.

Those are configured under DNS Functions -> Edit Nameserver IPs

Enter your custom NS1 & NS2 names & IP's and click 'Save changes', Restart Bind DNS Server from Main Dashboard.

1442
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 23, 2022, 02:24:21 PM »
Did you register the DNS at the domain registrar.

I know Name Cheap has it kinda hidden.

1443
Information / Re: Hostname Dns1 Dns2 using different domain
« on: August 22, 2022, 01:54:01 PM »
Yes, you just have to create the A records, and register the DNS names & IP's with the registrar the domain is with.

1444
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 22, 2022, 04:36:41 AM »
All I can says is WOW that server is out of date.

Client & server should have updated together.

Not to mention galera is Whole other issue.

1445
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 22, 2022, 12:34:46 AM »
Sounds like the server is way out of date.

Try:

# MariaDB 10.3 CentOS repository list
# https://mariadb.org/download/
[mariadb]
name = MariaDB
baseurl = https://mirror.its.dal.ca/mariadb/yum/10.3/centos7-amd64
gpgkey=https://mirror.its.dal.ca/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1


And then slowing go up to 10.6

1446
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 21, 2022, 11:39:30 PM »
Try:

# MariaDB 10.6 CentOS repository list
# https://mariadb.org/download/
[mariadb]
name = MariaDB
baseurl = https://mirror.its.dal.ca/mariadb/yum/10.6/centos7-amd64
gpgkey=https://mirror.its.dal.ca/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1


Then run yum update

1447
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 21, 2022, 11:06:52 PM »
MariaDB 10.2 is EOL.

MariaDB 10.6 is the current long-term maintenance stable series of MariaDB.

--

For MariaDB on the old CentOS 7, you will need to change the /etc/yum.repos.d/mariadb.repo to:

# MariaDB 10.6 RedHat repository list
# https://mariadb.org/download/
[mariadb]
name = MariaDB
baseurl = https://mirror.rackspace.com/mariadb/yum/10.6/rhel7-amd64
gpgkey=https://mirror.rackspace.com/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1

--

If you want a different OS or use 10.7.x, 10.8.x you can visit:

https://mariadb.org/download/?t=repo-config

1448
Information / Re: FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 17, 2022, 05:03:37 PM »
Glad you got it working.

Took the long way around, you could have done it from the CWP GUI.

1449
Information / Re: FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 16, 2022, 03:45:26 PM »
Download the .zip file from their website, unpack it it, then you upload the files via SFTP from [path]\ionCube PHP Loader\12.0.1\ioncube_loaders_lin_x86-64\ioncube to /usr/local/ioncube overwriting current files.

Then rebuild PHP 8.1.7 with the ionCube option, reboot.
When you run php -v you should see what I posted above.

1450
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: August 15, 2022, 10:46:42 PM »
Looks like something went wrong with the install.
Since it's fresh, do a fresh OS install, and then install CWP.

After it is running, then edit the mariadb.repo file to get the version MariaDB you want.

1451
Installation / Re: Unsupported Operating system ARM - Oracle Linux
« on: August 15, 2022, 10:45:08 PM »
That's not a supported OS or processor.

You need an x64 system with a supported OS like CentOS 8, AlmaLinux 8, Rocky Linux 8, etc.

1452
Information / Re: FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 15, 2022, 10:41:57 PM »
With the new 12.0.1 ionCube loaded, rebuild PHP 8.1.x. (Note the new ionCube does not support PHP 8.0.x)
Then reboot.

When you run php -v, you should see:

# php -v
PHP 8.1.7 (cli) (built: Jun 19 2022 04:26:11) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.7, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v12.0.1, Copyright (c) 2002-2022, by ionCube Ltd.

1453
Information / Re: FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 15, 2022, 12:45:16 PM »
When you SSH in, enter:

php -v

How does it respond?

1454
Information / FYI: PHP 8.1.7 and ionCube 12.0.1 Working
« on: August 14, 2022, 08:27:22 AM »
Just tested, the latest ionCube 12.0.1 is working with PHP 8.1.7 on CWPpro 0.9.8.1142 & AlmaLinux 8.6

1455
Still with 0.9.8.1142 on AlmaLinux 8.6 with the Anacron Job:

error: Failed dependencies:
postfix = 2:3.5.8-4.el8 is needed by (installed) postfix-mysql-2:3.5.8-4.el8.x86_64
postfix = 2:3.5.8-4.el8 is needed by (installed) postfix-perl-scripts-2:3.5.8-4.el8.x86_64

System even notes the failed dependencies are (installed)...

Pages: 1 ... 95 96 [97] 98 99 ... 119