Quote:
Originally Posted by Nadeemjp
and no zai bro there is no table by the name of "a.fbbypass" in my database.
should i be looking somewhere else?
|
Looks like you upgraded the mod before upgrading the forum from the errror and what you told you you did. Try re-importing the product and use overwrite. If that doesn't work or as an alternative you can try running the query
Code:
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0
,ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'