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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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
New Version 0.5   Message List  
Reply | Forward Message #104 of 121 |
Re: [tvdinner] Re: New Version 0.5


On Fri, 17 Dec 2004, Pablo Martinez wrote:

> error: DBD::mysql::st execute failed: Table 'mp3.user_prefs' doesn't
> exist at /www/tvdinner/system/adduser.html line 169.
>
> context: ...
> 166: $insert_sql = "insert into user_prefs (username) values (?)";
> 167: $insert_sth = $gdbh->prepare($insert_sql);
> 168: $insert_sth->bind_param(1,$ARGS{username});
> 169: $res = $insert_sth->execute;
> 170: }

To fix that (temporarily), comment out lines 166-169:

#$insert_sql = "insert into user_prefs (username) values (?)";
#$insert_sth = $gdbh->prepare($insert_sql);
#$insert_sth->bind_param(1,$ARGS{username});
#$res = $insert_sth->execute;

I made a change to the way preferences worked and forgot to change the
adduser function. Whoops! I will note it as a bug and fix it.

> the other problem i was having with only the new version, is that when i
> click on the albums tab it switches to that page, but the all function
> seems to be broken. if i look at them catagorized by letter/number it
> works fine. but as soon as i click the all option, screen goes blank.
> i think the interface is very very snazy, and love the new layout for
> browsing albums.

Uh...ahem...I, uh...left an extra character in the URL:

/tvdinner/display/album/list_all_albumes.html
^

DOH! Line 43 in /display/album/index.html needs to be fixed. It should
read:

$alphalinks = qq(<a
href="$gConf->{interfaceroot}/display/album/list_all_albums.html"
target="albums">All</a> | );

My mistake!


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




Fri Dec 17, 2004 4:12 pm

keane_skeplin
Offline Offline
Send Email Send Email

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

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

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

... 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
Advanced

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