Notice (8): Undefined variable: ddArr [APP/View/Layouts/default.ctp, line 244]Code Context <select id="Languagedrop"> <?php foreach ($ddArr as $key => $val): $viewFile = '/var/www/vhosts/vaicnet.com/httpdocs/app/View/Layouts/default.ctp' $dataForView = array( 'title_for_layout' => 'Registration', 'no_right_column' => true, 'friends' => array(), 'hide_dislike' => '1', 'utz' => 'Europe/London', 'uacos' => array( (int) 0 => 'global_search', (int) 1 => 'user_username', (int) 2 => 'blog_view', (int) 3 => 'blog_create', (int) 4 => 'album_create', (int) 5 => 'album_view', (int) 6 => 'event_create', (int) 7 => 'event_view', (int) 8 => 'group_create', (int) 9 => 'group_view', (int) 10 => 'group_delete', (int) 11 => 'photo_upload', (int) 12 => 'photo_view', (int) 13 => 'topic_create', (int) 14 => 'topic_view', (int) 15 => 'video_share', (int) 16 => 'video_view', (int) 17 => 'attachment_upload', (int) 18 => 'attachment_download', (int) 19 => 'video_upload' ), 'uid' => null, 'role_id' => (int) 3, 'cuser' => array(), 'site_rtl' => false, 'site_langs' => array( 'eng' => 'English' ), 'site_themes' => array( 'default' => 'Default Theme', 'customsocial' => 'customsocial' ), 'mooFooter' => array( (int) 0 => array( 'CoreContent' => array( [maximum depth reached] ), 'Children' => array( [maximum depth reached] ), 'nameTranslation' => array( [maximum depth reached] ), 'children' => array([maximum depth reached]) ) ), 'mooHeader' => array( (int) 0 => (int) 0 ), 'mooPage' => array( 'Page' => array( 'id' => '96', 'title' => 'Sign up', 'alias' => 'signup', 'content' => '', 'permission' => '', 'params' => '', 'created' => '2014-09-15 03:34:56', 'modified' => '2014-09-15 03:34:56', 'menu' => false, 'icon_class' => '', 'weight' => '0', 'url' => '/users/register', 'uri' => 'users.register', 'description' => '', 'keywords' => '', 'custom' => true, 'fragment' => false, 'layout' => '4', 'levels' => null, 'provides' => null, 'view_count' => '0', 'type' => 'core', 'search' => false, 'theme_id' => '0', 'core_content_count' => '2' ), 'MyCoreTheme' => array( 'id' => null, 'key' => null, 'name' => null, 'core' => null ), 'CoreContent' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), 'mooPageTitle' => 'Sign up', 'mooPageKeyword' => '', 'mooPageDescription' => '', 'accepted_cookie' => null, 'isMobile' => false, 'videoMaxUpload' => (int) 67108864, 'sizeLimit' => (int) 67108864, 'file_max_upload' => '64M', 'content_for_layout' => ' <!--Check profile page--> <div id="center"> <link rel="stylesheet" type="text/css" href="/css/fineuploader.css"/> <style> input.button:disabled {color: transparent;} </style> <div class="bar-content"> <div id="signUpForm" class="row no-social"> <div class=""> <div class="register_main_form"> <div class="box51"> <form id="regForm" class="form-horizontal" > <h1 class="page-header">Join Vaicnet</h1> <div class="list1" id="regFields"> <div class="form-group required"> <label class="col-md-3 control-label" for="full-name"> Full Name </label> <div class="col-md-9"> <input name="data[name]" class="form-control" type="text" id="name"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="email"> Email Address </label> <div class="col-md-9"> <input name="data[email]" class="form-control" type="text" id="email"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="password"> Password </label> <div class="col-md-9"> <input name="data[password]" class="form-control" type="password" id="password"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="verify-password"> Verify Password </label> <div class="col-md-9"> <input name="data[password2]" class="form-control" type="password" id="password2"/> </div> </div> </div> <div id="captcha" style="display:none"> <div class="col-md-3"> </div> <div class="col-md-9"> </div> <div class="clear"></div> <div class="regSubmit" id="step2Box" class="regSubmit"> <input type="button" value="Sign Up" id="step2Submit" class="btn btn-success"> </div> </div> <div class="form-group regSubmit" id="step1Box"> <label class="col-md-3 control-label"> </label> <div class="col-md-9"> <input type="button" value="Continue" id="submitFormsignup" class="btn btn-success"> </div> </div> </form> <div id="regError"></div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<link rel="stylesheet" type="text/css" href="/upload_video/css/main.css"/><script type="text/javascript"> //<![CDATA[ var uploadType = "convert"; //]]> </script><script type="text/javascript"> //<![CDATA[ var uploadFeedType = "feed_convert"; //]]> </script><script type="text/javascript" src="/js/jquery.fileuploader.js"></script><script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery("#submitFormsignup").click(function(){ $('#step1Box').spin('small'); jQuery('#submitFormsignup').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step1", jQuery("#regForm").serialize(), function(data){ $('#step1Box').spin(false); if (data.indexOf('mooError') > 0) { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#submitFormsignup').removeAttr('disabled'); } else { jQuery("#regError").fadeOut(); jQuery("#regFields").append(data); jQuery("#captcha").fadeIn(); jQuery('#step1Box').remove(); jQuery(".tip").tipsy({ html: true, gravity: 's' }); jQuery(".multi").multiSelect({ selectAll: false, noneSelected: '', oneOrMoreSelected: '% selected' }); } }); }); jQuery("#step2Submit").click(function(){ if($('#tos').is(':checked')){ $('#step2Box').spin('small'); jQuery('#step2Submit').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step2", jQuery("#regForm").serialize(), function(data){ $('#step2Box').spin(false); var result = ''; try { result = JSON.parse(data); isJson = true; } catch(e) { isJson = false; } if(isJson) { if(result.redirect) { window.location = result.redirect; } } else { if (data != '') { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#step2Submit').removeAttr('disabled'); <!--jQuery(".form-horizontal").hide();--> } else { window.location = '/'; } } }); }else{ jQuery("#regError").fadeIn(); jQuery("#regError").html('You have to agree with term of service'); } }); }); //]]> </script>' ) $title_for_layout = 'Registration' $no_right_column = true $friends = array() $hide_dislike = '1' $utz = 'Europe/London' $uacos = array( (int) 0 => 'global_search', (int) 1 => 'user_username', (int) 2 => 'blog_view', (int) 3 => 'blog_create', (int) 4 => 'album_create', (int) 5 => 'album_view', (int) 6 => 'event_create', (int) 7 => 'event_view', (int) 8 => 'group_create', (int) 9 => 'group_view', (int) 10 => 'group_delete', (int) 11 => 'photo_upload', (int) 12 => 'photo_view', (int) 13 => 'topic_create', (int) 14 => 'topic_view', (int) 15 => 'video_share', (int) 16 => 'video_view', (int) 17 => 'attachment_upload', (int) 18 => 'attachment_download', (int) 19 => 'video_upload' ) $uid = null $role_id = (int) 3 $cuser = array() $site_rtl = false $site_langs = array( 'eng' => 'English' ) $site_themes = array( 'default' => 'Default Theme', 'customsocial' => 'customsocial' ) $mooFooter = array( (int) 0 => array( 'CoreContent' => array( 'id' => '152', 'page_id' => '69', 'type' => 'container', 'name' => 'footer', 'component' => '', 'parent_id' => null, 'order' => '1', 'params' => null, 'attribs' => null, 'lft' => '283', 'rght' => '286', 'column' => false, 'core_block_id' => '0', 'core_content_count' => '1', 'invisible' => '0', 'core_block_title' => '', 'plugin' => null, 'locale' => 'eng' ), 'Children' => array( (int) 0 => array( [maximum depth reached] ) ), 'nameTranslation' => array( (int) 0 => array( [maximum depth reached] ) ), 'children' => array() ) ) $mooHeader = array( (int) 0 => (int) 0 ) $mooPage = array( 'Page' => array( 'id' => '96', 'title' => 'Sign up', 'alias' => 'signup', 'content' => '', 'permission' => '', 'params' => '', 'created' => '2014-09-15 03:34:56', 'modified' => '2014-09-15 03:34:56', 'menu' => false, 'icon_class' => '', 'weight' => '0', 'url' => '/users/register', 'uri' => 'users.register', 'description' => '', 'keywords' => '', 'custom' => true, 'fragment' => false, 'layout' => '4', 'levels' => null, 'provides' => null, 'view_count' => '0', 'type' => 'core', 'search' => false, 'theme_id' => '0', 'core_content_count' => '2' ), 'MyCoreTheme' => array( 'id' => null, 'key' => null, 'name' => null, 'core' => null ), 'CoreContent' => array( (int) 0 => array( 'id' => '142', 'page_id' => '96', 'type' => 'container', 'name' => 'center', 'component' => '', 'parent_id' => null, 'order' => '1', 'params' => null, 'attribs' => null, 'lft' => '267', 'rght' => '270', 'column' => false, 'core_block_id' => '0', 'core_content_count' => '1', 'invisible' => '0', 'core_block_title' => '', 'plugin' => '', 'MyCorePage' => array( [maximum depth reached] ), 'Parent' => array([maximum depth reached]), 'Children' => array( [maximum depth reached] ), 'nameTranslation' => array( [maximum depth reached] ) ), (int) 1 => array( 'id' => '143', 'page_id' => '96', 'type' => 'widget', 'name' => 'invisiblecontent', 'component' => '', 'parent_id' => '142', 'order' => '1', 'params' => '{"title":"Register Form","maincontent":"1"}', 'attribs' => null, 'lft' => '268', 'rght' => '269', 'column' => false, 'core_block_id' => '1', 'core_content_count' => '0', 'invisible' => '0', 'core_block_title' => '', 'plugin' => '', 'MyCorePage' => array( [maximum depth reached] ), 'Parent' => array( [maximum depth reached] ), 'Children' => array([maximum depth reached]), 'nameTranslation' => array( [maximum depth reached] ) ) ) ) $mooPageTitle = 'Sign up' $mooPageKeyword = '' $mooPageDescription = '' $accepted_cookie = null $isMobile = false $videoMaxUpload = (int) 67108864 $sizeLimit = (int) 67108864 $file_max_upload = '64M' $content_for_layout = ' <!--Check profile page--> <div id="center"> <link rel="stylesheet" type="text/css" href="/css/fineuploader.css"/> <style> input.button:disabled {color: transparent;} </style> <div class="bar-content"> <div id="signUpForm" class="row no-social"> <div class=""> <div class="register_main_form"> <div class="box51"> <form id="regForm" class="form-horizontal" > <h1 class="page-header">Join Vaicnet</h1> <div class="list1" id="regFields"> <div class="form-group required"> <label class="col-md-3 control-label" for="full-name"> Full Name </label> <div class="col-md-9"> <input name="data[name]" class="form-control" type="text" id="name"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="email"> Email Address </label> <div class="col-md-9"> <input name="data[email]" class="form-control" type="text" id="email"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="password"> Password </label> <div class="col-md-9"> <input name="data[password]" class="form-control" type="password" id="password"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="verify-password"> Verify Password </label> <div class="col-md-9"> <input name="data[password2]" class="form-control" type="password" id="password2"/> </div> </div> </div> <div id="captcha" style="display:none"> <div class="col-md-3"> </div> <div class="col-md-9"> </div> <div class="clear"></div> <div class="regSubmit" id="step2Box" class="regSubmit"> <input type="button" value="Sign Up" id="step2Submit" class="btn btn-success"> </div> </div> <div class="form-group regSubmit" id="step1Box"> <label class="col-md-3 control-label"> </label> <div class="col-md-9"> <input type="button" value="Continue" id="submitFormsignup" class="btn btn-success"> </div> </div> </form> <div id="regError"></div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<link rel="stylesheet" type="text/css" href="/upload_video/css/main.css"/><script type="text/javascript"> //<![CDATA[ var uploadType = "convert"; //]]> </script><script type="text/javascript"> //<![CDATA[ var uploadFeedType = "feed_convert"; //]]> </script><script type="text/javascript" src="/js/jquery.fileuploader.js"></script><script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery("#submitFormsignup").click(function(){ $('#step1Box').spin('small'); jQuery('#submitFormsignup').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step1", jQuery("#regForm").serialize(), function(data){ $('#step1Box').spin(false); if (data.indexOf('mooError') > 0) { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#submitFormsignup').removeAttr('disabled'); } else { jQuery("#regError").fadeOut(); jQuery("#regFields").append(data); jQuery("#captcha").fadeIn(); jQuery('#step1Box').remove(); jQuery(".tip").tipsy({ html: true, gravity: 's' }); jQuery(".multi").multiSelect({ selectAll: false, noneSelected: '', oneOrMoreSelected: '% selected' }); } }); }); jQuery("#step2Submit").click(function(){ if($('#tos').is(':checked')){ $('#step2Box').spin('small'); jQuery('#step2Submit').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step2", jQuery("#regForm").serialize(), function(data){ $('#step2Box').spin(false); var result = ''; try { result = JSON.parse(data); isJson = true; } catch(e) { isJson = false; } if(isJson) { if(result.redirect) { window.location = result.redirect; } } else { if (data != '') { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#step2Submit').removeAttr('disabled'); <!--jQuery(".form-horizontal").hide();--> } else { window.location = '/'; } } }); }else{ jQuery("#regError").fadeIn(); jQuery("#regError").html('You have to agree with term of service'); } }); }); //]]> </script>' $cookies_warning = '1' $deny_url = '' $flash_mess = false $sel = 'English'include - APP/View/Layouts/default.ctp, line 244 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 MooView::render() - APP/View/MooView.php, line 758 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 AppController::render() - APP/Controller/AppController.php, line 741 UsersController::register() - APP/Controller/UsersController.php, line 384 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 91
<select id="Languagedrop"> <?php foreach ($ddArr as $key => $val):
<select id="Languagedrop">
<?php
foreach ($ddArr as $key => $val):
$viewFile = '/var/www/vhosts/vaicnet.com/httpdocs/app/View/Layouts/default.ctp' $dataForView = array( 'title_for_layout' => 'Registration', 'no_right_column' => true, 'friends' => array(), 'hide_dislike' => '1', 'utz' => 'Europe/London', 'uacos' => array( (int) 0 => 'global_search', (int) 1 => 'user_username', (int) 2 => 'blog_view', (int) 3 => 'blog_create', (int) 4 => 'album_create', (int) 5 => 'album_view', (int) 6 => 'event_create', (int) 7 => 'event_view', (int) 8 => 'group_create', (int) 9 => 'group_view', (int) 10 => 'group_delete', (int) 11 => 'photo_upload', (int) 12 => 'photo_view', (int) 13 => 'topic_create', (int) 14 => 'topic_view', (int) 15 => 'video_share', (int) 16 => 'video_view', (int) 17 => 'attachment_upload', (int) 18 => 'attachment_download', (int) 19 => 'video_upload' ), 'uid' => null, 'role_id' => (int) 3, 'cuser' => array(), 'site_rtl' => false, 'site_langs' => array( 'eng' => 'English' ), 'site_themes' => array( 'default' => 'Default Theme', 'customsocial' => 'customsocial' ), 'mooFooter' => array( (int) 0 => array( 'CoreContent' => array( [maximum depth reached] ), 'Children' => array( [maximum depth reached] ), 'nameTranslation' => array( [maximum depth reached] ), 'children' => array([maximum depth reached]) ) ), 'mooHeader' => array( (int) 0 => (int) 0 ), 'mooPage' => array( 'Page' => array( 'id' => '96', 'title' => 'Sign up', 'alias' => 'signup', 'content' => '', 'permission' => '', 'params' => '', 'created' => '2014-09-15 03:34:56', 'modified' => '2014-09-15 03:34:56', 'menu' => false, 'icon_class' => '', 'weight' => '0', 'url' => '/users/register', 'uri' => 'users.register', 'description' => '', 'keywords' => '', 'custom' => true, 'fragment' => false, 'layout' => '4', 'levels' => null, 'provides' => null, 'view_count' => '0', 'type' => 'core', 'search' => false, 'theme_id' => '0', 'core_content_count' => '2' ), 'MyCoreTheme' => array( 'id' => null, 'key' => null, 'name' => null, 'core' => null ), 'CoreContent' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), 'mooPageTitle' => 'Sign up', 'mooPageKeyword' => '', 'mooPageDescription' => '', 'accepted_cookie' => null, 'isMobile' => false, 'videoMaxUpload' => (int) 67108864, 'sizeLimit' => (int) 67108864, 'file_max_upload' => '64M', 'content_for_layout' => ' <!--Check profile page--> <div id="center"> <link rel="stylesheet" type="text/css" href="/css/fineuploader.css"/> <style> input.button:disabled {color: transparent;} </style> <div class="bar-content"> <div id="signUpForm" class="row no-social"> <div class=""> <div class="register_main_form"> <div class="box51"> <form id="regForm" class="form-horizontal" > <h1 class="page-header">Join Vaicnet</h1> <div class="list1" id="regFields"> <div class="form-group required"> <label class="col-md-3 control-label" for="full-name"> Full Name </label> <div class="col-md-9"> <input name="data[name]" class="form-control" type="text" id="name"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="email"> Email Address </label> <div class="col-md-9"> <input name="data[email]" class="form-control" type="text" id="email"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="password"> Password </label> <div class="col-md-9"> <input name="data[password]" class="form-control" type="password" id="password"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="verify-password"> Verify Password </label> <div class="col-md-9"> <input name="data[password2]" class="form-control" type="password" id="password2"/> </div> </div> </div> <div id="captcha" style="display:none"> <div class="col-md-3"> </div> <div class="col-md-9"> </div> <div class="clear"></div> <div class="regSubmit" id="step2Box" class="regSubmit"> <input type="button" value="Sign Up" id="step2Submit" class="btn btn-success"> </div> </div> <div class="form-group regSubmit" id="step1Box"> <label class="col-md-3 control-label"> </label> <div class="col-md-9"> <input type="button" value="Continue" id="submitFormsignup" class="btn btn-success"> </div> </div> </form> <div id="regError"></div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<link rel="stylesheet" type="text/css" href="/upload_video/css/main.css"/><script type="text/javascript"> //<![CDATA[ var uploadType = "convert"; //]]> </script><script type="text/javascript"> //<![CDATA[ var uploadFeedType = "feed_convert"; //]]> </script><script type="text/javascript" src="/js/jquery.fileuploader.js"></script><script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery("#submitFormsignup").click(function(){ $('#step1Box').spin('small'); jQuery('#submitFormsignup').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step1", jQuery("#regForm").serialize(), function(data){ $('#step1Box').spin(false); if (data.indexOf('mooError') > 0) { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#submitFormsignup').removeAttr('disabled'); } else { jQuery("#regError").fadeOut(); jQuery("#regFields").append(data); jQuery("#captcha").fadeIn(); jQuery('#step1Box').remove(); jQuery(".tip").tipsy({ html: true, gravity: 's' }); jQuery(".multi").multiSelect({ selectAll: false, noneSelected: '', oneOrMoreSelected: '% selected' }); } }); }); jQuery("#step2Submit").click(function(){ if($('#tos').is(':checked')){ $('#step2Box').spin('small'); jQuery('#step2Submit').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step2", jQuery("#regForm").serialize(), function(data){ $('#step2Box').spin(false); var result = ''; try { result = JSON.parse(data); isJson = true; } catch(e) { isJson = false; } if(isJson) { if(result.redirect) { window.location = result.redirect; } } else { if (data != '') { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#step2Submit').removeAttr('disabled'); <!--jQuery(".form-horizontal").hide();--> } else { window.location = '/'; } } }); }else{ jQuery("#regError").fadeIn(); jQuery("#regError").html('You have to agree with term of service'); } }); }); //]]> </script>' ) $title_for_layout = 'Registration' $no_right_column = true $friends = array() $hide_dislike = '1' $utz = 'Europe/London' $uacos = array( (int) 0 => 'global_search', (int) 1 => 'user_username', (int) 2 => 'blog_view', (int) 3 => 'blog_create', (int) 4 => 'album_create', (int) 5 => 'album_view', (int) 6 => 'event_create', (int) 7 => 'event_view', (int) 8 => 'group_create', (int) 9 => 'group_view', (int) 10 => 'group_delete', (int) 11 => 'photo_upload', (int) 12 => 'photo_view', (int) 13 => 'topic_create', (int) 14 => 'topic_view', (int) 15 => 'video_share', (int) 16 => 'video_view', (int) 17 => 'attachment_upload', (int) 18 => 'attachment_download', (int) 19 => 'video_upload' ) $uid = null $role_id = (int) 3 $cuser = array() $site_rtl = false $site_langs = array( 'eng' => 'English' ) $site_themes = array( 'default' => 'Default Theme', 'customsocial' => 'customsocial' ) $mooFooter = array( (int) 0 => array( 'CoreContent' => array( 'id' => '152', 'page_id' => '69', 'type' => 'container', 'name' => 'footer', 'component' => '', 'parent_id' => null, 'order' => '1', 'params' => null, 'attribs' => null, 'lft' => '283', 'rght' => '286', 'column' => false, 'core_block_id' => '0', 'core_content_count' => '1', 'invisible' => '0', 'core_block_title' => '', 'plugin' => null, 'locale' => 'eng' ), 'Children' => array( (int) 0 => array( [maximum depth reached] ) ), 'nameTranslation' => array( (int) 0 => array( [maximum depth reached] ) ), 'children' => array() ) ) $mooHeader = array( (int) 0 => (int) 0 ) $mooPage = array( 'Page' => array( 'id' => '96', 'title' => 'Sign up', 'alias' => 'signup', 'content' => '', 'permission' => '', 'params' => '', 'created' => '2014-09-15 03:34:56', 'modified' => '2014-09-15 03:34:56', 'menu' => false, 'icon_class' => '', 'weight' => '0', 'url' => '/users/register', 'uri' => 'users.register', 'description' => '', 'keywords' => '', 'custom' => true, 'fragment' => false, 'layout' => '4', 'levels' => null, 'provides' => null, 'view_count' => '0', 'type' => 'core', 'search' => false, 'theme_id' => '0', 'core_content_count' => '2' ), 'MyCoreTheme' => array( 'id' => null, 'key' => null, 'name' => null, 'core' => null ), 'CoreContent' => array( (int) 0 => array( 'id' => '142', 'page_id' => '96', 'type' => 'container', 'name' => 'center', 'component' => '', 'parent_id' => null, 'order' => '1', 'params' => null, 'attribs' => null, 'lft' => '267', 'rght' => '270', 'column' => false, 'core_block_id' => '0', 'core_content_count' => '1', 'invisible' => '0', 'core_block_title' => '', 'plugin' => '', 'MyCorePage' => array( [maximum depth reached] ), 'Parent' => array([maximum depth reached]), 'Children' => array( [maximum depth reached] ), 'nameTranslation' => array( [maximum depth reached] ) ), (int) 1 => array( 'id' => '143', 'page_id' => '96', 'type' => 'widget', 'name' => 'invisiblecontent', 'component' => '', 'parent_id' => '142', 'order' => '1', 'params' => '{"title":"Register Form","maincontent":"1"}', 'attribs' => null, 'lft' => '268', 'rght' => '269', 'column' => false, 'core_block_id' => '1', 'core_content_count' => '0', 'invisible' => '0', 'core_block_title' => '', 'plugin' => '', 'MyCorePage' => array( [maximum depth reached] ), 'Parent' => array( [maximum depth reached] ), 'Children' => array([maximum depth reached]), 'nameTranslation' => array( [maximum depth reached] ) ) ) ) $mooPageTitle = 'Sign up' $mooPageKeyword = '' $mooPageDescription = '' $accepted_cookie = null $isMobile = false $videoMaxUpload = (int) 67108864 $sizeLimit = (int) 67108864 $file_max_upload = '64M' $content_for_layout = ' <!--Check profile page--> <div id="center"> <link rel="stylesheet" type="text/css" href="/css/fineuploader.css"/> <style> input.button:disabled {color: transparent;} </style> <div class="bar-content"> <div id="signUpForm" class="row no-social"> <div class=""> <div class="register_main_form"> <div class="box51"> <form id="regForm" class="form-horizontal" > <h1 class="page-header">Join Vaicnet</h1> <div class="list1" id="regFields"> <div class="form-group required"> <label class="col-md-3 control-label" for="full-name"> Full Name </label> <div class="col-md-9"> <input name="data[name]" class="form-control" type="text" id="name"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="email"> Email Address </label> <div class="col-md-9"> <input name="data[email]" class="form-control" type="text" id="email"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="password"> Password </label> <div class="col-md-9"> <input name="data[password]" class="form-control" type="password" id="password"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="verify-password"> Verify Password </label> <div class="col-md-9"> <input name="data[password2]" class="form-control" type="password" id="password2"/> </div> </div> </div> <div id="captcha" style="display:none"> <div class="col-md-3"> </div> <div class="col-md-9"> </div> <div class="clear"></div> <div class="regSubmit" id="step2Box" class="regSubmit"> <input type="button" value="Sign Up" id="step2Submit" class="btn btn-success"> </div> </div> <div class="form-group regSubmit" id="step1Box"> <label class="col-md-3 control-label"> </label> <div class="col-md-9"> <input type="button" value="Continue" id="submitFormsignup" class="btn btn-success"> </div> </div> </form> <div id="regError"></div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<link rel="stylesheet" type="text/css" href="/upload_video/css/main.css"/><script type="text/javascript"> //<![CDATA[ var uploadType = "convert"; //]]> </script><script type="text/javascript"> //<![CDATA[ var uploadFeedType = "feed_convert"; //]]> </script><script type="text/javascript" src="/js/jquery.fileuploader.js"></script><script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery("#submitFormsignup").click(function(){ $('#step1Box').spin('small'); jQuery('#submitFormsignup').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step1", jQuery("#regForm").serialize(), function(data){ $('#step1Box').spin(false); if (data.indexOf('mooError') > 0) { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#submitFormsignup').removeAttr('disabled'); } else { jQuery("#regError").fadeOut(); jQuery("#regFields").append(data); jQuery("#captcha").fadeIn(); jQuery('#step1Box').remove(); jQuery(".tip").tipsy({ html: true, gravity: 's' }); jQuery(".multi").multiSelect({ selectAll: false, noneSelected: '', oneOrMoreSelected: '% selected' }); } }); }); jQuery("#step2Submit").click(function(){ if($('#tos').is(':checked')){ $('#step2Box').spin('small'); jQuery('#step2Submit').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step2", jQuery("#regForm").serialize(), function(data){ $('#step2Box').spin(false); var result = ''; try { result = JSON.parse(data); isJson = true; } catch(e) { isJson = false; } if(isJson) { if(result.redirect) { window.location = result.redirect; } } else { if (data != '') { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#step2Submit').removeAttr('disabled'); <!--jQuery(".form-horizontal").hide();--> } else { window.location = '/'; } } }); }else{ jQuery("#regError").fadeIn(); jQuery("#regError").html('You have to agree with term of service'); } }); }); //]]> </script>' $cookies_warning = '1' $deny_url = '' $flash_mess = false $sel = 'English'
include - APP/View/Layouts/default.ctp, line 244 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 MooView::render() - APP/View/MooView.php, line 758 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 AppController::render() - APP/Controller/AppController.php, line 741 UsersController::register() - APP/Controller/UsersController.php, line 384 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 91
Warning (2): Invalid argument supplied for foreach() [APP/View/Layouts/default.ctp, line 244]Code Context <select id="Languagedrop"> <?php foreach ($ddArr as $key => $val): $viewFile = '/var/www/vhosts/vaicnet.com/httpdocs/app/View/Layouts/default.ctp' $dataForView = array( 'title_for_layout' => 'Registration', 'no_right_column' => true, 'friends' => array(), 'hide_dislike' => '1', 'utz' => 'Europe/London', 'uacos' => array( (int) 0 => 'global_search', (int) 1 => 'user_username', (int) 2 => 'blog_view', (int) 3 => 'blog_create', (int) 4 => 'album_create', (int) 5 => 'album_view', (int) 6 => 'event_create', (int) 7 => 'event_view', (int) 8 => 'group_create', (int) 9 => 'group_view', (int) 10 => 'group_delete', (int) 11 => 'photo_upload', (int) 12 => 'photo_view', (int) 13 => 'topic_create', (int) 14 => 'topic_view', (int) 15 => 'video_share', (int) 16 => 'video_view', (int) 17 => 'attachment_upload', (int) 18 => 'attachment_download', (int) 19 => 'video_upload' ), 'uid' => null, 'role_id' => (int) 3, 'cuser' => array(), 'site_rtl' => false, 'site_langs' => array( 'eng' => 'English' ), 'site_themes' => array( 'default' => 'Default Theme', 'customsocial' => 'customsocial' ), 'mooFooter' => array( (int) 0 => array( 'CoreContent' => array( [maximum depth reached] ), 'Children' => array( [maximum depth reached] ), 'nameTranslation' => array( [maximum depth reached] ), 'children' => array([maximum depth reached]) ) ), 'mooHeader' => array( (int) 0 => (int) 0 ), 'mooPage' => array( 'Page' => array( 'id' => '96', 'title' => 'Sign up', 'alias' => 'signup', 'content' => '', 'permission' => '', 'params' => '', 'created' => '2014-09-15 03:34:56', 'modified' => '2014-09-15 03:34:56', 'menu' => false, 'icon_class' => '', 'weight' => '0', 'url' => '/users/register', 'uri' => 'users.register', 'description' => '', 'keywords' => '', 'custom' => true, 'fragment' => false, 'layout' => '4', 'levels' => null, 'provides' => null, 'view_count' => '0', 'type' => 'core', 'search' => false, 'theme_id' => '0', 'core_content_count' => '2' ), 'MyCoreTheme' => array( 'id' => null, 'key' => null, 'name' => null, 'core' => null ), 'CoreContent' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), 'mooPageTitle' => 'Sign up', 'mooPageKeyword' => '', 'mooPageDescription' => '', 'accepted_cookie' => null, 'isMobile' => false, 'videoMaxUpload' => (int) 67108864, 'sizeLimit' => (int) 67108864, 'file_max_upload' => '64M', 'content_for_layout' => ' <!--Check profile page--> <div id="center"> <link rel="stylesheet" type="text/css" href="/css/fineuploader.css"/> <style> input.button:disabled {color: transparent;} </style> <div class="bar-content"> <div id="signUpForm" class="row no-social"> <div class=""> <div class="register_main_form"> <div class="box51"> <form id="regForm" class="form-horizontal" > <h1 class="page-header">Join Vaicnet</h1> <div class="list1" id="regFields"> <div class="form-group required"> <label class="col-md-3 control-label" for="full-name"> Full Name </label> <div class="col-md-9"> <input name="data[name]" class="form-control" type="text" id="name"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="email"> Email Address </label> <div class="col-md-9"> <input name="data[email]" class="form-control" type="text" id="email"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="password"> Password </label> <div class="col-md-9"> <input name="data[password]" class="form-control" type="password" id="password"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="verify-password"> Verify Password </label> <div class="col-md-9"> <input name="data[password2]" class="form-control" type="password" id="password2"/> </div> </div> </div> <div id="captcha" style="display:none"> <div class="col-md-3"> </div> <div class="col-md-9"> </div> <div class="clear"></div> <div class="regSubmit" id="step2Box" class="regSubmit"> <input type="button" value="Sign Up" id="step2Submit" class="btn btn-success"> </div> </div> <div class="form-group regSubmit" id="step1Box"> <label class="col-md-3 control-label"> </label> <div class="col-md-9"> <input type="button" value="Continue" id="submitFormsignup" class="btn btn-success"> </div> </div> </form> <div id="regError"></div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<link rel="stylesheet" type="text/css" href="/upload_video/css/main.css"/><script type="text/javascript"> //<![CDATA[ var uploadType = "convert"; //]]> </script><script type="text/javascript"> //<![CDATA[ var uploadFeedType = "feed_convert"; //]]> </script><script type="text/javascript" src="/js/jquery.fileuploader.js"></script><script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery("#submitFormsignup").click(function(){ $('#step1Box').spin('small'); jQuery('#submitFormsignup').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step1", jQuery("#regForm").serialize(), function(data){ $('#step1Box').spin(false); if (data.indexOf('mooError') > 0) { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#submitFormsignup').removeAttr('disabled'); } else { jQuery("#regError").fadeOut(); jQuery("#regFields").append(data); jQuery("#captcha").fadeIn(); jQuery('#step1Box').remove(); jQuery(".tip").tipsy({ html: true, gravity: 's' }); jQuery(".multi").multiSelect({ selectAll: false, noneSelected: '', oneOrMoreSelected: '% selected' }); } }); }); jQuery("#step2Submit").click(function(){ if($('#tos').is(':checked')){ $('#step2Box').spin('small'); jQuery('#step2Submit').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step2", jQuery("#regForm").serialize(), function(data){ $('#step2Box').spin(false); var result = ''; try { result = JSON.parse(data); isJson = true; } catch(e) { isJson = false; } if(isJson) { if(result.redirect) { window.location = result.redirect; } } else { if (data != '') { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#step2Submit').removeAttr('disabled'); <!--jQuery(".form-horizontal").hide();--> } else { window.location = '/'; } } }); }else{ jQuery("#regError").fadeIn(); jQuery("#regError").html('You have to agree with term of service'); } }); }); //]]> </script>' ) $title_for_layout = 'Registration' $no_right_column = true $friends = array() $hide_dislike = '1' $utz = 'Europe/London' $uacos = array( (int) 0 => 'global_search', (int) 1 => 'user_username', (int) 2 => 'blog_view', (int) 3 => 'blog_create', (int) 4 => 'album_create', (int) 5 => 'album_view', (int) 6 => 'event_create', (int) 7 => 'event_view', (int) 8 => 'group_create', (int) 9 => 'group_view', (int) 10 => 'group_delete', (int) 11 => 'photo_upload', (int) 12 => 'photo_view', (int) 13 => 'topic_create', (int) 14 => 'topic_view', (int) 15 => 'video_share', (int) 16 => 'video_view', (int) 17 => 'attachment_upload', (int) 18 => 'attachment_download', (int) 19 => 'video_upload' ) $uid = null $role_id = (int) 3 $cuser = array() $site_rtl = false $site_langs = array( 'eng' => 'English' ) $site_themes = array( 'default' => 'Default Theme', 'customsocial' => 'customsocial' ) $mooFooter = array( (int) 0 => array( 'CoreContent' => array( 'id' => '152', 'page_id' => '69', 'type' => 'container', 'name' => 'footer', 'component' => '', 'parent_id' => null, 'order' => '1', 'params' => null, 'attribs' => null, 'lft' => '283', 'rght' => '286', 'column' => false, 'core_block_id' => '0', 'core_content_count' => '1', 'invisible' => '0', 'core_block_title' => '', 'plugin' => null, 'locale' => 'eng' ), 'Children' => array( (int) 0 => array( [maximum depth reached] ) ), 'nameTranslation' => array( (int) 0 => array( [maximum depth reached] ) ), 'children' => array() ) ) $mooHeader = array( (int) 0 => (int) 0 ) $mooPage = array( 'Page' => array( 'id' => '96', 'title' => 'Sign up', 'alias' => 'signup', 'content' => '', 'permission' => '', 'params' => '', 'created' => '2014-09-15 03:34:56', 'modified' => '2014-09-15 03:34:56', 'menu' => false, 'icon_class' => '', 'weight' => '0', 'url' => '/users/register', 'uri' => 'users.register', 'description' => '', 'keywords' => '', 'custom' => true, 'fragment' => false, 'layout' => '4', 'levels' => null, 'provides' => null, 'view_count' => '0', 'type' => 'core', 'search' => false, 'theme_id' => '0', 'core_content_count' => '2' ), 'MyCoreTheme' => array( 'id' => null, 'key' => null, 'name' => null, 'core' => null ), 'CoreContent' => array( (int) 0 => array( 'id' => '142', 'page_id' => '96', 'type' => 'container', 'name' => 'center', 'component' => '', 'parent_id' => null, 'order' => '1', 'params' => null, 'attribs' => null, 'lft' => '267', 'rght' => '270', 'column' => false, 'core_block_id' => '0', 'core_content_count' => '1', 'invisible' => '0', 'core_block_title' => '', 'plugin' => '', 'MyCorePage' => array( [maximum depth reached] ), 'Parent' => array([maximum depth reached]), 'Children' => array( [maximum depth reached] ), 'nameTranslation' => array( [maximum depth reached] ) ), (int) 1 => array( 'id' => '143', 'page_id' => '96', 'type' => 'widget', 'name' => 'invisiblecontent', 'component' => '', 'parent_id' => '142', 'order' => '1', 'params' => '{"title":"Register Form","maincontent":"1"}', 'attribs' => null, 'lft' => '268', 'rght' => '269', 'column' => false, 'core_block_id' => '1', 'core_content_count' => '0', 'invisible' => '0', 'core_block_title' => '', 'plugin' => '', 'MyCorePage' => array( [maximum depth reached] ), 'Parent' => array( [maximum depth reached] ), 'Children' => array([maximum depth reached]), 'nameTranslation' => array( [maximum depth reached] ) ) ) ) $mooPageTitle = 'Sign up' $mooPageKeyword = '' $mooPageDescription = '' $accepted_cookie = null $isMobile = false $videoMaxUpload = (int) 67108864 $sizeLimit = (int) 67108864 $file_max_upload = '64M' $content_for_layout = ' <!--Check profile page--> <div id="center"> <link rel="stylesheet" type="text/css" href="/css/fineuploader.css"/> <style> input.button:disabled {color: transparent;} </style> <div class="bar-content"> <div id="signUpForm" class="row no-social"> <div class=""> <div class="register_main_form"> <div class="box51"> <form id="regForm" class="form-horizontal" > <h1 class="page-header">Join Vaicnet</h1> <div class="list1" id="regFields"> <div class="form-group required"> <label class="col-md-3 control-label" for="full-name"> Full Name </label> <div class="col-md-9"> <input name="data[name]" class="form-control" type="text" id="name"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="email"> Email Address </label> <div class="col-md-9"> <input name="data[email]" class="form-control" type="text" id="email"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="password"> Password </label> <div class="col-md-9"> <input name="data[password]" class="form-control" type="password" id="password"/> </div> </div> <div class="form-group required"> <label class="col-md-3 control-label" for="verify-password"> Verify Password </label> <div class="col-md-9"> <input name="data[password2]" class="form-control" type="password" id="password2"/> </div> </div> </div> <div id="captcha" style="display:none"> <div class="col-md-3"> </div> <div class="col-md-9"> </div> <div class="clear"></div> <div class="regSubmit" id="step2Box" class="regSubmit"> <input type="button" value="Sign Up" id="step2Submit" class="btn btn-success"> </div> </div> <div class="form-group regSubmit" id="step1Box"> <label class="col-md-3 control-label"> </label> <div class="col-md-9"> <input type="button" value="Continue" id="submitFormsignup" class="btn btn-success"> </div> </div> </form> <div id="regError"></div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<link rel="stylesheet" type="text/css" href="/upload_video/css/main.css"/><script type="text/javascript"> //<![CDATA[ var uploadType = "convert"; //]]> </script><script type="text/javascript"> //<![CDATA[ var uploadFeedType = "feed_convert"; //]]> </script><script type="text/javascript" src="/js/jquery.fileuploader.js"></script><script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery("#submitFormsignup").click(function(){ $('#step1Box').spin('small'); jQuery('#submitFormsignup').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step1", jQuery("#regForm").serialize(), function(data){ $('#step1Box').spin(false); if (data.indexOf('mooError') > 0) { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#submitFormsignup').removeAttr('disabled'); } else { jQuery("#regError").fadeOut(); jQuery("#regFields").append(data); jQuery("#captcha").fadeIn(); jQuery('#step1Box').remove(); jQuery(".tip").tipsy({ html: true, gravity: 's' }); jQuery(".multi").multiSelect({ selectAll: false, noneSelected: '', oneOrMoreSelected: '% selected' }); } }); }); jQuery("#step2Submit").click(function(){ if($('#tos').is(':checked')){ $('#step2Box').spin('small'); jQuery('#step2Submit').attr('disabled', 'disabled'); jQuery.post("/users/ajax_signup_step2", jQuery("#regForm").serialize(), function(data){ $('#step2Box').spin(false); var result = ''; try { result = JSON.parse(data); isJson = true; } catch(e) { isJson = false; } if(isJson) { if(result.redirect) { window.location = result.redirect; } } else { if (data != '') { jQuery("#regError").fadeIn(); jQuery("#regError").html(data); jQuery('#step2Submit').removeAttr('disabled'); <!--jQuery(".form-horizontal").hide();--> } else { window.location = '/'; } } }); }else{ jQuery("#regError").fadeIn(); jQuery("#regError").html('You have to agree with term of service'); } }); }); //]]> </script>' $cookies_warning = '1' $deny_url = '' $flash_mess = false $sel = 'English'include - APP/View/Layouts/default.ctp, line 244 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 MooView::render() - APP/View/MooView.php, line 758 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 AppController::render() - APP/Controller/AppController.php, line 741 UsersController::register() - APP/Controller/UsersController.php, line 384 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 91