rellik Posted July 12, 2011 Share Posted July 12, 2011 Unable to change the date in BO stats it is locked on 26th June any changes i try it reverts backNO answer?No one else has this problem? 1.4.3 by the way Link to comment Share on other sites More sharing options...
diegofavero Posted October 26, 2011 Share Posted October 26, 2011 <p>hi there ... I was getting a similar issue ,,,, but in my system, which is in portuguese, was always locked on yesterday date.</p> <p> </p> <p>I fix the problem changing in the config.inc.php</p> <p> </p> <p> </p> <div>/* It is not safe to rely on the system's timezone settings, and this would generate a PHP Strict Standards notice. */</div> <div>if (function_exists('date_default_timezone_set'))</div> <div>@date_default_timezone_set(Configuration::get('PS_TIMEZONE'));</div> <div> </div> <div> </div> <div>to </div> <p> </p> <p> </p> <p> </p> <div>/* It is not safe to rely on the system's timezone settings, and this would generate a PHP Strict Standards notice. */</div> <div>if (function_exists('date_default_timezone_set'))</div> <div>@date_default_timezone_set('America/Sao_Paulo');</div> <div> </div> <div> </div> <div>i hope it helps ...</div> 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