Jump to content

[bankwire] An error was found in config file


connectcase

Recommended Posts

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

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

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

  • 1 year later...

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

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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

  • 3 weeks later...
  • 11 months later...

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

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...