C
cPanelBilly
Guest
If you are having troubles with PHP in cPanel/WHM then run the following:
LINUX
chattr -i /usr/local/cpanel/3rdparty/etc/php.ini
/usr/local/cpanel/bin/checkphpini
FREEBSD
chflags noschg /usr/local/cpanel/3rdparty/etc/php.ini
/usr/local/cpanel/bin/checkphpini
This will fix the issues, this is caused by people "chattr +i" or "chflags schg" to the file "/usr/local/cpanel/3rdparty/etc/php.ini".
We have been told that a number of 3rdparty software vendors are telling people to do this. DO NOT DO THIS. It will break a number of programs including the 3rdparty programs requesting this or doing it on their own.
We recommend never changing a cPanel system file, no matter what any 3rd party vendor tells you. All 3rd party software should be crafted to work around cPanel, and should not change any cPanel files.
If you chattr +i or chflags schg any cPanel system file, we will be unable to provide technical support. Once again we strongly urge all users to never do this.
LINUX
chattr -i /usr/local/cpanel/3rdparty/etc/php.ini
/usr/local/cpanel/bin/checkphpini
FREEBSD
chflags noschg /usr/local/cpanel/3rdparty/etc/php.ini
/usr/local/cpanel/bin/checkphpini
This will fix the issues, this is caused by people "chattr +i" or "chflags schg" to the file "/usr/local/cpanel/3rdparty/etc/php.ini".
We have been told that a number of 3rdparty software vendors are telling people to do this. DO NOT DO THIS. It will break a number of programs including the 3rdparty programs requesting this or doing it on their own.
We recommend never changing a cPanel system file, no matter what any 3rd party vendor tells you. All 3rd party software should be crafted to work around cPanel, and should not change any cPanel files.
If you chattr +i or chflags schg any cPanel system file, we will be unable to provide technical support. Once again we strongly urge all users to never do this.