View Single Post
Old
  (#7 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-14-2003, 04:08 PM

Do all your tables in your MySQL database start with forum_ ?
Ususally on a nuke install, the tables are prefixed with nuke_
nuke_users
not
forum_users, unless you changed that for the install, which is ok.
However, some script you have running is looking for the forum_users table it appears... :?

mikem
   
Reply With Quote