$r$tpl$_SESSION$_POST$_GET$_FILES
/lib/rain/RDataObject.php:325, RDataObject::generateStructure(...)
[Rain::RDB] Cannot get table structure for table 'actions'.
 318      private function generateStructure() {
 319          global $db$r$tpl;
 320  
 321          $slnt RI18N::$silent;
 322          RI18N::$silent true;
 323  
 324          $weight 0;
 325          $tableStructure $db->getTableStructure($this->tableName);
 326          
 327          $setAlias false;
 328  
 329          foreach ($tableStructure as $dbColumn) {
 330              if (!$this->idColumn) {
 331                  $this->idColumn $dbColumn["column_name"];
 332              }
/lib/rain/RDataObject.php:197, RDataObject::__construct()
/modules/Actions/src/Actions.php:39, Actions::getHomepageAction()
/modules/Content/src/Content.php:228, Content::show()
/lib/rain/R.php:1508, R::run()
/index.php:134