Easy Hosting Control Panel (EHCP) :: Force Edition

EHCP Force Support => Technical Help => Topic started by: earnolmartin on November 24, 2014, 06:53:27 pm

Title: First Step to Troubleshooting Issues in EHCP if Something Stops Working Randomly
Post by: earnolmartin on November 24, 2014, 06:53:27 pm
After downloading official Ubuntu system updates and package updates, sometimes software that EHCP Force Edition relies on may stop working properly.  Maybe FTP connections no longer work, and your FTP client returns an error message from the server when you attempt to connect.  Perhaps apache2 stops working and outputs a syntax error.  Any issues that occurred after downloading official updates might be fixed by running the EHCP Force Edition update script.  The update script not only updates EHCP Force core files, but it also re-installs specific software packages that have been patched to work with our integration of EHCP and fixes various configuration settings to make sure your system will keep working properly. 

It is OK to run the update script more than once (your custom settings, domains, files, email, MySQL databases, and other EHCP settings will not be lost). 

To run the update script, please use the following commands:

Code: [Select]
sudo apt-get install subversion
cd ~/Downloads
if [ -e "ehcpforceupdate.sh" ]; then
    rm "ehcpforceupdate.sh"
fi
svn export "svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ehcp/ehcpforceupdate.sh"
sudo bash "ehcpforceupdate.sh"


If your issue has not been solved after running the update script, please start a new topic in the Technical Help forum.