MyBB Community Forums

Full Version: Error while opening templates list in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've got an error after I'd tried to open for editing a list of Templates in menu
Templates - Modify/Delete
This error appears when I push the right button Edit (Default Templates)
The code of this error is

MySQL 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 t1.* FROM mybb_templates t1 LEFT JOIN mybb_templates t2 ON (t1.title=t2.title AND t2.sid='-2') WHERE t1.sid='1' AND ISNULL(t2.template) ORDER BY t1.title ASC