ErrorException [ Notice ]: Undefined index: userid

APPPATH/views/site/auction-timer.php [ 1039 ]

1034   <?php include 'layout/footer.php'; ?>
1035   <script type="text/javascript">
1036   $(document).ready(function(){
1037     <?php if($schedule[0]['sub_category'] > 0){ ?>
1038       <?php foreach($scd as $check){ ?>
1039         <?php if(isset($_SESSION)){ if($_SESSION['userid'] == $check['user_id']){}else{ ?> $('#depositModal').modal('show'); <?php }} ?>
1040       <?php } ?>
1041     <?php } ?>
1042   });
1043   function redirect_back(){
1044     window.location.href = '<?php echo URL_BASE; ?>';
  1. APPPATH/views/site/auction-timer.php [ 1039 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

  4. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  5. SYSPATH/classes/Kohana/Response.php [ 169 ] » Kohana_View->__toString()

  6. APPPATH/classes/Controller/Upcoming.php [ 119 ] » Kohana_Response->body()

  7. SYSPATH/classes/Kohana/Controller.php [ 83 ] » Controller_Upcoming->action_auction()

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

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()

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

  11. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()

  12. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment