hey there,<br><br>thx for the update on the bug you found. i guess i accidentally leaned on the k/b when i was copying the files for release.<br><br>i'm not sure what the other problem you're experiencing is, however, i can replicate it. i'll have a look and get back to you on it.
<br><br>regs<br>Ryszard.<br><br><div><span class="gmail_quote">On 20/01/07, <b class="gmail_sendername">Bilge Tutak</b> <<a href="mailto:bilge.tutak@gmail.com">bilge.tutak@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Another thing I discovered is that it can connect to my database, but<br>unfortunately cannot fetch any data.<br>Any idea why?<br><br>Thank you.<br><br>Bilge.<br><br>On 1/19/07, Bilge Tutak <<a href="mailto:bilge.tutak@gmail.com">
bilge.tutak@gmail.com</a>> wrote:<br>> There is a missing curly bracket after the _getSynopsis sub. The curly<br>> closing the sub is missing.<br>><br>> After fixing that, when I run the vidupdate.pl it shows nothing and
<br>> drops back to prompt. I checked the sql, it should be returning<br>> something. I am not sure what is the problem.<br>><br>> Thank you.<br>><br>> Bilge.<br>><br>> On 1/19/07, Ryszard <<a href="mailto:ryszard99@gmail.com">
ryszard99@gmail.com</a>> wrote:<br>> > Ok,<br>> ><br>> > so some good news, its not a dependency related problem.<br>> ><br>> > skip this if you're not technical<br>> > ---------8<--------------------------------------
<br>> > When programming perl you can code in a "strict" manner which means all<br>> > variables must be defined with a scoping statement ("my").<br>> ><br>> > when i program in perl, i use the strict method of programming as it leads
<br>> > to tighter and cleaner code that is easier to troubleshoot.<br>> ><br>> > the error that you have indicates the variable "@tokens" has not been<br>> > pre-declared.<br>> > ---------8<--------------------------------------
<br>> ><br>> > so, if you go to line 127 and change the line "my ($tag, $synopsis);" to "my<br>> > ($tag, $synopsis, @tokens);" it will work for you.<br>> ><br>> > i've attached a new release with the fix.
<br>> ><br>> > HTH<br>> > Ryszard<br>> ><br>> ><br>> > On 19/01/07, Bilge Tutak <<a href="mailto:bilge.tutak@gmail.com">bilge.tutak@gmail.com</a>> wrote:<br>> > > Hi,<br>
> > > When I run the ./vidupdate I get this error.<br>> > > "Global symbol "@tokens" requires explicit package name at<br>> > > Mythtv/TVcom.pm line 133."<br>> > ><br>
> > > Any idea what this is? I am pretty sure I have all the necessary packages.<br>> > ><br>> > > Thank you.<br>> > ><br>> > > Bilge.<br>> > ><br>> > > On 1/18/07, Ryszard <
<a href="mailto:ryszard99@gmail.com">ryszard99@gmail.com</a>> wrote:<br>> > > > for those interested, i've fixed the problem with the parser not getting<br>> > the<br>> > > > synopsis where a show as the "Watch Video" link next to it (at least for
<br>> > the<br>> > > > shows i'm testing with).<br>> > > ><br>> > > > suggestions/comments welcome,<br>> > > ><br>> > > > regs<br>> > > > Ryszard.
<br>> > > ><br>> > > > _______________________________________________<br>> > > > mythtv-users mailing list<br>> > > > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br>> > > > <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> > > ><br>> > > ><br>> > > >
<br>> > > ><br>> > > _______________________________________________<br>> > > mythtv-users mailing list<br>> > > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> > > <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> > ><br>> ><br>> ><br>> > _______________________________________________
<br>> > mythtv-users mailing list<br>> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> > <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>> ><br>> ><br>> ><br>> ><br>><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>