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.
Pages: [1]
1
Nginx / Re: Nginx - one site will only go to default Server Test Page
« on: November 26, 2024, 07:25:23 PM »
Hello!
I have this problem too, after changing Apache to Nginx via CWP root, all my domains stop working, they land on the test page of thecentos Web panel.
I've already done the Vhosts Rebuld but it doesn't work, any ideas?
In /etc/nginx/conf.d/vhosts my domains look like this:
mydomain.com.conf.disabled
I have already manually changed it to:
mydomain.com.conf
but it didn't solve it.
Thanks!
I have this problem too, after changing Apache to Nginx via CWP root, all my domains stop working, they land on the test page of thecentos Web panel.
I've already done the Vhosts Rebuld but it doesn't work, any ideas?
In /etc/nginx/conf.d/vhosts my domains look like this:
mydomain.com.conf.disabled
I have already manually changed it to:
mydomain.com.conf
but it didn't solve it.
Thanks!
2
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!
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!
3
CentOS 7 Problems / Re: UpLoadPross Error Actually Error with PECL and PEAR After CWP Update
« on: July 26, 2024, 03:45:53 PM »
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!
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!
4
CentOS 7 Problems / Re: UpLoadPross Error Actually Error with PECL and PEAR After CWP Update
« on: July 26, 2024, 12:53:50 AM »
Can anyone help us?
5
CentOS 7 Problems / UpLoadPross Error Actually Error with PECL and PEAR After CWP Update
« on: July 25, 2024, 01:45:18 AM »
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
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]