DB Error: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECT=1 or SET MAX_JOIN_SIZE=#if the SELECT is okay

Hi @msanting,
One of the cause may be a restriction in the “MySQL row-size limit” of your server.

Can you look into this post and the discussions there for the same problem I faced last year?

Regards,
@anupent