Generiq
01-01-2003, 08:58 PM
I got Tivoweb 1.9.4 working with the mods people pointed out in the other threads, but if I search for any show, and click on one of the episodes in the result, I get:
INTERNAL SERVER ERROR
--cut here--
action_showing '/995835/92' ''
invalid command name "PrintNames"
while executing
"PrintNames $actors 1"
("uplevel" body line 169)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {
if { [regexp {([0-9]*)/(.*)} $objectid junk fsid subobjid] } {
set showing [db $db openidconstruction $fsid $subobjid]
} els..."
(procedure "::action_showing" line 47)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
I had to go into ui.itcl (mine is renamed 0ui.itcl) and comment all the lines that sections that had anything like [PrintNames $SOME_VARIABLE 1]. This was lines 1017 through 1057. It works now, but if anyone knows how to fix it so the actors, producers, yadda, yadda, yadda links still work, I'd love to know how.
Thanks Guys!
INTERNAL SERVER ERROR
--cut here--
action_showing '/995835/92' ''
invalid command name "PrintNames"
while executing
"PrintNames $actors 1"
("uplevel" body line 169)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {
if { [regexp {([0-9]*)/(.*)} $objectid junk fsid subobjid] } {
set showing [db $db openidconstruction $fsid $subobjid]
} els..."
(procedure "::action_showing" line 47)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
I had to go into ui.itcl (mine is renamed 0ui.itcl) and comment all the lines that sections that had anything like [PrintNames $SOME_VARIABLE 1]. This was lines 1017 through 1057. It works now, but if anyone knows how to fix it so the actors, producers, yadda, yadda, yadda links still work, I'd love to know how.
Thanks Guys!