PHP notice

Undefined variable: references_data_provider

/home/1223734.cloudwaysapps.com/rpamfzuxzw/public_html/releases/20180313082839/protected/views/data/rss.php(1)

1 <?php DataHelpers::outputRssItems( $references_data_provider, $interventions_data_provider ); ?>

Stack Trace

#4
+
 /home/1223734.cloudwaysapps.com/rpamfzuxzw/public_html/releases/20180313082839/protected/controllers/DataController.php(197): CController->render("rss", array("interventions_data_provider" => CSqlDataProvider, "search_terms" => "", "selected_filters" => array("actions" => array("action_type_id" => array(), "action_name_id" => array(), "action_sub_id" => array()), "countries" => array("country_id" => array()), "languages" => array("language_id" => array()), "funders" => array("funder_id" => array()), ...), "counts" => array("actions" => array("action_type_id" => array(2 => 1468, 3 => 871, 1 => 182, 7 => 175, ...), "action_name_id" => array(), "action_sub_id" => array()), "habitats" => array("habitat_type_id" => array(12 => 970, 1 => 714, 8 => 483, 4 => 385, ...), "habitat_name_id" => array()), "threats" => array("threat_type_id" => array(2 => 850, 6 => 576, 9 => 563, 8 => 435, ...), "threat_name_id" => array()), "synopses" => array("synopsis_id" => array(8 => 454, 35 => 441, 15 => 312, 36 => 294, ...)), ...), ...))
192           $this->render( $this->view, array(
193               'interventions_data_provider' => $interventions_data_provider,
194               'search_terms' => empty($search->raw_terms) ? stripslashes($search->raw_terms) : stripslashes( $originalTerm ),
195               'selected_filters' => $search->master,
196               'counts' => $search->counts,
197               'result_type' => 'interventions'
198           ));
199     }
200 
201     /**
202      * Browse Evidence index page, displaying "individual studies".
#17
+
 /home/1223734.cloudwaysapps.com/rpamfzuxzw/public_html/releases/20180313082839/index.php(12): CApplication->run()
07 defined('YII_DEBUG') or define('YII_DEBUG',true);
08 // specify how many levels of call stack should be shown in each log message
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
10 
11 require_once($yii);
12 Yii::createWebApplication($config)->run();
2024-03-19 04:31:17 Apache/2.4.57 (Debian) Yii Framework/1.1.13