• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

A Database Error Occurred [Modern Acc] need help rep++

oto

New Member
Joined
Apr 8, 2009
Messages
174
Reaction score
0
Location
spain
When i installing modern acc...

PHP:
A Database Error Occurred

Error Number: 1054

Unknown column 'answer_id' in 'where clause'

SELECT * FROM poll_votes WHERE answer_id = 0

on phpmyadmin i can see poll_votes but i cant fix this problem.
Thanks I REP++ when solved.
 
Please do not bump your own thread within 24 hours of your last post.
SQL:
ALTER TABLE `poll_votes` ADD COLUMN `answer_id` INT(11);
 
Back
Top