Code Context <?php
echo $this->Html->script(array('admin/jquery.min','admin/jquery-ui.min','../bs3/js/bootstrap.min','admin/dcjqaccordion/jquery.dcjqaccordion.2.7.js','admin/scrollTo/jquery.scrollTo.min.js','admin/niceScroll/jquery.nicescroll.js', 'admin/jquery.validate.min','../skycons/skycons','admin/jquery.nicescroll', 'admin/select2','../iCheck/jquery.icheck.min','admin/jquery.customSelect.min','admin/custom','admin/formValidations','admin/ckeditor/ckeditor','admin/moment','admin/daterangepicker','admin/scripts','admin/bootstrap-switch','admin/toggle-init','admin/bootstrap-datepicker/js/bootstrap-datepicker','admin/bootstrap-datetimepicker/js/bootstrap-datetimepicker','admin/jquery.multi-select'));
if($pageTitle=='Dashboard'){
$viewFile = '/var/www/html/app/View/Layouts/error_new.ctp'
$dataForView = array(
'registerLink' => 'Register',
'eventGlobalInfo' => array(),
'content_for_layout' => '<!-- Fixed navbar -->
<div class="content-wrapper" style="min-height: 1136.3px;margin:0;">
<!-- Content Header (Page header) -->
<!-- <section class="content-header">
<h1>
404 Error Page
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">Examples</a></li>
<li class="active">404 error</li>
</ol>
</section> -->
<!-- Main content -->
<section class="content">
<div class="error-page">
<h2 class="headline text-yellow"> 404</h2>
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3>
<p>
We could not find the page you were looking for.
Meanwhile, you may <a href="https://eventowl.net/">return to dashboard</a> or try using the search form.
</p>
</div>
<!-- /.error-content -->
</div>
<!-- /.error-page -->
</section>
<!-- /.content -->
</div>',
'scripts_for_layout' => '',
'title_for_layout' => 'Users'
)
$registerLink = 'Register'
$eventGlobalInfo = array()
$content_for_layout = '<!-- Fixed navbar -->
<div class="content-wrapper" style="min-height: 1136.3px;margin:0;">
<!-- Content Header (Page header) -->
<!-- <section class="content-header">
<h1>
404 Error Page
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">Examples</a></li>
<li class="active">404 error</li>
</ol>
</section> -->
<!-- Main content -->
<section class="content">
<div class="error-page">
<h2 class="headline text-yellow"> 404</h2>
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3>
<p>
We could not find the page you were looking for.
Meanwhile, you may <a href="https://eventowl.net/">return to dashboard</a> or try using the search form.
</p>
</div>
<!-- /.error-content -->
</div>
<!-- /.error-page -->
</section>
<!-- /.content -->
</div>'
$scripts_for_layout = ''
$title_for_layout = 'Users'
include - APP/View/Layouts/error_new.ctp, line 33
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 198
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 108