MyBB Community Forums

Full Version: sql error on copying the thread.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tired to copy the thread to another forum, but this is the error returned:
MySQL error: 1054
Unknown column 'tid' in 'where clause'
Query: SELECT * FROM mybb_pollvotes WHERE tid = '6'


What can be the cause, and do I need to manually create a column?
Thank you for the help.
I have a similar problem after upgrade to 1.2.14 from 1.2.13, but they do when I merging post in thread.

MySQLi error: 1054
Unknown column 'Array' in 'where clause'
Query: SELECT uid FROM mybb_posts WHERE pid IN (Array)

I don't have permission to view Tiki's link...
(2008-07-21, 08:28 PM)DamYan Wrote: [ -> ]I have a similar problem after upgrade to 1.2.14 from 1.2.13, but they do when I merging post in thread.

MySQLi error: 1054
Unknown column 'Array' in 'where clause'
Query: SELECT uid FROM mybb_posts WHERE pid IN (Array)


Same Sad

I don't have permission to view Tiki's link...