Jump to content

SVN to normal version


Recommended Posts

Hello,

 

On last week i update my 1.4.4.1 on 1.4.5.0 SVN and have some problems with it. I do that bc i think i can found resolution of my problem in new version just.

 

Now i have question i can some how downgrade to 1.4.4.1 back or how in SVN version turn off all debugs?

 

in config.inc.php:

 

 

#@ini_set('display_errors', 'on');
#define('_PS_DEBUG_SQL_', true);
#$start_time = microtime(true);and have also:
define('SMARTY_DEBUG_CONSOLE', false);

 

in smarty.config.inc.php:

 

$smarty->compile_check = false;
$smarty->debugging = false;
$smarty->debugging_ctrl = 'URL'; // 'NONE' on production
$smarty->deprecation_notices = false; // so many depreciated yet not migrated smarty calls

 

But still when in shop i go on link that does not exist i see:

 

[Debug] This page has moved
Please use the following URL instead: http://site.ru/page-not-found

Link to comment
Share on other sites

×
×
  • Create New...