I am getting the following error when I try to access Fantastico from my cpanel:
PHP script /usr/local/cpanel/base/frontend/x/fantastico/includes/enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.2.3.pxp.
Please read SourceGuardian protected scripts manual.
Do the following....
Log into your server and su
Code:
mkdir /usr/local/ixed
cp /tmp/ixed/ixed.lin.4.2.3.pxp /usr/local/ixed/
pico /usr/local/cpanel/3rdparty/etc/php.ini
Find
Code:
"extension_dir = ./
and change to
Code:
extension_dir =
Further down (after the line ";zend_extension="/usr/local/Zend/lib/ZendOptimizer.so") add:
Code:
extension="/usr/local/ixed/ixed.lin.4.2.3.pxp"
Save and exit.
Now protect this file:
Code:
chattr +i /usr/local/cpanel/3rdparty/etc/php.ini
Thats it..
If it is a FreeBSD server the line
extension="/usr/local/ixed/ixed.lin.4.2.3.pxp"
must be changed to:
extension="/usr/local/ixed/ixed.fre.4.2.3.pxp"



LinkBack URL
About LinkBacks
Reply With Quote








