ErrorException [ Notice ]: Undefined variable: article_clubs_array

APPPATH/classes/Controller/Frontend/Club.php [ 372 ]

367 					{
368 						$article_id_array[$i] = $article_fb;
369 					}
370 			}*/
371 			
372 			if(count($article_clubs_array) > 0) {
373 				/*$facebook_feed = ORM::factory('Articles')
374 					->where('league_id', '=', $club->league_id)
375 					->where('facebook_feed', '=', '1')
376 					->where('active', '=', '1')
377 					->where('article_id', 'IN', $article_clubs_array)
  1. APPPATH/classes/Controller/Frontend/Club.php [ 372 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Frontend_Club->action_index()

  3. {PHP internal call} » Kohana_Controller->execute()

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment