|
From: Nathan V. <na...@th...> - 2001-05-12 04:08:32
|
On that line slash1toslash2 is trying to set the anonymous_coward_uid variable in the vars table. Did you answer the second question correctly? (I've only tried it with 1). Have a good weekend... On Fri, 11 May 2001, dan flickinger wrote: > On Friday 11 May 2001 13:34, you said: > > > my $null_uid = null_stories($story_authors); > > > > To this: > > > > my $null_uid = 2; > > > > It might do the trick. > > Sorry, it did not. It gave me a new error: > > After prompting to ask if I want to delete uid 2, the script fails with this > message: > *** > Can't call method "do" on an undefined value at ./slash1toslash2 line 74, > <STDIN> line 3. > *** > > I checked if I had any null values for aid in the stories table, and there > were none. After double checking, I found that I had one story by an author > that doesn't exist anymore. So I changed that story to an existing author. > > I'm still having a problem with the slash1toslash2 script dying during/after > proccessing the stories table. > > thanks for the help... > > /dan > > |