Keyword

MySQL Error 1104

  • Tony Hundal
  • Tony Hundal's Avatar Topic Author
  • Offline
  • New Member
More
10 years 5 months ago #120519 by Tony Hundal
MySQL Error 1104 was created by Tony Hundal
Just started to put together a new Joomla 3.2 site and installed K2. Have about seven items in K2 and now every time I click on Items I get the following error:
An error has occurred.
1104 The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay SQL=SELECT i.*, g.title AS groupname, c.name AS category, v.name AS author, w.name as moderator, u.name AS editor FROM w6nbp_k2_items as i LEFT JOIN w6nbp_k2_categories AS c ON c.id = i.catid LEFT JOIN w6nbp_viewlevels AS g ON g.id = i.access LEFT JOIN w6nbp_users AS u ON u.id = i.checked_out LEFT JOIN w6nbp_users AS v ON v.id = i.created_by LEFT JOIN w6nbp_users AS w ON w.id = i.modified_by WHERE i.trash=0 ORDER BY i.id DESC LIMIT 0, 20
Any ideas on what may be causing this? I have removed and reinstalled K2. I did look through this forum and other looking for answers but being relatively new to this stuff am coming up short. Any help would be appreciated. Thanks.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum