Jump to content

debugging information


JoKeR_13

Recommended Posts

Hasn't helped

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

33669_hfAf1IPEWKPyr8G1PqHW_t

Link to comment
Share on other sites

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

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