<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EnsimFixes.com</title>
	<atom:link href="http://www.ensimfixes.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ensimfixes.com</link>
	<description>Because Ensim just needs fixin'</description>
	<lastBuildDate>Mon, 01 Dec 2008 22:25:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dual Fix: &#8220;deprecated pam_stack module&#8221; and &#8220;Unable to open env file: /etc/environment&#8221;</title>
		<link>http://www.ensimfixes.com/?p=46</link>
		<comments>http://www.ensimfixes.com/?p=46#comments</comments>
		<pubDate>Mon, 01 Dec 2008 11:08:00 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[10.x]]></category>
		<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[Parallels Pro for Linux]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=46</guid>
		<description><![CDATA[/var/log/secure gets slammed with these errors every time anyone tries to connect to any service which requires authorization.  The fix has been elusive, as Ensim continues to re-write the pam.d files, but running this script will take care of both issues posthaste.
Save this as /usr/local/sbin/fix_pam:
#!/bin/sh
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
#
# fix_pam ver 1.0a
#
# (c) Copyright 2007 Mark Steel / [...]]]></description>
			<content:encoded><![CDATA[<p>/var/log/secure gets slammed with these errors every time anyone tries to connect to any service which requires authorization.  The fix has been elusive, as Ensim continues to re-write the pam.d files, but running this script will take care of both issues posthaste.</p>
<p>Save this as /usr/local/sbin/fix_pam:</p>
<p>#!/bin/sh</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#<br />
# fix_pam ver 1.0a<br />
#<br />
# (c) Copyright 2007 Mark Steel / Catalyst IT. All rights reserved.<br />
#<br />
# This script may only be distributed unmodified.<br />
#<br />
# This script is intended to be used to fix the &#8220;depracated pam stack module&#8221;<br />
# errors on servers and virtual hosts.<br />
#<br />
# NOTE: THIS SCRIPT IS NOT GPL<br />
#<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>perl -i -p -e &#8217;s/required(.*)pam_stack.so service=system-auth/include\tsystem-auth/&#8217; /etc/pam.d/*<br />
perl -i -p -e &#8217;s/pam_pwdb/pam_unix/&#8217; /etc/pam.d/*<br />
perl -i -p -e &#8217;s/pam_env.so$/pam_env.so readenv=0/&#8217; /etc/pam.d/system-auth</p>
<p>perl -i -p -e &#8217;s/pam_env.so$/pam_env.so readenv=0/&#8217; /home/virtual/FILESYSTEMTEMPLATE/siteinfo/etc/pam.d/system-auth<br />
VIRTUAL=`find /home/virtual/FILESYSTEMTEMPLATE -name pam.d`<br />
for i in $VIRTUAL; do<br />
perl -i -p -e &#8217;s/required(.*)pam_stack.so service=system-auth/include\tsystem-auth/&#8217; $i/*<br />
perl -i -p -e &#8217;s/pam_pwdb/pam_unix/&#8217; $i/*<br />
done</p>
<p>DOMAINS=`sitelookup -a site_root`<br />
for i in $DOMAINS; do<br />
perl -i -p -e &#8217;s/required(.*)pam_stack.so service=system-auth/include\tsystem-auth/&#8217; $i/etc/pam.d/*<br />
perl -i -p -e &#8217;s/pam_pwdb/pam_unix/&#8217; $i/etc/pam.d/*<br />
perl -i -p -e &#8217;s/pam_env.so$/pam_env.so readenv=0/&#8217; $i/etc/pam.d/system-auth<br />
done</p>
<p>service saslauthd restart</p>
<p>Run once, and you&#8217;re golden.</p>
<p><small>Tip: Mark Steel @ <a href="http://www.catalystx.com/" target="_blank">CatalystX</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP Warning: PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php4/imap.so&#8217; &#8211; /usr/lib/php4/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0</title>
		<link>http://www.ensimfixes.com/?p=42</link>
		<comments>http://www.ensimfixes.com/?p=42#comments</comments>
		<pubDate>Thu, 16 Oct 2008 10:06:29 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[10.x]]></category>
		<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[Parallels Pro for Linux]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=42</guid>
		<description><![CDATA[#!/bin/bash
if [ ! -f /root/bin/dsitelookup ]; then
DOMAIN_LIST=`sitelookup -a domain`
else
DOMAIN_LIST=`dsitelookup -a domain`
fi
for i in $DOMAIN_LIST; do
replace &#8220;extension_dir = /usr/lib/php4&#8243; &#8220;extension_dir = /usr/lib/php/modules&#8221; &#8212; /home/virtual/$i/etc/php.ini
cp -f /etc/virtualhosting/templates/apache/var/www/interpreters/php-script /home/virtual/$i/var/www/interpreters/
done
Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>#!/bin/bash</p>
<p>if [ ! -f /root/bin/dsitelookup ]; then<br />
DOMAIN_LIST=`sitelookup -a domain`<br />
else<br />
DOMAIN_LIST=`dsitelookup -a domain`<br />
fi</p>
<p>for i in $DOMAIN_LIST; do<br />
replace &#8220;extension_dir = /usr/lib/php4&#8243; &#8220;extension_dir = /usr/lib/php/modules&#8221; &#8212; /home/virtual/$i/etc/php.ini<br />
cp -f /etc/virtualhosting/templates/apache/var/www/interpreters/php-script /home/virtual/$i/var/www/interpreters/<br />
done</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels/Ensim Awstats 6.8</title>
		<link>http://www.ensimfixes.com/?p=34</link>
		<comments>http://www.ensimfixes.com/?p=34#comments</comments>
		<pubDate>Mon, 15 Sep 2008 13:52:01 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[Parallels Pro for Linux]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=34</guid>
		<description><![CDATA[Here are the notes and instructions for installing or upgrading Ensim Awstats to ver 6.8
READ THE NOTES PRIOR TO INSTALLATION!
*******************************************
Note 1: You need to have root access and SSH capabilities
Note 2: If you have a virtDomain.sh and a virtDomain.tar, then you will need to merge the two together in order for this to work. You [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the notes and instructions for installing or upgrading Ensim Awstats to ver 6.8</p>
<p><strong>READ THE NOTES PRIOR TO INSTALLATION!</strong><br />
*******************************************<br />
Note 1: You need to have root access and SSH capabilities</p>
<p>Note 2: If you have a virtDomain.sh and a virtDomain.tar, then you will need to merge the two together in order for this to work. You should know how to do this if you already have customizations installed. Prior versions of my Ensimized version of Awstats can follow the instructions as if it’s a new install. Just say yes for overwriting the files during the copying of files phase.</p>
<p>Note 3: I have coded and tested this on a Parallels 10.3.1 / CentOS 5.2 machine. This code use to work with Ensim 3.5 (Redhat 7.3) and above prior to the Fedora and CentOS releases. Can’t imagine it not working for any of the Ensim/Parallels builds.</p>
<p>Note 4: The original idea, scripts etc. belonged to an Ensim forum board member “ho247″. Both no longer are around and I have been updating this script since 5.6. Special thanks goes to him.</p>
<p>Note 5: Usual disclaimers, warranties etc. apply. No guarantees. This is a “as-is” product.</p>
<p>Note 6: Special bonus! Included is a daily cron script to clean out the mail.quarantine folder on each and every virtual domain. It will dump all quarantined files older than 7 days.</p>
<p>Note 7: Upgrading to this version does not destroy your previous data. In fact, folks who have been using hand installed copies of Awstats have been able to convert over their data to this version.</p>
<p>Note 8: Extremely stressed out servers ( i.e. ones with tons of domains on them, or modestly populated ones that are extrememly busy) have reported excessive cpu usage during its initial run via cron. It can actually bring those servers to its knees. Not a surprise, considering their machines are already “stressed” so this will put another load onto your daily cron jobs. Remember that it is accessing your apache logs, so if they are big…guess what. It will take some time, and need processor muscle to complete it’s task. Once the initial data collection by awstats is finished, it drops down a bit. Stressed servers should consider adding this add-on, in the beginning of the month, and in the early morning when the logs are still small in size. You have been warned.</p>
<p>Check to see if you have a virtDomain.sh or a virtDomain.tar ie. ls or ls -la<br />
(if you do…proceed to note 2.)</p>
<p>Usage: /root/awstats-install/awstats-install [--server-install][--domain-install ]<br />
Pick one and then afterwards check and see if it works. The example below is for a server wide install.</p>
<p>cd /root<br />
rm -fr awstats-install<br />
wget http://www.customensimbackup.com/download/ensim-awstats-6.8.tar.gz<br />
tar -zxvf ./ensim-awstats-6.8.tar.gz<br />
cd /etc/appliance/customization<br />
rm -f /etc/appliance/customization/awstats.sh<br />
cp /root/awstats-install/virtDomain.sh /etc/appliance/customization<br />
cp /root/awstats-install/virtDomain.tar /etc/appliance/customization<br />
cd /root/awstats-install<br />
./awstats-install &#8211;server-install<br />
run-parts /etc/cron.daily</p>
<p>/awstats is where awstats is located for each domain.<br />
/awstats/docs is where awstats docs are located for each domain.<br />
get a cup of coffee….DONE!</p>
<p>Side note: If you want to password protect the awstats directory, here is one possible solution out of many that actually works.</p>
<p><strong>I strongly suggest that you password protect your stats to avoid server corruption!</strong></p>
<p>See: http://forums.theplanet.com/index.php?showtopic=53427 and don’t forget to thank forum board member “cweb” for his hard work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ensim friendly phpMyAdmin upgrade 2.11.5.2 (final)</title>
		<link>http://www.ensimfixes.com/?p=32</link>
		<comments>http://www.ensimfixes.com/?p=32#comments</comments>
		<pubDate>Tue, 29 Apr 2008 11:38:13 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=32</guid>
		<description><![CDATA[This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered. Remember Aug. 8, 2008 is rapidly approaching. Get your servers upgraded and updated today [...]]]></description>
			<content:encoded><![CDATA[<p>This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered. Remember Aug. 8, 2008 is rapidly approaching. Get your servers upgraded and updated today while you have a chance to fix stuff.</p>
<p>SSH into the server as root,</p>
<p>cd /root<br />
rm -f upgrade_phpMyAdmin<br />
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin<br />
chmod 700 upgrade_phpMyAdmin<br />
./upgrade_phpMyAdmin</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ensim friendly phpMyAdmin upgrade 2.11.5.1 (final)</title>
		<link>http://www.ensimfixes.com/?p=30</link>
		<comments>http://www.ensimfixes.com/?p=30#comments</comments>
		<pubDate>Sat, 29 Mar 2008 17:50:20 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=30</guid>
		<description><![CDATA[This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.
SSH into the server as root,

cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.</p>
<p>SSH into the server as root,</p>
<pre name="code" class="php">
cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensim friendly phpMyAdmin upgrade 2.11.5 (final)</title>
		<link>http://www.ensimfixes.com/?p=29</link>
		<comments>http://www.ensimfixes.com/?p=29#comments</comments>
		<pubDate>Sat, 01 Mar 2008 12:52:09 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=29</guid>
		<description><![CDATA[This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.
SSH into the server as root,

cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.</p>
<p>SSH into the server as root,</p>
<pre name="code" class="php">
cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sites can no longer SFTP into their domains after a clean install</title>
		<link>http://www.ensimfixes.com/?p=28</link>
		<comments>http://www.ensimfixes.com/?p=28#comments</comments>
		<pubDate>Thu, 21 Feb 2008 13:33:51 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[10.x]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=28</guid>
		<description><![CDATA[ New install, CentOS5.0 (or RHEL5.0) and Ensim X 10.3
It will ask for the password and even go through the motions of allowing site users the ability to connect but then it just closes the connection with no explanations or error.
Here are the procedures for running the script:

pico -w fix_sftp
chmod +x fix_sftp
./fix_sftp

Here is the actual [...]]]></description>
			<content:encoded><![CDATA[<p> New install, CentOS5.0 (or RHEL5.0) and Ensim X 10.3</p>
<p>It will ask for the password and even go through the motions of allowing site users the ability to connect but then it just closes the connection with no explanations or error.<br />
Here are the procedures for running the script:</p>
<pre name="code" class="php">
pico -w fix_sftp
chmod +x fix_sftp
./fix_sftp
</pre>
<p>Here is the actual code for the script it self:</p>
<pre name="code" class="php">
#!/bin/bash

file[1]="/usr/lib/libnss3.so"
file[2]="/usr/lib/libplc4.so"
file[3]="/usr/lib/libplds4.so"
file[4]="/usr/lib/libnspr4.so"
sitelist=`sitelookup -a domain`

for i in $sitelist; do
cp ${file[*]} /home/virtual/$i/usr/lib
cp ${file[*]} /home/virtual/FILESYSTEMTEMPLATE/siteinfo/usr/lib
done
</pre>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unable to open env file: /etc/environment errors</title>
		<link>http://www.ensimfixes.com/?p=27</link>
		<comments>http://www.ensimfixes.com/?p=27#comments</comments>
		<pubDate>Tue, 29 Jan 2008 13:59:15 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[10.x]]></category>
		<category><![CDATA[Ensim Fixes]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=27</guid>
		<description><![CDATA[01-Dec-2008 NOTE: This post is superceded with a different method. 
See http://www.ensimfixes.com/?p=46
The /var/log/secure log is full of these stupid error messages. For some reason, they forgot to add this file to all the domains and the server. The fix is really easy!
touch /etc/environment
for i in `sitelookup -a domain`; do touch /home/virtual/$i/etc/environment; done
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>01-Dec-2008 NOTE: </strong><strong>This post is superceded with a different method. <br />
</strong><strong>See </strong><a href="http://www.ensimfixes.com/?p=46"><strong>http://www.ensimfixes.com/?p=46</strong></a></p>
<p>The /var/log/secure log is full of these stupid error messages. For some reason, they forgot to add this file to all the domains and the server. The fix is really easy!</p>
<pre class="php">touch /etc/environment
for i in `sitelookup -a domain`; do touch /home/virtual/$i/etc/environment; done</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensim friendly phpMyAdmin upgrade 2.11.2.1 (final)</title>
		<link>http://www.ensimfixes.com/?p=26</link>
		<comments>http://www.ensimfixes.com/?p=26#comments</comments>
		<pubDate>Wed, 21 Nov 2007 02:39:10 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=26</guid>
		<description><![CDATA[This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.
SSH into the server as root,

cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.</p>
<p>SSH into the server as root,</p>
<pre name="code" class="php">
cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensim friendly phpMyAdmin upgrade 2.11.1.2 (final)</title>
		<link>http://www.ensimfixes.com/?p=25</link>
		<comments>http://www.ensimfixes.com/?p=25#comments</comments>
		<pubDate>Thu, 25 Oct 2007 08:49:46 +0000</pubDate>
		<dc:creator>crankycronos</dc:creator>
				<category><![CDATA[Ensim Fixes]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.ensimfixes.com/?p=25</guid>
		<description><![CDATA[This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.
SSH into the server as root,

cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>This one is easy to do, and is 100% Ensim compatible. This will also work as a stand alone application. Side note: the 2.11 series is the last series that will support php4. Afterwards, php5 will be the only thing considered.</p>
<p>SSH into the server as root,</p>
<pre name="code" class="php">
cd /root
rm -f upgrade_phpMyAdmin
wget http://www.customensimbackup.com/download/upgrade_phpMyAdmin
chmod 700 upgrade_phpMyAdmin
./upgrade_phpMyAdmin</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ensimfixes.com/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
