View Single Post
  #2 (permalink)  
Old 01-14-2006, 04:14 PM
coldblooded's Avatar
coldblooded coldblooded is offline
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
Code:
alter TABLE nuke_bbsessions ADD COLUMN session_admin tinyint(2) DEFAULT '0' NOT NULL;
Code:
alter TABLE nuke_modules ADD wysig_status tinyint(1) NOT NULL default '0';
Try running those in phpmyadmin and see what the error is for each.
__________________
The more we learn... the more we realize how little we actually know.
Reply With Quote