Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
User avatar
By RussH
#2442
Hi,

just did some brief checking on this;

There was a change in PHP which required the php timezone to be set. if you have access to your server's php.ini, please can you check if this corrects the issue.
Code: Select all
You probably need to put the timezone in a configuration line in your php.ini file. You should have a block like this in your php.ini file:

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
where the available timezones are listed here;
http://php.net/manual/en/timezones.indian.php

Afterwards, please stop and restart your apache server. After this, your php timezone should be 'localised'.. If this fixes your issue, we can look to incorporate it into the opencats code.
User avatar
By RussH
#2456
Hi,

unfortunately this appears to be an underlying issue with the method the original developers used to store timezone, and cannot simply be fixed/enabled. This issue (cannot support fractional GMT offsets) will have to wait until the datetime storage is entirely refactored in the opencats code. It's logged as an open issue in github, anyone can contribute a proposed fix against it but initial analysis suggests it's not a simple piece of work.

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me