Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

MythWeb error

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


devale at computer

Apr 30, 2003, 1:23 PM

Post #1 of 19 (2285 views)
Permalink
MythWeb error

Other than installing php-mysql, is there anything else to do here? I
have run up2date on php, httpd, and php-mysql to ensure they were all
installed and up to date, and I still see the error described by Kaushik.

Thanks,

John

>>>>> On Sat, 19 Apr 2003 12:57:13 -0700 (PDT), Kaushik Mallick
<kmallick2000 [at] yahoo> said:
[...]
k> When I open mozilla and point to http://localhost/mythweb/I get the
k> following message: Fatal error: Call to undefined function:
k> mysql_connect() in /var/www/html/mythweb/db_open.php on line 20. I
k> checked and found that the php, php-imap and php-ldap packages have
k> been installed. Is there any setup I missed with php setup in
k> Apache in RedHat 8.0? Any suggestion will be helpful. Thanks.


chris at ripp

Apr 30, 2003, 6:38 PM

Post #2 of 19 (2253 views)
Permalink
Re: MythWeb error [In reply to]

On Wed, 2003-04-30 at 15:23, devale [at] computer wrote:
> Other than installing php-mysql, is there anything else to do here? I
> have run up2date on php, httpd, and php-mysql to ensure they were all
> installed and up to date, and I still see the error described by Kaushik.
>
> Thanks,
>
> John
>
John,

find your php.ini file. Make sure you've got a line in it like this:

extension=mysql.so

and that it is uncommented. and restart apache. That should cure you.


===========================
Chris Ripp <chris [at] ripp>


devale at computer

May 1, 2003, 6:30 AM

Post #3 of 19 (2245 views)
Permalink
Re: MythWeb error [In reply to]

That was it Chris, thanks a bunch...

John

Chris Ripp wrote:

>On Wed, 2003-04-30 at 15:23, devale [at] computer wrote:
>
>
>>Other than installing php-mysql, is there anything else to do here? I
>>have run up2date on php, httpd, and php-mysql to ensure they were all
>>installed and up to date, and I still see the error described by Kaushik.
>>
>>Thanks,
>>
>>John
>>
>>
>>
>John,
>
>find your php.ini file. Make sure you've got a line in it like this:
>
>extension=mysql.so
>
>and that it is uncommented. and restart apache. That should cure you.
>
>
>===========================
>Chris Ripp <chris [at] ripp>
>
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users [at] snowman
>http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>


tom at compton

Jan 26, 2005, 1:46 AM

Post #4 of 19 (2169 views)
Permalink
Re: MythWeb Error [In reply to]

In message <41F763F6.2020706 [at] sigtom>
Tom E. Craddock, Jr. <sigtom [at] sigtom> wrote:

> So...I know im some kinda idiot, just not sure which kind. I just
> cannot get any tbn to show up in MythWeb when I go to the Recorded
> Programs page. I get the following
>
> *Warning* at /var/www/html/includes/mythbackend.php, line 269:
> copy(image_cache/1007_20050125220000_20050125230000.nuv.png): failed
> to open stream: Permission denied
>
> Ive searched thru the mailing list and made sure that any errors
> others have had with this arent what Im getting. Ive made sure that
> apache/apache is the one running the web server. Ive made a symlink
> in the www/html dir to the dir that holds my recorded shows, but still
> no go. Anyone have any tips, hints, or old posts that I missed that
> would be helpful?

First question - does apache/apache have search permission to that
directory and read permission to that file.

Second question - are you running FC3 or something else that has
selinux enabled. If so then try turning it off.

Tom

--
Tom Hughes (tom [at] compton)
http://www.compton.nu/


mythtv at michaelstarks

Feb 24, 2006, 10:02 AM

Post #5 of 19 (1970 views)
Permalink
Re: MythWeb Error [In reply to]

Jordack wrote:
> When i try to load up mythweb in my browser i get this
>
> Fatal Error at
> /var/www/html/mythweb/includes/mythbackend.php, line
> 166:
> Unexpected response to MYTH_PROTO_VERSION
> 'MYTH_PROTO_VERSION 26':

