|
Re: New Version 0.5
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 always been like this. Everytime i try to add
a new user i get the following mason error:
error: DBD::mysql::st execute failed: Table 'mp3.user_prefs' doesn't
exist at /www/tvdinner/system/adduser.html line 169.
context: ...
165: # nice to have right about now!)
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: }
171:
172: $sql = "select id, username, password, fullname, perm_access,
perm_stream,
173: perm_download, perm_edit, perm_upload, perm_system,
...
code stack: /www/tvdinner/system/adduser.html:169
/www/tvdinner/system/autohandler:2
/www/tvdinner/autohandler:25
i tried changing some thing myself, but i just seem to break it
worse. the weird part is, that it actually creates the record in the
database. and works 100%. I just have to restart apache in to get
mason to unfreeze after that error, and all is well with the world.
i can also delete and edit each user, as well as change the
passwords. seems to be just the add user function blows up, but
works, all at the same time
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.
|