Database Server Exception

For the moment, this page is not available. An unexpected exception ocurred during the execution of this script. A registry of this exception was recorded for technical intervention.

We apologise for the inconvenience.

Exception details:
File:   /hsphere/local/home/westcic/westmeathcitizensinformation.ie/Inc/Functions.inc
Line:   2230
Type:   Code Notice

Undefined index:  Rules
Source code:
2225      return $a;
2226  }
2227  function CheckAccess(&$row) {
2228      if (!is_array($row)) ds(debug_backtrace());
2229      global $system;
2230      if ($row['Rules'] == 0) return true;
2231      if ($row['Rules'] == 1) return (!$system->UserLogin);
2232      if ($row['Rules'] == 2) return ($system->UserLogin);
2233      if (!$system->UserLogin) return;
2234      if ($system->User['Level'] >= 250) return true;
2235      if ($row['Roles'] == '') return;
Debug trace:
#2 [CSystem.class:216]        checkaccess(array(1))
#1 [Index.php:5]              csystem->showpage()