Code Context<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo "Mooney Lab - MutDB " . $pageName?></title>
$viewFile = '/var/www/mutdb/app/View/Layouts/default.ctp'
$dataForView = array(
'paginationLimit' => (int) 25,
'paginationOptions' => array(
(int) 0 => (int) 25,
(int) 1 => (int) 50,
(int) 2 => (int) 100,
(int) 3 => (int) 200,
(int) 4 => (int) 300,
(int) 5 => (int) 500
),
'error' => true,
'error_code' => 'ERR_SEARCH_TERM',
'sequenceSelected' => false,
'content_for_layout' => '
<br><div class = 'error_msg'>ERR_SEARCH_TERM</div><br><div class = 'announcements'>You might want to check the URL if manually typed,<br> or check whether the identifier-type in the search form (e.g. gene symbol, mrna RefSeq) was checked correctly.<br>To start a new search go to: <a href="/">New Search</a></div>',
'scripts_for_layout' => '',
'title_for_layout' => 'Products'
)
$paginationLimit = (int) 25
$paginationOptions = array(
(int) 0 => (int) 25,
(int) 1 => (int) 50,
(int) 2 => (int) 100,
(int) 3 => (int) 200,
(int) 4 => (int) 300,
(int) 5 => (int) 500
)
$error = true
$error_code = 'ERR_SEARCH_TERM'
$sequenceSelected = false
$content_for_layout = '
<br><div class = 'error_msg'>ERR_SEARCH_TERM</div><br><div class = 'announcements'>You might want to check the URL if manually typed,<br> or check whether the identifier-type in the search form (e.g. gene symbol, mrna RefSeq) was checked correctly.<br>To start a new search go to: <a href="/">New Search</a></div>'
$scripts_for_layout = ''
$title_for_layout = 'Products'
include - APP/View/Layouts/default.ctp, line 30
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