I got this when I did an apt-get upgrade last night, after having
tweaked the files as required for the new MythWeb. I noticed that
MythWeb had been updated but not the rest of the Mythtv suite. I then
took the plunge and did an apt-get dist-upgrade and the problem went away.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


lists at forevermore

Feb 24, 2006, 10:06 AM

Post #6 of 19 (1958 views)
Permalink
Re: MythWeb Error [In reply to]

> When i try to load up mythweb in my browser i get this
>
> Fatal Error at
> /var/www/html/mythweb/includes/mythbackend.php, line
> 166:
> Unexpected response to MYTH_PROTO_VERSION
> 'MYTH_PROTO_VERSION 26':

You're running incompatible versions of mythweb/mythbackend.

> ----/var/log/httpd/error_log
> PHP Notice: Undefined index: PATH_INFO in
> /var/www/html/mythweb/includes/init.php on line 37

That's just a notice, not an error. Ignore it.

> I looked into the ../mythweb/config/config.conf There
> does seem to be anythign i need to change

Most config is now in .htaccess, btw.

-Chris
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


b1nd3n14l at gmail

Feb 17, 2009, 3:34 AM

Post #7 of 19 (1245 views)
Permalink
Re: Mythweb Error [In reply to]

On Mon, Feb 16, 2009 at 9:23 PM, Kelly Reed Schuerman <krschuerman [at] gmail
> wrote:

> After a recent PHP update I can no longer access Mythweb. I'm seeing
> these errors in the apache error log.
>
> <b>Fatal error</b>: Unknown: Cannot use both zlib.output_compression
> and output_handler together!! in <b>Unknown</b> on line <b>0</b><br />
>
> Is anyone familiar with this error and have a solution?
>
> Thanks,
>
> Sherm
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


Im assuming your using ubuntu and this might be helpful..

http://ubuntuforums.org/showthread.php?t=1067968
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/329053


mzimmerman at gmail

Feb 17, 2009, 6:01 AM

Post #8 of 19 (1252 views)
Permalink
Re: Mythweb Error [In reply to]

I also followed post #9, no ill effects that I've seen yet.

On Tue, Feb 17, 2009 at 6:34 AM, David Bestor <b1nd3n14l [at] gmail> wrote:
>
> On Mon, Feb 16, 2009 at 9:23 PM, Kelly Reed Schuerman
> <krschuerman [at] gmail> wrote:
>>
>> After a recent PHP update I can no longer access Mythweb. I'm seeing
>> these errors in the apache error log.
>>
>> <b>Fatal error</b>: Unknown: Cannot use both zlib.output_compression
>> and output_handler together!! in <b>Unknown</b> on line <b>0</b><br />
>>
>> Is anyone familiar with this error and have a solution?
>>
>> Thanks,
>>
>> Sherm
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
> Im assuming your using ubuntu and this might be helpful..
>
> http://ubuntuforums.org/showthread.php?t=1067968
> https://bugs.launchpad.net/ubuntu/+source/php5/+bug/329053
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 11, 2009, 2:44 PM

Post #9 of 19 (871 views)
Permalink
Re: Mythweb error [In reply to]

