ErrorException [ Notice ]: Undefined index: response

APPPATH/classes/Controller/Index/Download.php [ 263 ]

258                 if(self::$debug && Mystring::is_me()){
259                     var_dump($r);
260                     die();
261                 }
262 				//Mylog::write('dump_parse.txt', $url);
263 				Mylog::write('debug_download.txt', 'Update url = ' . $r['response'][0]['url']);
264 
265 				$mp3->url = $r['response'][0]['url'];//Vkapi::get_url_mp3($mp3->oid, $mp3->aid);
266 				$mp3->url_time = time();
267 				$mp3->save();
268 			}
  1. APPPATH/classes/Controller/Index/Download.php [ 263 ] » Kohana_Core::error_handler(arguments)

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

  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 [ 997 ] » Kohana_Request_Client->execute(arguments)

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

Environment