[FIXED]Package upgrade broke my site
2 Replies
What did the update consist of?
How long has it been since your last update?
What, exactly, is broken?
What is it doing?
How recent is your most recent backup?
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
sudo a2enmod php5
sudo /etc/init.d/apache2 force-reload
sudo apt-get install php5-xsl
sudo apt-get install php5-gd
sudo apt-get install php-pear
sudo /etc/init.d/apache2 restart
I found these directions in the ubuntu forums. Than you.