// no records & page > 1, try to reset to last page
$this->SetPage($this->GetTotalPages());
$this->Query($force);
}
else{
// no records & page > 1, show 404 page
trigger_error('Unknown page <strong>'.$this->Page.'</strong> in <strong>'.$this->getPrefixSpecial().'</strong> list, leading to "404 Not Found"',E_USER_NOTICE);
trigger_error('<span class="debug_error">Incorrect sorting</span> defined (field = <b>'.$field.'</b>; direction = <b>'.$direction.'</b>) in config for prefix <b>'.$this->Prefix.'</b>',E_USER_NOTICE);
trigger_error('Parent ID not found (prefix: "<strong>'.rtrim($parent_prefix.'.'.$special,'.').'</strong>"; sub-prefix: "<strong>'.$this->getPrefixSpecial().'</strong>")',E_USER_NOTICE);