Error: MAX_JOIN_SIZE
Error: MAX_JOIN_SIZE
Fix:
Edit ../administrator/components/com_jsjobs/models/users.php
Find on line number 35
function getAllUsers
Add
$query = "SET SQL_BIG_SELECTS=1";
$db->setQuery($query);
$db->query();
After this line (line #36)
$db = JFactory::getDBO();
Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.