Results 1 to 1 of 1
-
15th Jun 2014, 02:38 PM #1
Fantastico Error: enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.X.X.pxp, 4.3.7.pxp
Fantastico Error: enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.X.X.pxp, 4.3.7.pxp, 4.3.8.pxp, 4.3.9.pxp error
Code:/usr/local/cpanel/base/3rdparty/fantastico/includes/enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.3.9.pxp.
Unfortunately many server administrators get this error ever now and then on their server, netenberg has failed to address the problem and has only provided the following temporary fix everytime the problem arises. This tutorial provides the steps needed to fix the problem on your server. This is a very simple tutorial and throughout most of it you can simply copy and paste via your SSH terminal.
Simple way: (Please note that if this does not work try the complex way):
Linux Code:
Code:cd /tmp chattr -i ixed rm -Rf ixed* wget -N http://netenberg.com/files/ixed.tgz tar xzpf ixed.tgz rm -f ixed.tgz chattr +i ixed
Code:cd /tmp chflags noschg ixed rm -Rf ixed* wget -N http://netenberg.com/files/ixed.tgz tar xzpf ixed.tgz rm -f ixed.tgz chflags schg ixed
FreeBSD and Linux Code:
Code:cd /tmp/ixed cp ixed.lin.4.3.8.pxp ixed.lin.4.3.9.pxp
Complex Fix: (Adds ixed decoder files as a Dynamic Extentions to the php.ini file. However CPanel may modify php.ini on a daily basis and you may have to fix over and over again)
Code:cd /usr/local/cpanel/3rdparty/etc/ rm -f ixed.tgz wget http://netenberg.com/files/ixed.tgz tar xzpf ixed.tgz rm -f ixed.tgz
Code:chattr -i /usr/local/cpanel/3rdparty/etc/php.ini
Code:chflags noschg /usr/local/cpanel/3rdparty/etc/php/ini
Code:/usr/local/cpanel/bin/checkphpini
Code:/scripts/upcp --force
Linux Code:
Code:chattr -i /usr/local/cpanel/3rdparty/etc/php.ini pico -w /usr/local/cpanel/3rdparty/etc/php.ini
chflags noschg /usr/local/cpanel/3rdparty/etc/php.ini
pico -w /usr/local/cpanel/3rdparty/etc/php.ini
and edit the following line:
extension_dir = ./ ; directory in which ...
and remove the ./ if it appears (just those two characters, so it is set like this:
extension_dir = ; directory in which ...
Note: Some users find that changing the extension_dir to "/" (no period) works better for them.
Scroll down to the Dynamic Extentions area of the file and add the following line at the end of this section (before Module Settings):
Code:extension="/usr/local/cpanel/3rdparty/etc/ixed/ixed.lin.4.3.8.pxp"
If you get no more errors enter this:
Linux Code:
Code:chattr +i /usr/local/cpanel/3rdparty/etc/php.ini
Code:chflags schg /usr/local/cpanel/3rdparty/etc/php.ini
Code:chmod -Rf 0755 ixed
Credits: parts of this tutorial from the netenberg || creating possibilities website.Areon Reviewed by Areon on . Fantastico Error: enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.X.X.pxp, 4.3.7.pxp Fantastico Error: enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.X.X.pxp, 4.3.7.pxp, 4.3.8.pxp, 4.3.9.pxp error /usr/local/cpanel/base/3rdparty/fantastico/includes/enc_restrictions.inc.php is protected by SourceGuardian and requires file ixed.lin.4.3.9.pxp. Please read SourceGuardian protected scripts manual. Unfortunately many server administrators get this error ever now and then on their server, netenberg has failed to address the problem and has Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Shared] need a host which is managed by platinumservermanagement
By kuzukuzu in forum ArchiveReplies: 5Last Post: 20th Feb 2011, 09:03 PM -
myrapidleech.net is hacked by xNi9 Crew
By apps.trader in forum Hosting DiscussionReplies: 3Last Post: 12th Feb 2011, 09:53 AM -
Simple PHP Shell script by litewarez
By bonucci in forum General DiscussionReplies: 4Last Post: 31st Oct 2010, 05:28 AM -
Warezbb is funded by Whom!!!
By deep.j1 in forum General DiscussionReplies: 18Last Post: 10th May 2010, 11:57 AM -
Error: 530 The server is full, hosting 5 users?
By th3obr0 in forum Technical Help Desk SupportReplies: 0Last Post: 11th Oct 2009, 07:39 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...