Fatal error after install Version 2

Hi all

After a successuful version 2 install when clicking the link to admin area i get this error Fatal error: Call to undefined function simplexml_load_string() in /home/u4/coitservices1/html/shop/controllers/admin/init.php on line 66



Here is line 66 $xml = simplexml_load_string(‘’ . $menues . ‘’);





I can see the store but can’t get to admin area.

Can anyone help?

Thanks

I believe simplexml_load_string is a PHP5 function. Make sure you are using at least PHP version 5.1

Thanks for the quick reply

Install says 5.2.1

Solution found. In the php.ini file needed to add



extension=simplexml.so



once added it worked fine