SQL Error: 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 at /home/b/bkolpanyma/public_html/staff/component/Info/Show.php line 208
Array
(
    [code] => 1104
    [message] => 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
    [query] => SELECT (IF(t0.id IS NOT NULL,1,0)+IF(t1.id IS NOT NULL,1,0)+IF(t2.id IS NOT NULL,1,0)+IF(t3.id IS NOT NULL,1,0)) as level, tcRoot.id, tcRoot.name, tcRoot.nameUrl, tc0.id as `0.id`, tc0.name as `0.name`, tc0.nameUrl as `0.nameUrl`, tc1.id as `1.id`, tc1.name as `1.name`, tc1.nameUrl as `1.nameUrl`, tc2.id as `2.id`, tc2.name as `2.name`, tc2.nameUrl as `2.nameUrl`, tc3.id as `3.id`, tc3.name as `3.name`, tc3.nameUrl as `3.nameUrl`
	  FROM info_c tcRoot
	  LEFT JOIN info_c_c tRoot ON tcRoot.id=tRoot.childId  
    LEFT JOIN info_c_c t0 ON tcRoot.id=t0.parentId LEFT JOIN info_c tc0 ON t0.childId=tc0.id LEFT JOIN info_c_c t1 ON t0.childId=t1.parentId LEFT JOIN info_c tc1 ON t1.childId=tc1.id LEFT JOIN info_c_c t2 ON t1.childId=t2.parentId LEFT JOIN info_c tc2 ON t2.childId=tc2.id LEFT JOIN info_c_c t3 ON t2.childId=t3.parentId LEFT JOIN info_c tc3 ON t3.childId=tc3.id  WHERE tRoot.id IS NULL AND tcRoot.fViewNot=0 ORDER BY tcRoot.sort, tcRoot.name, tc0.sort, tc0.name, tc1.sort, tc1.name, tc2.sort, tc2.name, tc3.sort, tc3.name
    [context] => /home/b/bkolpanyma/public_html/staff/component/Info/Show.php line 208
)