MyBB Community Forums

Full Version: a datebase erro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SQL Error:
    1104 - The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Query:
    SELECT t.tid, t.title, t.sid, t.template FROM mybb_templates t LEFT JOIN mybb_templatesets s ON (t.sid=s.sid) LEFT JOIN mybb_templates t2 ON (t.title=t2.title AND t2.sid='1') WHERE t.title = 'codebuttons' AND NOT (t.sid = -2 AND NOT ISNULL(t2.tid)) ORDER BY t.title ASC 

i want to setup a plugin and it gives this error.please help me
I would contact the host about that to be honest it has been discused before.
can give me the adress of discussion
You need to contact your host about this error.
Some people said it's about the upgrade process (1.4 to 1.6)?
any answer?