ErrorException [ Notice ]: Undefined variable: curr_member

APPPATH/views/team.php [ 48 ]

43 		</ul>
44 		<div style="float:left;">
45 			
46 			<?php 
47 				echo '<p><b><small>'.HTML::anchor('team/'.$team, "< BACK").'</small></b></p>';
48 				echo '<h2 style="margin:0;padding:0;">'.strtoupper($curr_member->name).'</h2>';
49 				echo $curr_member->content;
50 			?>
51 		</div>
52 		
53 		<?php } ?>
  1. APPPATH/views/team.php [ 48 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  5. APPPATH/views/template.php [ 149 ] » Kohana_View->__toString()

  6. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  7. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  9. SYSPATH/classes/kohana/response.php [ 225 ] » Kohana_View->__toString()

  10. APPPATH/classes/controller/team.php [ 31 ] » Kohana_Response->body(arguments)

  11. {PHP internal call} » Controller_Team->action_skate(arguments)

  12. SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)

  13. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  14. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment