SEVERE  RDB::query() query error
Array
(
    [query] => 
            SELECT module, right_id FROM user_rights
            WHERE type = 'group' AND id = 1
        
    [0] => 42501
    [1] => permission denied for relation user_rights
)
$r$tpl$_SESSION$_POST$_GET$_FILES
/lib/rain/RDB.php:781, RDB::getArray(...)
ERROR:  permission denied for relation user_rights

            SELECT module, right_id FROM user_rights
            WHERE type = 'group' AND id = 1

 774  
 775  
 776          $this->queryType "getArray:$associateBy:$groupBy";
 777  
 778          if ($groupBy == null$groups[0] = array();
 779          else                  $groups = array();
 780  
 781          if ($this->query($query$showOnly)) {
 782  
 783              if ($this->proxyRole == "client") {
 784                  return $this->response["data"];
 785  
 786              } else {
 787                  if (is_array($pager)) {
 788                      // Pocet vsetkych zaznamov
/modules/User/src/User.php:451, User::loadAccessRights()
/lib/rain/RModule.php:116, RModule::__construct()
/lib/rain/R.php:1507, R::run()
/index.php:134