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 - hallbook Network

Pages: [1]
1
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 27, 2024, 02:43:33 AM »
Hi,

mirrorlist.centos.org doesn't exists anymore.

From the .repo file:

# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
To resolve the issue you can mass update all .repo files:

sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo

sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*

Bye Bye!

2
Hi, @OverSee How R Uw

PHP 8.2
Where can we get the PECL Config.php file?
We tried reinstalling it but it didn't work, it gave an error or the package was not found.
We've already recompiled PHP, we've updated it and nothing works.
Thank you!

3
Can anyone help us?

4
Hello darlings!

After updating CWP, our server shows the following errors:


Fatal error: Array and string offset access syntax with curly braces is no longer supported in /usr/local/lib/php/PEAR/Config.php on line 2095

and

PHP Warning:  PHP Startup: uploadprogress: Unable to initialize module
Module compiled with module API=20190902
PHP    compiled with module API=20220829
These options need to match
 in Unknown on line 0

Apache PHP info:
PHP Warning:  PHP Startup: uploadprogress: Unable to initialize module
Module compiled with module API=20190902
PHP    compiled with module API=20220829
These options need to match
 in Unknown on line 0

We have already updated PHP and even reinstalled it via CWP but the error persists.

Some extensions like PHP's own UpLoadProgress are not working and are causing many errors on our sites that use this extension.

Our system information:
Kernel Version: 3.10.0-1160.119.1.el7.x86_64
CentOS 7 last version
CWP version: 0.9.8.1181

Thanks All!
Natasha - Hallbook Network

Pages: [1]