[mythtv] [mythtv-commits] Ticket #5896: Allow NIS-format /etc/timezone

Rob Smith kormoc at gmail.com
Sat Jan 3 23:22:59 UTC 2009


On Sat, Jan 3, 2009 at 9:05 AM, Otto Kolsi <otto at kolsi.fi> wrote:
> Actually, what seems to be happening in MythWeb is that in setTimezone()
> the first if() condition is not met. So the QUERY_TIME_ZONE command is
> actually never sent to backend (at least within that function). Maybe
> the problem lies within MythWeb and not in the master backend?
>
> I tried quickly do some debugging with MythWeb and in setTimezone()
> $_SESSION['backend']['timezone']['value'] seems to have value "U" which
> doesn't sound right..

We cache the response from the backend for 24 hours, likely you
updated mythweb first which cached the 'Unknown Command' and then
updated the be?

I added code to invalidate the cache instantly if it doesn't apply
cleanly to php, and added in some extra debugging info. Refresh twice
to make sure things clean out and if it still dies, toss up the new
error message.


More information about the mythtv-dev mailing list