On 11/11/2009 02:39 PM, Bobby Gill wrote:
> Getting a bunch of these when going to various recordings/scheduling pages
> on Mythweb:
>
> *Error* at
> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php, line
> 117:
> strftime() [function.strftime<http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime>]:
> It is not safe to rely on the system's timezone settings. You are *required*
> to use the date.timezone setting or the date_default_timezone_set()
> function. In case you used any of those methods and you are still getting
> this warning, you most likely misspelled the timezone identifier. We
> selected 'America/New_York' for 'EST/-5.0/no DST' instead
> *Error* at
> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php, line
> 119:
>
> strftime() [function.strftime<http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime>]:
> It is not safe to rely on the system's timezone settings. You are *required*
> to use the date.timezone setting or the date_default_timezone_set()
> function. In case you used any of those methods and you are still getting
> this warning, you most likely misspelled the timezone identifier. We
> selected 'America/New_York' for 'EST/-5.0/no DST' instead
> ***Error* at
> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/recorded.php, line
> 281:
> strftime() [function.strftime<http://bobgill.bounceme.net:1758/mythweb/tv/function.strftime>]:
> It is not safe to rely on the system's timezone settings. You are *required*
> to use the date.timezone setting or the date_default_timezone_set()
> function. In case you used any of those methods and you are still getting
> this warning, you most likely misspelled the timezone identifier. We
> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>
>
>
> Checking in with los expertos before I go and edit the various .php pages
> and surely fudge things up further hehe.

Are you (or your distro scripts or ...) setting the TZ variable to some
(broken) value ("EST/-5.0/no DST") when starting mythbackend or apache?

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


brownitus at gmail

Nov 11, 2009, 2:51 PM

Post #10 of 19 (870 views)
Permalink
Re: Mythweb error [In reply to]

On Wed, Nov 11, 2009 at 5:44 PM, Michael T. Dean <mtdean [at] thirdcontact>wrote:

> On 11/11/2009 02:39 PM, Bobby Gill wrote:
>
>> Getting a bunch of these when going to various recordings/scheduling pages
>> on Mythweb:
>>
>> *Error* at
>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php, line
>> 117:
>> strftime() [function.strftime<
>> http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime
>> >]:
>>
>> It is not safe to rely on the system's timezone settings. You are
>> *required*
>> to use the date.timezone setting or the date_default_timezone_set()
>> function. In case you used any of those methods and you are still getting
>> this warning, you most likely misspelled the timezone identifier. We
>> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>> *Error* at
>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php, line
>> 119:
>>
>> strftime() [function.strftime<
>> http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime
>> >]:
>>
>> It is not safe to rely on the system's timezone settings. You are
>> *required*
>> to use the date.timezone setting or the date_default_timezone_set()
>> function. In case you used any of those methods and you are still getting
>> this warning, you most likely misspelled the timezone identifier. We
>> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>> ***Error* at
>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/recorded.php,
>> line
>> 281:
>> strftime() [function.strftime<
>> http://bobgill.bounceme.net:1758/mythweb/tv/function.strftime>]:
>>
>> It is not safe to rely on the system's timezone settings. You are
>> *required*
>> to use the date.timezone setting or the date_default_timezone_set()
>> function. In case you used any of those methods and you are still getting
>> this warning, you most likely misspelled the timezone identifier. We
>> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>>
>>
>>
>> Checking in with los expertos before I go and edit the various .php pages
>> and surely fudge things up further hehe.
>>
>
> Are you (or your distro scripts or ...) setting the TZ variable to some
> (broken) value ("EST/-5.0/no DST") when starting mythbackend or apache?
>
> Mike
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


Hmm, the only timezone line I can ever recall changing on the box is from my
/etc/rc.conf:

LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Canada/Eastern"

Bob


gilbert.drew at gmail

Nov 11, 2009, 2:51 PM

Post #11 of 19 (868 views)
Permalink
Re: Mythweb error [In reply to]

Bobby Gill wrote:
> Getting a bunch of these when going to various recordings/scheduling
> pages on Mythweb:
>
> *Error* at
> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php,
> line 117:
> strftime() [function.strftime
> <http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime>]:
> It is not safe to rely on the system's timezone settings. You are
> *required* to use the date.timezone setting or the
> date_default_timezone_set() function. In case you used any of those
> methods and you are still getting this warning, you most likely
> misspelled the timezone identifier. We selected 'America/New_York' for
> 'EST/-5.0/no DST' instead
>
> *Error* at
> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php,
> line 119:
>
> strftime() [function.strftime
> <http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime>]:
> It is not safe to rely on the system's timezone settings. You are
> *required* to use the date.timezone setting or the
> date_default_timezone_set() function. In case you used any of those
> methods and you are still getting this warning, you most likely
> misspelled the timezone identifier. We selected 'America/New_York' for
> 'EST/-5.0/no DST' instead
>
> ** *Error* at
> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/recorded.php,
> line 281:
> strftime() [function.strftime
> <http://bobgill.bounceme.net:1758/mythweb/tv/function.strftime>]: It is
> not safe to rely on the system's timezone settings. You are *required*
> to use the date.timezone setting or the date_default_timezone_set()
> function. In case you used any of those methods and you are still
> getting this warning, you most likely misspelled the timezone
> identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead
>
>
>
> Checking in with los expertos before I go and edit the various .php
> pages and surely fudge things up further hehe.
>
> Thanks
> Bob

I seem to remember getting something similar after upgrading PHP, I had
to explicitly set the date.timezone value in my /etc/php/php.ini file :

<snip>
[Date]
date.timezone = Europe/London
</snip>

HTH
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 11, 2009, 2:55 PM

Post #12 of 19 (873 views)
Permalink
Re: Mythweb error [In reply to]

On 11/11/2009 05:51 PM, Bobby Gill wrote:
> On Wed, Nov 11, 2009 at 5:44 PM, Michael T. Dean wrote:
>
>> On 11/11/2009 02:39 PM, Bobby Gill wrote:
>>
>>> Getting a bunch of these when going to various recordings/scheduling pages
>>> on Mythweb:
>>>
>>> *Error* at
>>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php, line
>>> 117:
>>> strftime() [function.strftime<
>>> http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime
>>>
>>>> ]:
>>>>
>>> It is not safe to rely on the system's timezone settings. You are
>>> *required*
>>> to use the date.timezone setting or the date_default_timezone_set()
>>> function. In case you used any of those methods and you are still getting
>>> this warning, you most likely misspelled the timezone identifier. We
>>> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>>> *Error* at
>>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php, line
>>> 119:
>>>
>>> strftime() [function.strftime<
>>> http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime
>>>
>>>> ]:
>>>>
>>> It is not safe to rely on the system's timezone settings. You are
>>> *required*
>>> to use the date.timezone setting or the date_default_timezone_set()
>>> function. In case you used any of those methods and you are still getting
>>> this warning, you most likely misspelled the timezone identifier. We
>>> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>>> ***Error* at
>>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/recorded.php,
>>> line
>>> 281:
>>> strftime() [function.strftime<
>>> http://bobgill.bounceme.net:1758/mythweb/tv/function.strftime>]:
>>>
>>> It is not safe to rely on the system's timezone settings. You are
>>> *required*
>>> to use the date.timezone setting or the date_default_timezone_set()
>>> function. In case you used any of those methods and you are still getting
>>> this warning, you most likely misspelled the timezone identifier. We
>>> selected 'America/New_York' for 'EST/-5.0/no DST' instead
>>>
>>>
>>>
>>> Checking in with los expertos before I go and edit the various .php pages
>>> and surely fudge things up further hehe.
>>>
>>>
>> Are you (or your distro scripts or ...) setting the TZ variable to some
>> (broken) value ("EST/-5.0/no DST") when starting mythbackend or apache?
> Hmm, the only timezone line I can ever recall changing on the box is from my
> /etc/rc.conf:
>
> LOCALE="en_US.utf8"
> HARDWARECLOCK="localtime"
> TIMEZONE="Canada/Eastern"

Not a time zone line, but a TZ environment variable.

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 11, 2009, 2:57 PM

Post #13 of 19 (866 views)
Permalink
Re: Mythweb error [In reply to]

On 11/11/2009 05:51 PM, Drew Gilbert wrote:
> Bobby Gill wrote:
>> Getting a bunch of these when going to various recordings/scheduling
>> pages on Mythweb:
>>
>> *Error* at
>> /home/bobby2/public_html/mythweb/modules/tv/tmpl/default/detail.php,
>> line 117:
>> strftime() [function.strftime
>> <http://bobgill.bounceme.net:1758/mythweb/tv/detail/1042/function.strftime>]:
>> It is not safe to rely on the system's timezone settings. You are
>> *required* to use the date.timezone setting or the
>> date_default_timezone_set() function. In case you used any of those
>> methods and you are still getting this warning, you most likely
>> misspelled the timezone identifier. We selected 'America/New_York'
>> for 'EST/-5.0/no DST' instead
>>
>> Checking in with los expertos before I go and edit the various .php
>> pages and surely fudge things up further hehe.
> I seem to remember getting something similar after upgrading PHP, I
> had to explicitly set the date.timezone value in my /etc/php/php.ini
> file :
>
> <snip>
> [Date]
> date.timezone = Europe/London
> </snip>

That would make sense. There's no way that Myth's time zone detection
could ever return "EST/-5.0/no DST" unless someone set that (nonsense)
value in a TZ environment variable.

However, PHP has its own time zone detection functionality--and I can't
guarantee its behavior like I can Myth's time zone detection behavior. :)

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 11, 2009, 3:03 PM

Post #14 of 19 (866 views)
Permalink
Re: Mythweb error [In reply to]

On 11/11/2009 05:55 PM, Michael T. Dean wrote:
> On 11/11/2009 05:51 PM, Bobby Gill wrote:
>> On Wed, Nov 11, 2009 at 5:44 PM, Michael T. Dean wrote:
>>> Are you (or your distro scripts or ...) setting the TZ variable to some
>>> (broken) value ("EST/-5.0/no DST") when starting mythbackend or apache?
>> Hmm, the only timezone line I can ever recall changing on the box is
>> from my
>> /etc/rc.conf:
>>
>> LOCALE="en_US.utf8"
>> HARDWARECLOCK="localtime"
>> TIMEZONE="Canada/Eastern"
> Not a time zone line, but a TZ environment variable.

Can you run:
http://svn.mythtv.org/trac/raw-attachment/ticket/5319/myth_time_zone.pl
and post the output, please?

Thanks,
Mike


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


brownitus at gmail

Nov 11, 2009, 3:21 PM

Post #15 of 19 (870 views)
Permalink
Re: Mythweb error [In reply to]

On Wed, Nov 11, 2009 at 6:03 PM, Michael T. Dean <mtdean [at] thirdcontact>wrote:

> On 11/11/2009 05:55 PM, Michael T. Dean wrote:
>
>> On 11/11/2009 05:51 PM, Bobby Gill wrote:
>>
>>> On Wed, Nov 11, 2009 at 5:44 PM, Michael T. Dean wrote:
>>>
>>>> Are you (or your distro scripts or ...) setting the TZ variable to some
>>>> (broken) value ("EST/-5.0/no DST") when starting mythbackend or apache?
>>>>
>>> Hmm, the only timezone line I can ever recall changing on the box is from
>>> my
>>> /etc/rc.conf:
>>>
>>> LOCALE="en_US.utf8"
>>> HARDWARECLOCK="localtime"
>>> TIMEZONE="Canada/Eastern"
>>>
>> Not a time zone line, but a TZ environment variable.
>>
>
> Can you run:
> http://svn.mythtv.org/trac/raw-attachment/ticket/5319/myth_time_zone.pland post the output, please?
>
> Thanks,
>
> Mike
>

└─> ./myth_time_zone.pl
Use of uninitialized value $offset in concatenation (.) or string at ./
myth_time_zone.pl line 44.
Use of uninitialized value $time in concatenation (.) or string at ./
myth_time_zone.pl line 44.
Current Timezone Information
id: UNKNOWN_COMMAND
offset:
time:

Also, I went into the /etc/php/php.ini file and edited the line

;date.timezone =

to

date.timezone = Canada/Toronto

Restarted httpd+mythbackend but still no go..

Thanks
Bob


mtdean at thirdcontact

Nov 11, 2009, 4:37 PM

Post #16 of 19 (846 views)
Permalink
Re: Mythweb error [In reply to]

On 11/11/2009 06:21 PM, Bobby Gill wrote:
> On Wed, Nov 11, 2009 at 6:03 PM, Michael T. Dean <mtdean [at] thirdcontact>wrote:
>
>> On 11/11/2009 05:55 PM, Michael T. Dean wrote:
>>
>>> On 11/11/2009 05:51 PM, Bobby Gill wrote:
>>>
>>>> On Wed, Nov 11, 2009 at 5:44 PM, Michael T. Dean wrote:
>>>>
>>>>> Are you (or your distro scripts or ...) setting the TZ variable to some
>>>>> (broken) value ("EST/-5.0/no DST") when starting mythbackend or apache?
>>>> Hmm, the only timezone line I can ever recall changing on the box is from
>>>> my
>>>> /etc/rc.conf:
>>>>
>>>> LOCALE="en_US.utf8"
>>>> HARDWARECLOCK="localtime"
>>>> TIMEZONE="Canada/Eastern"
>>> Not a time zone line, but a TZ environment variable.
>> Can you run:
>> http://svn.mythtv.org/trac/raw-attachment/ticket/5319/myth_time_zone.pland post the output, please?
> └─> ./myth_time_zone.pl
> Use of uninitialized value $offset in concatenation (.) or string at ./
> myth_time_zone.pl line 44.
> Use of uninitialized value $time in concatenation (.) or string at ./
> myth_time_zone.pl line 44.
> Current Timezone Information
> id: UNKNOWN_COMMAND
> offset:
> time:
>

So, I take it this is a 0.21-fixes system (at least the backend)?

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


brownitus at gmail

Nov 11, 2009, 4:43 PM

Post #17 of 19 (850 views)
Permalink
Re: Mythweb error [In reply to]

>
> So, I take it this is a 0.21-fixes system (at least the backend)?
>
>
> Mike
>

Oh yeah, probably should've stated that, it is indeed 0.21 both my FE and BE
boxes.

Bob


mtdean at thirdcontact

Nov 11, 2009, 4:51 PM

Post #18 of 19 (849 views)
Permalink
Re: Mythweb error [In reply to]

On 11/11/2009 07:43 PM, Bobby Gill wrote:
>> So, I take it this is a 0.21-fixes system (at least the backend)?
> Oh yeah, probably should've stated that, it is indeed 0.21 both my FE and BE
> boxes.

Well, on the bright side, that makes me (and probably Rob Smith) feel
much more confident of the MythTV time zone detection and MythWeb time
zone configuration code that's /only/ in 0.22-fixes and above.

On the not-so-bright side, I have no idea what might be causing the
issue for you--especially after setting php.timezone. Perhaps now might
be a good time to upgrade to 0.22-fixes? :)

(Oh, and just in case, I'll mention that you can't mix and match
versions, so if your MythWeb happens to be a 0.22-fixes MythWeb and your
master backend is 0.21-fixes, you'd get all sorts of problems--this may
actually be one of them.)

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


brownitus at gmail

Nov 11, 2009, 5:02 PM

Post #19 of 19 (846 views)
Permalink
Re: Mythweb error [In reply to]

>
> On Wed, Nov 11, 2009 at 7:51 PM, Michael T. Dean <mtdean [at] thirdcontact>wrote:
>
On 11/11/2009 07:43 PM, Bobby Gill wrote:
>
>> So, I take it this is a 0.21-fixes system (at least the backend)?
>>>
>> Oh yeah, probably should've stated that, it is indeed 0.21 both my FE and
>> BE
>> boxes.
>>
>
> Well, on the bright side, that makes me (and probably Rob Smith) feel much
> more confident of the MythTV time zone detection and MythWeb time zone
> configuration code that's /only/ in 0.22-fixes and above.
>
> On the not-so-bright side, I have no idea what might be causing the issue
> for you--especially after setting php.timezone. Perhaps now might be a good
> time to upgrade to 0.22-fixes? :)
>
> (Oh, and just in case, I'll mention that you can't mix and match versions,
> so if your MythWeb happens to be a 0.22-fixes MythWeb and your master
> backend is 0.21-fixes, you'd get all sorts of problems--this may actually be
> one of them.)
>
>
> Mike
>

No sweat Mike, long as this isn't a biggie (and it isn't from what I can
tell, my entire Myth system has been working just fine, the error does
nothing more than force a lot of extra scrolling on some Mythweb pages ;) ),
I'm just awaiting .22 to be popped onto my distro's package manager. Thanks
a lot for the help.

Bob

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.