I have recently taken over a website that uses this for part of the website. I attempted to bring update it from version 3.2.
Following the instructions, I am receiving an error:
Error: Duplicate column name 'viewcount'
Statement: ALTER TABLE `news30_story` ADD `viewcount` INT NOT NULL DEFAULT '0' AFTER `approved` ;
Arguments:
Array
(
)
I have gone into the database and there is only one column named 'viewcount'
Any help would be greatly appreciated. I'm still trying to learn all this stuff.