SMF Database Error [SQL_BIG_SELECTS or MAX_JOIN_SIZE]
DATABASE ERROR
Code: [Select]
Database Error: 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
How to fix the Error:
Find the Line in Load.php (inside the source directory)
Code: [Select]
Try to load it from the cache first; it'll never get cached if the setting is off.
Bookmarks