By adam george on Sunday, 17 December 2017
Posted in General
Replies 1
Likes 0
Views 356
Votes 0
Hello

I just tried to create a poll with two different users on the frontend and both times i got this error message

1054
UNKNOWN COLUMN 'U.STATE' IN 'FIELD LIST'

Can you please check

Thanks Adam
It seems like missing this `state` columns under #__social_polls_users this table.

I already run this following SQL query on your site, it should work fine now.


ALTER TABLE `#__social_polls_users` ADD `state` TINYINT(1) NOT NULL DEFAULT '1' AFTER `session_id`;
·
Sunday, 17 December 2017 08:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post