snowmedia Posted September 12, 2009 Share Posted September 12, 2009 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 21On 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 More sharing options...
Degsey Posted September 12, 2009 Share Posted September 12, 2009 Check the file permisions on your language files should be 777 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now