Jump to content

Standard class PrestaShopBackup.php


indycz

Recommended Posts

Probably it would be better to substitute ECHO (all occurrencies) in standard prestashop class PrestaShopBackup with $this->error =

for more clarity in error messages.

 

Example

echo Tools::displayError('An error occurred while backing up. Unable to obtain the schema of').' "'.$table;

substitute with

$this->error = Tools::displayError('An error occurred while backing up. Unable to obtain the schema of').' "'.$table;

etc.

 

Echoed string is not showed or logged.

 

VS

 

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