Quote:
Originally Posted by Oblivion Knight
Did you import the product file? Seems that the query didn't run for some reason..
Try running this query manually via phpMyAdmin:
[sql]ALTER TABLE p_journal_entries ADD np text NOT NULL[/sql]If you use a table prefix, replace "p" with it - if not remove "p_".
|
Thanks, worked like a charm. Is there any way to insure that I have all the tables needed? Seems weird that it would leave out that one.