Code Context <?php
$category = '';
if($_GET['category']){
$viewFile = '/var/www/html/perennialmath.com/app/View/Pages/contact_us.ctp'
$dataForView = array(
'userData' => array(),
'arrCategory' => array(
'district-tournament' => 'District Tournament',
'virtual-tournament' => 'Virtual Tournament',
'on-site-tournament' => 'On-Site Tournament',
'online-competition' => 'Online Competition'
),
'arrSubject' => array(
'billing' => 'Billing',
'entering-coaches/students' => 'Entering Coaches/Students',
'entering-scores' => 'Entering Scores',
'registration' => 'Registration',
'request-sample-test' => 'Request Sample Test',
'request-w9-tax-form' => 'Request W9 Tax Form',
'practice-materials' => 'Practice Materials',
'placing-an-order' => 'Placing an Order',
'technical-issues' => 'Technical Issues',
'other' => 'Other',
'district-tournament-hosting' => 'District Tournament Hosting'
),
'authUrl' => 'https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=https%3A%2F%2Fperennialmath.com%2Fsites%2Fgooglereg&client_id=129487817251-c51qrjq3a9dism93v056imr500h0ncjq.apps.googleusercontent.com&scope=email+profile&access_type=online&approval_prompt=auto',
'carts' => array()
)
$userData = array()
$arrCategory = array(
'district-tournament' => 'District Tournament',
'virtual-tournament' => 'Virtual Tournament',
'on-site-tournament' => 'On-Site Tournament',
'online-competition' => 'Online Competition'
)
$arrSubject = array(
'billing' => 'Billing',
'entering-coaches/students' => 'Entering Coaches/Students',
'entering-scores' => 'Entering Scores',
'registration' => 'Registration',
'request-sample-test' => 'Request Sample Test',
'request-w9-tax-form' => 'Request W9 Tax Form',
'practice-materials' => 'Practice Materials',
'placing-an-order' => 'Placing an Order',
'technical-issues' => 'Technical Issues',
'other' => 'Other',
'district-tournament-hosting' => 'District Tournament Hosting'
)
$authUrl = 'https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=https%3A%2F%2Fperennialmath.com%2Fsites%2Fgooglereg&client_id=129487817251-c51qrjq3a9dism93v056imr500h0ncjq.apps.googleusercontent.com&scope=email+profile&access_type=online&approval_prompt=auto'
$carts = array()
$fname = ''
$lname = ''
$email = ''
$subject = ''
$category = ''
include - APP/View/Pages/contact_us.ctp, line 40
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111