utf8_encode() - undefined function

When php 5.6 is upgraded from php 5.4, this error happens. In order to fix it following two commands are needed in ubuntu

sudo apt-get install php5.6-xml
sudo service apache2 restart