connectcase Posted June 5, 2013 Share Posted June 5, 2013 Anyone else ever got the error message: The following module(s) could not be loaded:: [bankwire] An error was found in config file: Start tag expected, '<' not found I check /modules/bankwire/config.xml and that seemed to be okay. I can also configure these modules without problems, but I cannot seem to get rid of the error msg. Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2013 Share Posted June 5, 2013 turn error reporting in prestashop or check php error log, you will get more information about issue source. for now, unfortunately, there is not enough information Link to comment Share on other sites More sharing options...
mark-b Posted June 6, 2013 Share Posted June 6, 2013 Since yesterday I have the samen error when I press payment modules: " [advancednewsletter] An error was found in config file: Start tag expected, '<' not found " When I delete the advancednewsletter module I get the same error with google analytics module. Is there an fix? Link to comment Share on other sites More sharing options...
mark-b Posted June 6, 2013 Share Posted June 6, 2013 (edited) edit Edited June 6, 2013 by mark-b (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 6, 2013 Share Posted June 6, 2013 and what about error log? turn error reporting, check php error log. The problem is with php script compilation (parse error), the best way to localize it is to turn on / check error log Link to comment Share on other sites More sharing options...
connectcase Posted June 6, 2013 Author Share Posted June 6, 2013 I can't figure out how to turn on error reporting the official way, so I tried to turn it on in /config/defines.inc.php and adding the following to /config/config.inc.php @ini_set('display_errors', 'on'); ini_set('log_errors', 1); ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); error_reporting(E_ALL | E_STRICT); I thought this would help me to find more about the error. But funnily enough, the error is now gone ??? Link to comment Share on other sites More sharing options...
vekia Posted June 6, 2013 Share Posted June 6, 2013 hello and what about file with php error log? if you have got an access to this file (it's usually located in FTP in /log/ /tmp/ dir) - check it please Link to comment Share on other sites More sharing options...
connectcase Posted June 7, 2013 Author Share Posted June 7, 2013 That one says: Property Badge->name is empty at line 874 in file classes/ObjectModel.php I'm guessing that's a completely differtent error message? Link to comment Share on other sites More sharing options...
Romeo.Tran Posted December 12, 2014 Share Posted December 12, 2014 Hi mate maybe i can solver http://apollotheme.com/question/can-not-search-module-back-office-prestashop/ [bankwire] An error was found in config file: Start tag expected, ‘<‘ not found Please follow my guide: 1. Open folder config/xml 2. back up it first 3. rename all xml file in it blog-en.xml default_country_modules_list.xml modules_list.xml modules_native_addons.xml must_have_modules_list.xml tab_modules_list.xml trusted_modules_list.xml untrusted_modules_list.xml 4. Reload or click on module menu in left 5. Prestashop will generate this file again 1 Link to comment Share on other sites More sharing options...
xiparos Posted January 28, 2015 Share Posted January 28, 2015 Hi mate maybe i can solver http://apollotheme.com/question/can-not-search-module-back-office-prestashop/ [bankwire] An error was found in config file: Start tag expected, ‘<‘ not found Please follow my guide: 1. Open folder config/xml 2. back up it first 3. rename all xml file in it blog-en.xml default_country_modules_list.xml modules_list.xml modules_native_addons.xml must_have_modules_list.xml tab_modules_list.xml trusted_modules_list.xml untrusted_modules_list.xml 4. Reload or click on module menu in left 5. Prestashop will generate this file again Thank you so much for this solution ! It works on 1.6.0.11 Link to comment Share on other sites More sharing options...
sagenterprises Posted February 17, 2015 Share Posted February 17, 2015 Even I faced this problem after installing Powatag... But as per your procedure I solved the error Link to comment Share on other sites More sharing options...
spering Posted January 30, 2016 Share Posted January 30, 2016 Perfect Romeo.Tran You are a genius. That was the solution!!! [bankwire] An error was found in config file: Start tag expected, ‘<‘ not found Please follow my guide: 1. Open folder config/xml 2. back up it first 3. rename all xml file in it blog-en.xml default_country_modules_list.xml modules_list.xml modules_native_addons.xml must_have_modules_list.xml tab_modules_list.xml trusted_modules_list.xml untrusted_modules_list.xml 4. Reload or click on module menu in left 5. Prestashop will generate this file again 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