1. Joshua's links - http://del.icio.us/joshua - are coming up.
2. My links - http://del.icio.us/userX - aren't. They're either generating the "System error" below, or else the page is coming up, but as if I hadn't posted any links.
3. http://del.icio.us is resulting in the following:

System error

error:  Can't call method "prepare" on an undefined value at /www/del.icio.us/comp/user/get line 13.
context: 
... 
9:  my $usedb = 'master';
10:  my $ret;
11: 
12:  if (!$auth_user) { $usedb = 'user' }
13:  if (!exists ($db->{$usedb})) { $usedb = 'master' }
14:  $user_name_q->{$usedb} = $db->{$usedb}->prepare('select * from users where user_name = ?');
15:  my $query = $user_name_q->{$usedb};
16:  $query->execute(lc($user_name));
17: 
... 
code stack:  /www/del.icio.us/comp/user/get:13
/www/del.icio.us/comp/posts/all:28
/www/del.icio.us/site/index:22
/www/del.icio.us/site/autohandler:92
raw error

_______________________________________________
discuss mailing list
[email protected]
http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

Reply via email to