jd440 Posted June 10, 2014 Share Posted June 10, 2014 (edited) Bonjour à tous. Depuis cemaint j'ai une erreur dont je n'arrive pas à déterminer l'origine? Si quelqu'un avais une idée? PHP Warning: simplexml_load_string(): Entity: line 2: parser error : Premature end of data in tag modules line 2 in /home/host0123/web/www/classes/controller/AdminController.php on line 1546, referer: http://www.example.tld/control/index.php?controller=AdminModules&token=aa[...]1 PHP Warning: simplexml_load_string(): <![CDATA[0]]></USD><GBP><![CDATA[0]]></GBP></price><url><![CDATA[http://addons.p in /home/host0123/web/www/classes/controller/AdminController.php on line 1546, referer: http://www.example.tld/control/index.php?controller=AdminModules&token=aa[...]1 PHP Warning: simplexml_load_string(): ^ in /home/host0123/web/www/classes/controller/AdminController.php on line 1546, referer: http://www.example.tld/control/index.php?controller=AdminModules&token=aa[...]1 Pour info la ligne 1546 correspond à : protected function addToolBarModulesListButton() { [...] { $country_module_list_array = array(); foreach ($country_module_list_xml->module as $k => $m) $country_module_list_array[] = (string)$m->name; $this->tab_modules_list['slider_list'] = array_intersect($this->tab_modules_list['slider_list'], $country_module_list_array); } [...] } Edited June 10, 2014 by jd440 (see edit history) 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