SOLVED IT.
Im quite sure I found the solution but I dont know how to make a INT. Can someone please tell me how to add this I will give rep.
i have problem
A Database Error Occurred
Error Number: 1054
Unknown column 'answer_id' in 'where clause'
SELECT * FROM poll_votes WHERE answer_id = 0
Answer is in error syntax ;] Go find answer_id in your poll_votes table. If there is not such a table, create it as an INT.
Im quite sure I found the solution but I dont know how to make a INT. Can someone please tell me how to add this I will give rep.
i have problem
A Database Error Occurred
Error Number: 1054
Unknown column 'answer_id' in 'where clause'
SELECT * FROM poll_votes WHERE answer_id = 0
Answer is in error syntax ;] Go find answer_id in your poll_votes table. If there is not such a table, create it as an INT.
Last edited: