Quote:
Originally Posted by bonnmac
i hate to be a pain but can i please get some help on this error please i hate to keep bugging all of you thanks its on install upgrade in 3.07
|
I'd guess that the arcade_pmactive field didnt get created on the user table.
Assumming your not using prefixes which from the rror abve your not try running this query in phpmyadmin, Before doing so just check if the field already exists but i doubt it does.
Code:
ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';