MyBB Community Forums

Full Version: [help] My SQL error when edit template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi...my forum at here was error when i want to edit template

this is the error message

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='2' AND ISNULL(t2.template) ORDER BY t1.title ASC

could someone would explain this?
what i must to do?

thnx 4 advance Smile