Peter's Blog

Redefining the Impossible

The Yahoo effect


Apparently yahoo have bought del.icio.us and are already changing the look of the site:

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:35
/www/del.icio.us/site/index:82
/www/del.icio.us/site/autohandler:110
raw error

Filed under: delicious

Have Your Say

I welcome constructive comments or questions but I reserve the right to delete any comments that displease me.

Who are you?

(Optional) If you enter an email address here I might email you back. Your email address will not be sold to spammers or shown anywhere

What do you have to say?