JoKeR_13 Posted November 18, 2010 Share Posted November 18, 2010 How to disconnect the debugging information in the bottom of page? Link to comment Share on other sites More sharing options...
shokinro Posted November 19, 2010 Share Posted November 19, 2010 here are two places you can try1. \config\config.inc.php define('_PS_DEBUG_SQL_', false); 2. \config\smarty.config.inc.php(12): $smarty->debugging = true; Link to comment Share on other sites More sharing options...
JoKeR_13 Posted November 19, 2010 Author Share Posted November 19, 2010 Hasn't helpedconfig.inc.php /* Debug only */ @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); smarty.config.inc.php require_once(_PS_SMARTY_DIR_.'Smarty.class.php'); global $smarty; $smarty = new Smarty(); $smarty->template_dir = _PS_THEME_DIR_.'tpl'; $smarty->compile_dir = _PS_SMARTY_DIR_.'compile'; $smarty->cache_dir = _PS_SMARTY_DIR_.'cache'; $smarty->config_dir = _PS_SMARTY_DIR_.'configs'; $smarty->caching = false; $smarty->force_compile = (bool)Configuration::get('PS_SMARTY_FORCE_COMPILE'); $smarty->compile_check = false; $smarty->debugging = false; $smarty->debug_tpl = _PS_ALL_THEMES_DIR_ . 'debug.tpl'; Printscreen Link to comment Share on other sites More sharing options...
shokinro Posted November 20, 2010 Share Posted November 20, 2010 Which page are you facing the problem? Is it Front office or Back Office? Which version are using?I never see this page before, maybe you are using some 3rd party's module?(Forgive my ignorance) Link to comment Share on other sites More sharing options...
JoKeR_13 Posted November 20, 2010 Author Share Posted November 20, 2010 version 1.4.0.3 from csvFront office only. Link to comment Share on other sites More sharing options...
shokinro Posted November 20, 2010 Share Posted November 20, 2010 I don't have this version. I have no idea. The latest version I installed is 1.4.0.2 (latest public available version)You are using csv version(under development version), hope PS development team could answer your question. Sorry I am not able to solve problem. Link to comment Share on other sites More sharing options...
JoKeR_13 Posted November 20, 2010 Author Share Posted November 20, 2010 It is necessary to delete a folder \override\And the information won't be deduced.Thanks for the help and spent time! 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