indycz Posted February 14, 2015 Share Posted February 14, 2015 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 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