Jump to content

Recommended Posts

  • 3 months later...

<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

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