Jump to content

Install problem...


Recommended Posts

When i upploaded my prestashop files to /public_html/store/ and then go to my installation folder. I get this error message.


Fatal error: Call to undefined function simplexml_load_file() in /usr/home/shirtville/public_html/store/install/classes/LanguagesManager.php on line 21

On line 21

    private function loadXML($url_xml){
       global $errors;
       if(!$this->xml_file = simplexml_load_file($url_xml))
           $errors = "Error when loading XML language file : $url_xml";
   }



What´s the problem?

- thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...