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
Messages 87 - 116 of 121   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87
for starters the install_database.sh script didnt work for me. i had to tell it to use the mysql database when running create_user_accounts.sql. Then it...
Pablo Martinez
valmasj
Offline Send Email
Oct 21, 2004
6:44 am
88
... Thanks for catching that -- I fixed it in the current version. You're right, the install_database.sh script needs the following: echo "generating default...
Sean Keplinger
keane_skeplin
Offline Send Email
Oct 21, 2004
5:22 pm
89
ok i spent a bit more time, made sure i ran all the database configs that were in there, and then double checked the playlist_idx and by default there were 3...
Pablo Martinez
valmasj
Offline Send Email
Oct 21, 2004
7:52 pm
90
... The error is happening right after you login? After you recieve the error, try going to a different page by typing in the URL. For example: http://<your...
Sean Keplinger
keane_skeplin
Offline Send Email
Oct 22, 2004
12:09 pm
91
i entered dbstats.html in manually and it came up. it seems like i can navigate just about everywheres except main_menu. when i try to go to main_menu i get...
Pablo Martinez
valmasj
Offline Send Email
Oct 22, 2004
1:22 pm
92
... Ok. Looks like there's something wrong with the way the $limit variable coming in is handled. It's passing it to the query as a string when it should be a...
Sean Keplinger
keane_skeplin
Offline Send Email
Oct 22, 2004
4:35 pm
93
that took care of me for the login side of things. however i still have one remaining problem, and thats downloading/playing songs. im sure its a permission...
Pablo Martinez
valmasj
Offline Send Email
Oct 23, 2004
2:43 am
94
... Check the permissions on your /mp3 diretory -- make sure that Apache has permissions to read the files. Also, make sure you have the following in your...
Sean Keplinger
keane_skeplin
Offline Send Email
Oct 26, 2004
3:01 pm
95
... that was it. apache::mp3 was installed, but this file was using App::TVDinner::MP3, and the alias was incorrect for me. once i adjusted those, streaming...
Pablo Martinez
valmasj
Offline Send Email
Oct 27, 2004
3:44 am
96
for some reason, if i let tvdinner sit around ahwhile, when i finaly go to connect to it i get the following error: error: DBD::mysql::st execute failed:...
Pablo Martinez
valmasj
Offline Send Email
Nov 14, 2004
2:08 am
97
... Hmmm...looks like a problem with Apache::Session. Is your MySQL process complete gone (from ps for example)? I'll see what I can dig up. Sean -- \___/...
Sean Keplinger
keane_skeplin
Offline Send Email
Nov 16, 2004
4:44 pm
98
... process ... no, its never actually dropped out completly. sometimes i can refresh a billion times and it will come back to life, in a very unstable state...
Pablo Martinez
valmasj
Offline Send Email
Nov 17, 2004
2:56 pm
99
... I use MySQL for all of my websites (at least Apache::Session) so I think my database never sleeps. The only different thing I do to start is set the max...
Sean Keplinger
keane_skeplin
Offline Send Email
Nov 23, 2004
4:32 pm
100
not sure if it changes the scenario any, but i previously said that restarting mysql did the trick. which is true under the old version, restarting apache is...
Pablo Martinez
valmasj
Offline Send Email
Dec 6, 2004
4:24 am
101
... That points pretty much to Apache::Session::MySQL. I've noticed while coding and debugging that when a page crashes with a Mason error, I have to clear the...
Sean Keplinger
keane_skeplin
Offline Send Email
Dec 10, 2004
6:52 pm
102
Over the past few months, I've been working to improve the interface to TVDinner. I've grown tired of the same old boring colors, so I've spruced it up a bit....
Sean Keplinger
keane_skeplin
Offline Send Email
Dec 10, 2004
6:58 pm
103
really like the new changes, especially to the layout. I am having a couple of problems with it though, one of which is new, the other happened in .4 and has...
Pablo Martinez
valmasj
Offline Send Email
Dec 17, 2004
6:02 am
104
... To fix that (temporarily), comment out lines 166-169: #$insert_sql = "insert into user_prefs (username) values (?)"; #$insert_sth =...
Sean Keplinger
keane_skeplin
Offline Send Email
Dec 17, 2004
4:12 pm
105
I am installing tvdinner in a subdirectory of my web docroot, eg: http://domain.com/tvdinner I know I am getting close, Mason is running and the system is...
Matt Staroscik
staroscik88
Offline Send Email
Jan 22, 2005
12:53 am
106
Someone please give me a sanity check. :) In the mason.conf file ... my $root = '/usr/local/etc/apache'; I set this to my apache conf directory, and created a...
Matt Staroscik
staroscik88
Offline Send Email
Jan 22, 2005
12:54 am
107
... You don't need to set this all the way down to the TVDinner directory. You'll probably want this to be just "/home/www/data/". I think this is the cause of...
Sean Keplinger
keane_skeplin
Offline Send Email
Jan 22, 2005
3:13 pm
108
Hey Sean et al. I'm finally getting around to implementing TVDinner... but I figured I'ld try to port it to Apache2/mod_perl2 at the same time just to make...
Max Baker
max_baker
Online Now Send Email
Feb 14, 2005
7:27 pm
109
... You may want to subscribe to the Mason mailing list. I believe there are some known problems with Apache/MP2 -> Mason integration. As for the version -- I...
Sean Keplinger
keane_skeplin
Offline Send Email
Feb 14, 2005
7:33 pm
110
Just curious: How many of you (on this list) have working TVDinner servers? I'm considering adding a feature that will allow servers to "hook up" and stream...
Sean Keplinger
keane_skeplin
Offline Send Email
Feb 21, 2005
6:41 pm
111
... I had a working server, but then desiring the latest of everything, I set out to get AP2+MP2 working with the latest tvdinner. Needless to say I've wasted...
Pablo Martinez
valmasj
Offline Send Email
Mar 9, 2005
4:20 am
112
... Yeah, one of these days I'll get around to testing that configuration. I know there are issues with Apache2 and mod_perl2 outside of TVDinner. ... This...
Sean Keplinger
keane_skeplin
Offline Send Email
Mar 9, 2005
6:03 pm
113
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
114
... 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
115
... 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
116
I have been trying to come up with some more good ideas for additions/improvements, and I was thinking, why stop at MP3's? Seems like all the structural stuff...
Pablo Martinez
valmasj
Offline Send Email
Apr 1, 2005
12:52 pm
Messages 87 - 116 of 121   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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