|
From: shane <sh...@lo...> - 2001-07-03 10:12:08
|
At 12:57 AM 7/3/2001 -0500, you wrote: >I was wondering if anybody could provide any help. >I get the error message: > >. >. >. >Processing pollvoters >Processing stories >DBD::mysql::db do failed: Column 'uid' cannot be null at >./slash1toslash2 line 378, <STDIN> line 3. >Column 'uid' cannot be null at ./slash1toslash2 line 380, <STDIN> line >3. > > >only one author had a matching users, > >so I changed changed user names and matchname to match the > >authors ones, with no success. > >I had also an NULL author corresponding to the name all authors > >I changed its aid and matchname to match a users with no > >success either. > >I do not know what else to do. > >Thanks for any tip > >Xavier Look through the stories and comments tables, and make sure all uid's in both tables point to valid uid's in the user's table. |