Whoops, looks like something went wrong.

1/1 ErrorException in Filesystem.php line 81: file_put_contents(/home/setda/storage/framework/views/8e18113baeefdff87cb8115ff17ba6e6): failed to open stream: Permission denied

  1. in Filesystem.php line 81
  2. at HandleExceptions->handleError('2', 'file_put_contents(/home/setda/storage/framework/views/8e18113baeefdff87cb8115ff17ba6e6): failed to open stream: Permission denied', '/home/setda/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', '81', array('path' => '/home/setda/storage/framework/views/8e18113baeefdff87cb8115ff17ba6e6', 'contents' => '<?php echo View::make('home::portal.header', compact('meta')); ?> <div class="container"> <div class="row"> <div class="col-xs-12"> <ul class="breadcrumb"> <li><a href="<?php echo url(); ?>">Beranda</a></li> <li class="<?php echo url('events'); ?>">Agenda</li> </ul> </div> <div class="col-xs-12 col-sm-8 col-md-8 col-lg-8"> <ul class="artikel-daftar"> <?php if( count($results) ): ?> <?php foreach($results as $r): ?> <li class="artikel-items agenda well clearfix"> <div class="col-sm-12"> <div class="artikel-waktu"> <?php $times = explode(' ', $r->datetime) ?> <i class="fa fa-fw fa-calendar"></i> <?php echo formatTanggalPanjang($times[0]); ?> &nbsp; <i class="fa fa-fw fa-map-marker"></i><?php echo $r->lokasi; ?> </div> <h2 class="artikel-judul"><a href="<?php echo url('agenda/'.$r->id.'/'.$r->url); ?>"><?php echo $r->title; ?></a></h2> <div class="artikel-cuplikan"><?php echo $r->deskripsi; ?></div> </div> </li> <?php endforeach; ?> </ul> <?php echo $results->render(); ?> <?php else: ?> <?php $output = "Tidak ada agenda"; switch($kategori){ case 'today' : $output .= " untuk hari ini."; break; case 'tomorrow' : $output .= " untuk besok."; break; default : $output .= "."; } ?> <div class="artikel-items agenda well clearfix"> <div class="col-sm-12"> <?php echo $output; ?> </div> </div> <?php endif; ?> </div> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4"> <?php echo sidebarAgenda($kategori); ?> </div> </div> </div> <?php echo View::make('home::portal.footer'); ?>', 'lock' => false))
  3. at file_put_contents('/home/setda/storage/framework/views/8e18113baeefdff87cb8115ff17ba6e6', '<?php echo View::make('home::portal.header', compact('meta')); ?> <div class="container"> <div class="row"> <div class="col-xs-12"> <ul class="breadcrumb"> <li><a href="<?php echo url(); ?>">Beranda</a></li> <li class="<?php echo url('events'); ?>">Agenda</li> </ul> </div> <div class="col-xs-12 col-sm-8 col-md-8 col-lg-8"> <ul class="artikel-daftar"> <?php if( count($results) ): ?> <?php foreach($results as $r): ?> <li class="artikel-items agenda well clearfix"> <div class="col-sm-12"> <div class="artikel-waktu"> <?php $times = explode(' ', $r->datetime) ?> <i class="fa fa-fw fa-calendar"></i> <?php echo formatTanggalPanjang($times[0]); ?> &nbsp; <i class="fa fa-fw fa-map-marker"></i><?php echo $r->lokasi; ?> </div> <h2 class="artikel-judul"><a href="<?php echo url('agenda/'.$r->id.'/'.$r->url); ?>"><?php echo $r->title; ?></a></h2> <div class="artikel-cuplikan"><?php echo $r->deskripsi; ?></div> </div> </li> <?php endforeach; ?> </ul> <?php echo $results->render(); ?> <?php else: ?> <?php $output = "Tidak ada agenda"; switch($kategori){ case 'today' : $output .= " untuk hari ini."; break; case 'tomorrow' : $output .= " untuk besok."; break; default : $output .= "."; } ?> <div class="artikel-items agenda well clearfix"> <div class="col-sm-12"> <?php echo $output; ?> </div> </div> <?php endif; ?> </div> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4"> <?php echo sidebarAgenda($kategori); ?> </div> </div> </div> <?php echo View::make('home::portal.footer'); ?>', '0') in Filesystem.php line 81
  4. at Filesystem->put('/home/setda/storage/framework/views/8e18113baeefdff87cb8115ff17ba6e6', '<?php echo View::make('home::portal.header', compact('meta')); ?> <div class="container"> <div class="row"> <div class="col-xs-12"> <ul class="breadcrumb"> <li><a href="<?php echo url(); ?>">Beranda</a></li> <li class="<?php echo url('events'); ?>">Agenda</li> </ul> </div> <div class="col-xs-12 col-sm-8 col-md-8 col-lg-8"> <ul class="artikel-daftar"> <?php if( count($results) ): ?> <?php foreach($results as $r): ?> <li class="artikel-items agenda well clearfix"> <div class="col-sm-12"> <div class="artikel-waktu"> <?php $times = explode(' ', $r->datetime) ?> <i class="fa fa-fw fa-calendar"></i> <?php echo formatTanggalPanjang($times[0]); ?> &nbsp; <i class="fa fa-fw fa-map-marker"></i><?php echo $r->lokasi; ?> </div> <h2 class="artikel-judul"><a href="<?php echo url('agenda/'.$r->id.'/'.$r->url); ?>"><?php echo $r->title; ?></a></h2> <div class="artikel-cuplikan"><?php echo $r->deskripsi; ?></div> </div> </li> <?php endforeach; ?> </ul> <?php echo $results->render(); ?> <?php else: ?> <?php $output = "Tidak ada agenda"; switch($kategori){ case 'today' : $output .= " untuk hari ini."; break; case 'tomorrow' : $output .= " untuk besok."; break; default : $output .= "."; } ?> <div class="artikel-items agenda well clearfix"> <div class="col-sm-12"> <?php echo $output; ?> </div> </div> <?php endif; ?> </div> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4"> <?php echo sidebarAgenda($kategori); ?> </div> </div> </div> <?php echo View::make('home::portal.footer'); ?>') in BladeCompiler.php line 102
  5. at BladeCompiler->compile('/home/setda/app/Modules/home/Views/portal/indexagenda.blade.php') in CompilerEngine.php line 50
  6. at CompilerEngine->get('/home/setda/app/Modules/home/Views/portal/indexagenda.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'meta' => array('title' => 'Agenda Besok', 'desc' => 'Agenda Besok'), 'results' => object(LengthAwarePaginator), 'kategori' => 'tomorrow')) in View.php line 147
  7. at View->getContents() in View.php line 118
  8. at View->renderContents() in View.php line 83
  9. at View->render() in Response.php line 51
  10. at Response->setContent(object(View)) in Response.php line 202
  11. at Response->__construct(object(View)) in Router.php line 1229
  12. at Router->prepareResponse(object(Request), object(View)) in ControllerDispatcher.php line 112
  13. at ControllerDispatcher->Illuminate\Routing\{closure}(object(Request))
  14. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  15. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  16. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  17. at Pipeline->then(object(Closure)) in ControllerDispatcher.php line 114
  18. at ControllerDispatcher->callWithinStack(object(PortalController), object(Route), object(Request), 'getIndexAgenda') in ControllerDispatcher.php line 68
  19. at ControllerDispatcher->dispatch(object(Route), object(Request), 'App\Http\Controllers\PortalController', 'getIndexAgenda') in Route.php line 203
  20. at Route->runWithCustomDispatcher(object(Request)) in Route.php line 134
  21. at Route->run(object(Request)) in Router.php line 708
  22. at Router->Illuminate\Routing\{closure}(object(Request))
  23. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  24. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  25. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  26. at Pipeline->then(object(Closure)) in Router.php line 710
  27. at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 674
  28. at Router->dispatchToRoute(object(Request)) in Router.php line 635
  29. at Router->dispatch(object(Request)) in Kernel.php line 236
  30. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
  31. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  32. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in VerifyCsrfToken.php line 50
  33. at VerifyCsrfToken->handle(object(Request), object(Closure))
  34. at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  35. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
  36. at ShareErrorsFromSession->handle(object(Request), object(Closure))
  37. at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  38. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in StartSession.php line 62
  39. at StartSession->handle(object(Request), object(Closure))
  40. at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  41. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
  42. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
  43. at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  44. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in EncryptCookies.php line 59
  45. at EncryptCookies->handle(object(Request), object(Closure))
  46. at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  47. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in CheckForMaintenanceMode.php line 44
  48. at CheckForMaintenanceMode->handle(object(Request), object(Closure))
  49. at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  50. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  51. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  52. at Pipeline->then(object(Closure)) in Kernel.php line 122
  53. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
  54. at Kernel->handle(object(Request)) in index.php line 53