Search the web
Sign In
New User? Sign Up
tvdinner
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Playing problem.   Message List  
Reply | Forward Message #114 of 121 |
Re: [tvdinner] Playing problem.


On Fri, 11 Mar 2005, Pablo Martinez wrote:

> What I think is happening is perl related. Back when I was attempting
> Apache 2, I had to upgrade, well, install the latest version of perl,
> 5.8. So now I have two versions of perl installed, 5.6 and 5.8. From
> what I have read this isnt a problem. If I do a perl -v 5.8 comes back.
> However when I compile TVDinner's config and install it, they get pushed
> to the 5.6 side of things, and i have to copy the *.pm's to the proper
> location in 5.8.

Hmmm...this I'm not sure of. There's probably a setting somewhere, not
sure. I'll see what I can dig up.

> Symptoms are as follows: Everything seems to navigate without
> incident. When I try to play something, I get a page cannot be
> displayed error message. The apache will freeze until i restart it.
> Thats all the info I can think to give, feel free to ask for more.

I think this is a bug I accidentally introduced in 0.5. The problem is
with the Mason $m->redirect -- I used to have my own. Well, when I made
the change to the new way of doing things, it stopped working. The
work-around: go back to the old way. Here's what you need to change:

In tools/play

Change the following:

# now do the redirect
$m->redirect($url);

to

$m->comp("$gConf->{interfaceroot}/tools/redirect", url=>$url);


There may be another place where the new redirect is used, I'll look or
you can grep for it.


HTH,
Sean
--
Sean Keplinger / Visit my Hiking/Backpacking and Projects
skeplin AT gmail DOT com / blog at: http://spookyworld.dnsalias.com/





Fri Mar 11, 2005 3:06 pm

keane_skeplin
Offline Offline
Send Email Send Email

Forward
Message #114 of 121 |
Expand Messages Author Sort by Date

I seem to have everything working again, back with apache 1.3 and mod perl 1.x. all my cpan modules went in perfect no hiccups. physical locations of...
Pablo Martinez
valmasj
Offline Send Email
Mar 11, 2005
2:41 pm

... Hmmm...this I'm not sure of. There's probably a setting somewhere, not sure. I'll see what I can dig up. ... I think this is a bug I accidentally...
Sean Keplinger
keane_skeplin
Offline Send Email
Mar 11, 2005
3:06 pm

... the other place i found within tools was tools/download. changed it in both places, and when i try to download, it gives me cannot be found, and when i do...
Pablo Martinez
valmasj
Offline Send Email
Mar 16, 2005
4:03 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help