Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Looks like a typo on my part. When creating the w3t_Posts table I have it creating a B_UStats field instead of a B_UStatus field. You can fix this real quickly by going into the mysql shell and typing this: ALTER TABLE w3t_Posts CHANGE B_UStatus B_UStatus varchar(1); -------------------
Another typo? <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /> Check the ALTER command in yer post. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /> I know what you mean, though. Thanks.