Log Messages
Info. & Errors 1
Informational and error log messages generated during the execution of the application.
| Level | Channel | Message |
|---|---|---|
| INFO | request |
Matched route "core_login".
[ "route" => "core_login" "route_parameters" => [ "_route" => "core_login" "encData" => "" "_controller" => "ApplicationBundle\Modules\Authentication\Controller\UserLoginController:doLoginAction" ] "request_uri" => "https://www.ourhoneybee.eu/auth/core/login" "method" => "GET" ] |
| INFO | security | Populated the TokenStorage with an anonymous Token. |
| INFO | doctrine |
Connecting with parameters [ "driver" => "pdo_mysql" "host" => "localhost" "port" => null "dbname" => "u405565514_entity_group" "user" => "u405565514_entity_group" "password" => "<redacted>" "charset" => "UTF8" "driverOptions" => [] "defaultTableOptions" => [] ] [ "params" => [ "driver" => "pdo_mysql" "host" => "localhost" "port" => null "dbname" => "u405565514_entity_group" "user" => "u405565514_entity_group" "password" => "<redacted>" "charset" => "UTF8" "driverOptions" => [] "defaultTableOptions" => [] ] ] |
| CRITICAL | request |
Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "encData" does not exist." at /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/Authentication/Resources/views/pages/views/central_login.html.twig line 42
[ "exception" => Twig\Error\RuntimeError {#2244 -lineno: 42 -name: "@Authentication/pages/views/central_login.html.twig" -rawMessage: "Variable "encData" does not exist." -sourcePath: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/Authentication/Resources/views/pages/views/central_login.html.twig" -sourceCode: """ {% include '@Application/inc/central_header.html.twig' %}\n {# honeybee login page #}\n <section class="login-account section">\n <div class="container">\n <div class="row">\n \n <div class="row">\n <div class="col-md-12 d-flex justify-content-center align-items-center">\n <div class="section-head-area" style="text-align: center;">\n <h1 class="section-title">Login to Your Account </h1>\n <h5 class="">This is the official login portal for HoneyBee ERP </h5>\n </div>\n </div>\n </div>\n \n <div class="login-form-wrapper login-inputs">\n <form action="{{ url('core_login') }}" class="login-form" method="post" id="relevantForm">\n <p style=" margin: 0; text-align: center; color: #eb9f9f;">{{ message==''?' ':message }}</p>\n \n <div class="email">\n <label class="email" for="email">User Id / Email Address</label>\n <input type="text" id="username" name="username" required>\n </div>\n \n <div class="password-row">\n <label class="password" for="password">Password</label>\n <input type="password" id="password" name="password" required>\n <button type="button" class="toggle-password">\n <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/icons/eye-close.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" class="eyeicon" alt="">\n </button>\n </div>\n \n <div class="remember">\n \n \n <div class="terms">\n <input type="hidden" id="applicantDirectLogin" name="applicantDirectLogin" placeholder="" value="1">\n <input type="checkbox" id="check" >\n <label for="check">Remember Me</label>\n </div>\n <div>\n <a href="{{ url('find_account_forgot_password',{ 'encData':(encData|json_encode) | nzo_encrypt } ) }}" for="">Forgot Password ?</a>\n </div>\n </div>\n \n <button type="submit" class="submit-button rel_form_submit">Login</button>\n \n <p class="login-link">Don't have an account? <a href="{{ url('sign_up') }}">Create Account</a></p>\n \n <div class="social-login">\n <div class="separator"><span>Or</span></div>\n <a type="button" href="{{ oAuthLink }}" class="social-button google">\n <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/login/google.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"> Login with Google\n </a>\n {# <button type="button" class="social-button facebook">#}\n {# <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/login/Facebook.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"alt="Facebook logo"> Login with Facebook#}\n {# </button>#}\n {# <button type="button" class="social-button linkedin">#}\n {# <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/login/linkedin.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="LinkedIn 'In' icon"> Login with LinkedIn#}\n {# </button>#}\n </div>\n </form>\n </div>\n </div>\n </div>\n </section>\n \n {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}\n \n \n <script>\n var fbt='';\n function check_doc_and_submit(submitFlag) {\n \n var checkFailed = 0;\n \n submitFlag=submitFlag||0\n /////check if any checking needed here\n $('.login-inputs input').each(function(ind,elem){\n if($(this).prop('required')){\n if($(this).val()=='' || $(this).val()==0)\n checkFailed=1;\n console.log("REQ");\n \n } else {\n console.log("NREQ");\n }\n });\n \n $('.small_error_text').each(function(ind,elem)\n {\n if($(elem).text()!='')\n checkFailed=1;\n })\n \n if(checkFailed==0)\n $('.rel_form_submit').addClass('ready');\n else\n {\n $('.rel_form_submit').removeClass('ready');\n }\n \n if (checkFailed == 0 && submitFlag==1) {\n $('.rel_form_submit').removeClass('ready');\n $('.rel_form_submit').hide();\n $('#relevantForm').submit();\n }\n \n }\n $(document).ready(function(){\n $.ajaxSetup({ cache: true });\n // $.getScript('https://connect.facebook.net/en_US/sdk.js', function(){\n // FB.init({\n // appId: '1116951735682132',\n // version: 'v2.7' // or v2.1, v2.2, v2.3, ...\n // });\n // $('#loginbutton,#feedbutton').removeAttr('disabled');\n // FB.getLoginStatus(function(response) {\n // // console.log(response);\n // // statusChangeCallback(response);\n // });\n //\n //\n // $('#fb_login').click(function(e){\n // e.preventDefault();\n // FB.login(function(response) {\n // // console.log(response)\n // // console.log(response.authResponse)\n // if (response.authResponse) {\n // fbt=response.authResponse.accessToken;\n // // console.log('Welcome! Fetching your information.... ');\n // // alert('This feature will be available on 12 Dec, please use other login method for now.')\n // FB.api('/me?fields=id,name,email,picture', function(response) {\n // // $('#fb_login_form').clear();\n // var split_name=response.name.split(' ');\n // var f_name=split_name[0];\n // var l_name=(typeof split_name[1] !== 'undefined')? split_name[1]:'';\n //\n // if(typeof response.email !== 'undefined') {\n //\n // $('#fb_login_form').html(\n // '<input type="hidden" id="email_for_fb_login" name="email" value="' + response.email + '">' +\n // '<input type="hidden" name="oAuthHash" value="_NONE_">' +\n // '<input type="hidden" name="image" value="' + response.picture.data.url + '">' +\n // '<input type="hidden" name="uniqueId" value="' + response.id + '">' +\n // '<input type="hidden" name="emailVerified" value="' + response.email + '">' +\n // '<input type="hidden" name="firstName" value="' + f_name + '">' +\n // '<input type="hidden" name="lastName" value="' + l_name + '">' +\n // '<input type="hidden" name="type" value="1">' +\n // '<input type="hidden" name="oAuthtoken" value="' + fbt + '">'\n // );\n // $('#fb_login_form').submit();\n // }\n // else\n // {\n // $('#fb_login_form').html(\n // '<input type="hidden" id="email_for_fb_login" name="email" value="">' +\n // '<input type="hidden" name="oAuthHash" value="_NONE_">' +\n // '<input type="hidden" name="image" value="' + response.picture.data.url + '">' +\n // '<input type="hidden" name="uniqueId" value="' + response.id + '">' +\n // '<input type="hidden" name="emailVerified" value="' + response.email + '">' +\n // '<input type="hidden" name="firstName" value="' + f_name + '">' +\n // '<input type="hidden" name="lastName" value="' + l_name + '">' +\n // '<input type="hidden" name="type" value="1">' +\n // '<input type="hidden" name="oAuthtoken" value="' + fbt + '">'\n // );\n // // alert('you need to provide your email address access on facebook.')\n // swal({\n // title: "Validate Action!",\n // text: "Please Provide Your Approval Hash:",\n // type: "input",\n // inputType: "password",\n // showCancelButton: true,\n // closeOnConfirm: true,\n // animation: "slide-from-top",\n // inputPlaceholder: "Approval Hash"\n // },\n // function (inputValue) {\n // if (inputValue === false) return false;\n // else if (inputValue === "") {\n // swal.showInputError("Email Needed!");\n // return false\n // }\n // else if (inputValue != '') {\n // $('#email_for_fb_login').val(inputValue)\n // $('#fb_login_form').submit();\n //\n //\n // //$(form_object).submit();\n //\n // }\n //\n // //swal("Nice!", "You wrote: " + inputValue, "success");\n // });\n //\n //\n //\n // }\n //\n // // console.log('Good to see you, ' + response.name + '.');\n // // console.log(response)\n // });\n // } else {\n // // console.log('User cancelled login or did not fully authorize.');\n // }\n // }\n // , {scope: 'public_profile,email'}\n // );\n // })\n //\n // });\n \n $('.login-inputs input').focus(function() {\n // if()\n // $('.login-inputs input').removeClass('error_class');\n $(this).removeClass('error_class');\n })\n \n $('.login-inputs input').change(function () {\n \n check_doc_and_submit(0); //check only not submit\n })\n \n \n \n \n //For save action\n \n $('input[type="submit"], button[type="submit"], .rel_form_submit').click(function (event) {\n event.preventDefault();\n \n console.log('____________________________HEREW__________________')\n check_doc_and_submit(1);\n \n \n })\n \n check_doc_and_submit(0)\n })\n \n </script>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {# {% include '@Application/codecovers_header.html.twig' %} #}\n {# <style> #}\n {# .registration__hr { #}\n {# margin-bottom: 1rem; #}\n {# position: relative; #}\n {# text-align: center; #}\n {# } #}\n \n {# .registration__hr:after { #}\n {# border: 1px solid #d2d6db; #}\n {# content: ''; #}\n {# display: block; #}\n {# position: absolute; #}\n {# top: 50%; #}\n {# width: 100%; #}\n {# z-index: 0; #}\n {# border-radius: 5px; #}\n {# } #}\n \n {# .registration__hr-label { #}\n {# position: relative; #}\n \n {# color: #4d5760; #}\n {# background: #fff; #}\n {# padding: 0 0.5rem; #}\n {# z-index: 1; #}\n {# display: inline-block; #}\n {# max-width: 75%; #}\n {# } #}\n {# </style> #}\n {# <section class="section-account"> #}\n {# <div class="img-backdrop" style="background-image: url('http://www.codecovers.eu/assets/img/modules/materialadmin/img16.jpg')"></div> #}\n {# <div class="spacer"></div> #}\n {# <div class="card contain-sm style-transparent"> #}\n {# <div class="card-body"> #}\n {# <div class="row"> #}\n {# <div class="col-sm-6"> #}\n {# <br/> #}\n {# <span class="text-lg text-bold text-primary">BUDDY BEE</span> #}\n {# <br/><br/> #}\n {# <form class="form floating-label" action="http://www.codecovers.eu/materialadmin/dashboards/dashboard" accept-charset="utf-8" method="post"> #}\n {# <div id="loginForm"> #}\n {# <div class="form-group"> #}\n {# <input type="text" class="form-control" id="username" name="username"> #}\n {# <label for="username">Username</label> #}\n {# </div> #}\n {# <div class="form-group"> #}\n {# <input type="password" class="form-control" id="password" name="password"> #}\n {# <label for="password">Password</label> #}\n {# <p class="help-block"><a href="#">Forgotten?</a></p> #}\n {# </div> #}\n {# <br/> #}\n {# <div class="row"> #}\n {# <div class="col-xs-6 text-left"> #}\n {# <div class="checkbox checkbox-inline checkbox-styled"> #}\n {# <label> #}\n {# <input type="checkbox"> <span>Remember me</span> #}\n {# </label> #}\n {# </div> #}\n {# </div><!--end .col --> #}\n {# <div class="col-xs-6 text-right"> #}\n {# <button class="btn btn-primary btn-raised" type="submit">Login</button> #}\n {# </div><!--end .col --> #}\n {# </div><!--end .row --> #}\n {# </div> #}\n {# <div id="signupForm"> #}\n {# <div class="form-group"> #}\n {# <input type="text" class="form-control" id="userName" name="userName"> #}\n {# <label for="username">Username</label> #}\n {# </div> #}\n {# <div class="form-group"> #}\n {# <input type="text" class="form-control" id="email" name="email"> #}\n {# <label for="username">Email</label> #}\n {# </div> #}\n {# <div class="form-group"> #}\n {# <input type="password" class="form-control" id="password" name="password"> #}\n {# <label for="password">Password</label> #}\n {# </div> #}\n {# <div class="form-group"> #}\n {# <input type="password" class="form-control" id="password" name="password"> #}\n {# <label for="password">Confirm Password</label> #}\n {# </div> #}\n {# <div class="form-group"> #}\n {# <label for="">Select Your Requirement</label> #}\n {# <select name="selector" id="selector" class="form-control selectize_me"> #}\n {# <option value=""></option> #}\n {# {% for key,val in selector %} #}\n {# <option value="{{ key }}">{{ val }}</option> #}\n {# {% endfor %} #}\n \n {# </select> #}\n {# </div> #}\n {# <br> #}\n {# <div class="row"> #}\n {# <div class="col-xs-6 text-left"> #}\n \n {# </div><!--end .col --> #}\n {# <div class="col-xs-6 text-right"> #}\n {# <button class="btn btn-primary btn-raised" type="submit">Sign Up</button> #}\n {# </div><!--end .col --> #}\n {# </div><!--end .row --> #}\n \n {# </div> #}\n {# </form> #}\n {# </div><!--end .col --> #}\n {# <div class="col-sm-8 col-sm-offset-1 text-center"> #}\n {# <br><br> #}\n {# <h3 class="text-light" id="signupHead"> #}\n {# No account yet? #}\n {# </h3> #}\n {# <h3 class="text-light" id="loginHead"> #}\n {# Already have an account? Please login #}\n {# </h3> #}\n {# <a class="btn btn-block btn-raised btn-primary" href="#" id="signUp">Sign up here</a> #}\n {# <a class="btn btn-block btn-raised btn-primary" href="#" id="login">Login</a> #}\n {# <br><br> #}\n {# <h3 class="text-light"> #}\n {# or #}\n {# </h3> #}\n {# <p> #}\n {# <a href="#" class="btn btn-block btn-raised btn-info"><i class="fa fa-facebook pull-left"></i>Login with Gmail</a> #}\n {# </p> #}\n {# <p> #}\n {# <a href="https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=8638b5kvyew2si&redirect_uri={{ redirect_url }}&state={{ state }}&scope=r_liteprofile%20r_emailaddress" class="btn btn-block btn-raised btn-info"><i class="fa fa-linkedin pull-left"></i>Login with Linkedin</a> #}\n {# </p> #}\n \n {# <p> #}\n {# <a href="https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=8638b5kvyew2si&redirect_uri={{ redirect_url }}&state={{ state }}&scope=r_liteprofile%20r_emailaddress" class="btn btn-block" style="font-size: 1.5rem; border-radius: 0.5rem; background-color: #207aac; color: #}\n {# white;"> <span style="display: inline-block; margin-left: 1rem;"><img src="https://content.linkedin.com/content/dam/developer/global/en_US/site/img/signin-button.png"></span></a> #}\n {# </p> #}\n \n {# </div><!--end .col --> #}\n {# </div><!--end .row --> #}\n {# </div><!--end .card-body --> #}\n {# </div><!--end .card --> #}\n {# </section> #}\n {# <!-- END LOGIN SECTION --> #}\n \n \n {# <section class="section-account"> #}\n {# <div class="img-backdrop" style="background-image: url('http://honeybee/images/img16.jpg')"> #}\n {# </div> #}\n {# <div class="spacer"></div> #}\n {# <div class="mx-auto" style="width: 50vw;"> #}\n {# <div class="card" #}\n {# style="box-shadow: none; box-shadow: 0 0 0 1px rgba(8, 9, 10, 0.1); border-radius: 0.4rem; color: black;"> #}\n {# <div class="p-5"> #}\n {# <div class="text-center"> #}\n {# <h2 style="font-weight: bold; font-size: 3rem; margin: 0; color: #0aa89e;">Honeybee</h2> #}\n {# <p style="font-size: 1.5rem; margin-top: 0.4rem;">Tailored for Every type of Business</p> #}\n {# </div> #}\n {# <div class="mb-4"> #}\n {# <a href="{{oAuthLink|raw}}" class="btn btn-block" #}\n {# style="font-size: 1.5rem; padding: 1rem; border-radius: 0.5rem; background-color: #EA4335; color: white; margin-bottom: 1rem;"><i #}\n {# class="fab fa-google"></i> <span style="display: inline-block; margin-left: 1rem;">Continue with #}\n {# Google</span></a> #}\n {# <a href="#" class="btn btn-block" style="font-size: 1.5rem; padding: 1rem; border-radius: 0.5rem; background-color: #1DA1F2; color: #}\n {# white;"><i class="fab fa-twitter"></i> <span style="display: inline-block; margin-left: 1rem;">Continue #}\n {# with Twitter</span></a> #}\n {# <a href="https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=8638b5kvyew2si&redirect_uri={{ redirect_url }}&state={{ state }}&scope=r_liteprofile%20r_emailaddress" class="btn btn-block" style="font-size: 1.5rem; border-radius: 0.5rem; background-color: #207aac; color: #}\n {# white;"><i class="fab fa-twitter"></i> <span style="display: inline-block; margin-left: 1rem;"><img src="https://content.linkedin.com/content/dam/developer/global/en_US/site/img/signin-button.png"></span></a> #}\n \n {# </div> #}\n {# <div class="registration__hr"> #}\n {# <span class="registration__hr-label"> #}\n {# Have a password? Continue with your email address #}\n {# </span> #}\n {# </div> #}\n {# <form> #}\n {# <div class="form-group"> #}\n {# <label for="exampleInputEmail1">Email address</label> #}\n {# <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" #}\n {# placeholder="Enter email"> #}\n {# </div> #}\n {# <div class="form-group"> #}\n {# <label for="exampleInputPassword1">Password</label> #}\n {# <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> #}\n {# </div> #}\n {# <button type="submit" class="btn btn-block btn-success" #}\n {# style="font-size: 1.5rem; padding: 1rem; border-radius: 0.5rem;">Continue</button> #}\n {# </form> #}\n {# </div> #}\n {# </div> #}\n {# </div> #}\n {# </section> #}\n \n \n \n \n {# {% include '@Application/footer/footer_js_codecovers.html.twig' %} #}\n {# <script> #}\n {# $(document).ready(function(){ #}\n {# $('#login').hide(); #}\n {# $('#signupForm').hide(); #}\n {# $('#loginHead').hide(); #}\n \n {# $('#signUp').click(function () { #}\n {# $('#login').show(); #}\n {# $('#loginHead').show(); #}\n {# $('#signupForm').show(); #}\n \n {# $('#signUp').hide(); #}\n {# $('#signupHead').hide(); #}\n {# $('#loginForm').hide(); #}\n {# }) #}\n \n {# $('#login').click(function () { #}\n {# $('#login').hide(); #}\n {# $('#loginHead').hide(); #}\n {# $('#signupForm').hide(); #}\n \n {# $('#signUp').show(); #}\n {# $('#signupHead').show(); #}\n {# $('#loginForm').show(); #}\n {# }) #}\n {# }); #}\n {# </script> #}\n """ #message: "Variable "encData" does not exist." #code: 0 #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/Authentication/Resources/views/pages/views/central_login.html.twig" #line: 42 : { { __TwigTemplate_4de07a83ef7df6d8fb334a1af0a6dab3228a5be78b4fca712ae1ab370ec2a88b->{closure} … › {
{
__TwigTemplate_4de07a83ef7df6d8fb334a1af0a6dab3228a5be78b4fca712ae1ab370ec2a88b->{closure} …
›
|
Deprecations 163
Log messages generated by using features marked as deprecated.
Debug 62
Unimportant log messages generated during the execution of the application.
| Time | Channel | Message |
|---|---|---|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.controller" to listener "ApplicationBundle\Listener\SessionListener::onKernelController".
[ "event" => "kernel.controller" "listener" => "ApplicationBundle\Listener\SessionListener::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController".
[ "event" => "kernel.controller" "listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
|
| doctrine |
Executing query: "SELECT t0.applicant_id AS applicant_id_1, t0.sync_flag AS sync_flag_2, t0.ids_by_device AS ids_by_device_3, t0.schedule_available_flag AS schedule_available_flag_4, t0.device_id AS device_id_5, t0.device_id_locked_flag AS device_id_locked_flag_6, t0.lock_device_id_on_next_login_flag AS lock_device_id_on_next_login_flag_7, t0.username AS username_8, t0.email AS email_9, t0.o_auth_unique_id AS o_auth_unique_id_10, t0.o_auth_email AS o_auth_email_11, t0.fb_unique_id AS fb_unique_id_12, t0.li_unique_id AS li_unique_id_13, t0.google_unique_id AS google_unique_id_14, t0.fb_profile_link AS fb_profile_link_15, t0.fb_profile_id AS fb_profile_id_16, t0.ig_profile_link AS ig_profile_link_17, t0.ig_profile_id AS ig_profile_id_18, t0.li_profile_link AS li_profile_link_19, t0.li_profile_id AS li_profile_id_20, t0.user_suspended_app_ids AS user_suspended_app_ids_21, t0.user_app_ids AS user_app_ids_22, t0.user_types_by_app_ids AS user_types_by_app_ids_23, t0.password AS password_24, t0.temp_password AS temp_password_25, t0.salt AS salt_26, t0.email_verification_hash AS email_verification_hash_27, t0.phone_verification_hash AS phone_verification_hash_28, t0.trigger_reset_password AS trigger_reset_password_29, t0.otp_action_id AS otp_action_id_30, t0.otp AS otp_31, t0.otp_expire_ts AS otp_expire_ts_32, t0.forgot_password_token AS forgot_password_token_33, t0.forgot_password_token_expire_ts AS forgot_password_token_expire_ts_34, t0.is_email_verified AS is_email_verified_35, t0.is_phone_verified AS is_phone_verified_36, t0.is_banned AS is_banned_37, t0.ban_expires AS ban_expires_38, t0.strike_count AS strike_count_39, t0.strike_threshold AS strike_threshold_40, t0.account_status AS account_status_41, t0.student_level AS student_level_42, t0.job_applicant_level AS job_applicant_level_43, t0.consultant_level AS consultant_level_44, t0.nationality_country_id AS nationality_country_id_45, t0.current_country_id AS current_country_id_46, t0.user_id AS user_id_47, t0.firstname AS firstname_48, t0.lastname AS lastname_49, t0.image AS image_50, t0.is_img_legal AS is_img_legal_51, t0.nid AS nid_52, t0.dob AS dob_53, t0.sex AS sex_54, t0.father AS father_55, t0.mother AS mother_56, t0.spouse AS spouse_57, t0.child_1 AS child_1_58, t0.child_2 AS child_2_59, t0.blood AS blood_60, t0.phone AS phone_61, t0.official_phone AS official_phone_62, t0.phone_with_country_code AS phone_with_country_code_63, t0.phone_country_code AS phone_country_code_64, t0.curr_addr_state AS curr_addr_state_65, t0.curr_addr_city AS curr_addr_city_66, t0.curr_addr_zip AS curr_addr_zip_67, t0.curr_addr AS curr_addr_68, t0.curr_addr_lat AS curr_addr_lat_69, t0.curr_addr_lng AS curr_addr_lng_70, t0.perm_addr AS perm_addr_71, t0.emm_contact AS emm_contact_72, t0.skill AS skill_73, t0.preferred_topic_ids_as_consultant AS preferred_topic_ids_as_consultant_74, t0.preferred_topic_ids_as_student AS preferred_topic_ids_as_student_75, t0.preferred_country_ids_as_consultant AS preferred_country_ids_as_consultant_76, t0.preferred_country_ids_as_student AS preferred_country_ids_as_student_77, t0.joining_date AS joining_date_78, t0.emp_valid_till AS emp_valid_till_79, t0.emp_status AS emp_status_80, t0.emp_type AS emp_type_81, t0.emp_code AS emp_code_82, t0.emp_label AS emp_label_83, t0.tin AS tin_84, t0.tin_valid_till AS tin_valid_till_85, t0.med_ins AS med_ins_86, t0.med_ins_valid_till AS med_ins_valid_till_87, t0.docs AS docs_88, t0.inst1 AS inst1_89, t0.yr1 AS yr1_90, t0.dur1 AS dur1_91, t0.inst2 AS inst2_92, t0.yr2 AS yr2_93, t0.dur2 AS dur2_94, t0.inst3 AS inst3_95, t0.yr3 AS yr3_96, t0.dur3 AS dur3_97, t0.einst1 AS einst1_98, t0.eyr1 AS eyr1_99, t0.edeg1 AS edeg1_100, t0.einst2 AS einst2_101, t0.eyr2 AS eyr2_102, t0.edeg2 AS edeg2_103, t0.einst3 AS einst3_104, t0.eyr3 AS eyr3_105, t0.edeg3 AS edeg3_106, t0.tax_code AS tax_code_107, t0.allowed_working_hours_per_day AS allowed_working_hours_per_day_108, t0.allowed_working_hours_per_week AS allowed_working_hours_per_week_109, t0.allowed_working_hours_per_month AS allowed_working_hours_per_month_110, t0.allowed_working_hours_per_year AS allowed_working_hours_per_year_111, t0.allowed_earning_per_day AS allowed_earning_per_day_112, t0.allowed_earning_per_week AS allowed_earning_per_week_113, t0.allowed_earning_per_month AS allowed_earning_per_month_114, t0.allowed_earning_per_year AS allowed_earning_per_year_115, t0.revenue_percentage_per_session AS revenue_percentage_per_session_116, t0.transaction_acc_no AS transaction_acc_no_117, t0.transaction_acc_name AS transaction_acc_name_118, t0.bank_id AS bank_id_119, t0.bank_branch_code AS bank_branch_code_120, t0.bank_acc AS bank_acc_121, t0.bank_acc_name AS bank_acc_name_122, t0.bank_acc_type AS bank_acc_type_123, t0.bank_acc_valid_from AS bank_acc_valid_from_124, t0.bank_acc_valid_to AS bank_acc_valid_to_125, t0.routing_code AS routing_code_126, t0.swift_code AS swift_code_127, t0.mobile_wallet_no AS mobile_wallet_no_128, t0.mobile_wallet_type AS mobile_wallet_type_129, t0.ear1 AS ear1_130, t0.ear2 AS ear2_131, t0.ear3 AS ear3_132, t0.ear4 AS ear4_133, t0.ear5 AS ear5_134, t0.ear6 AS ear6_135, t0.eart AS eart_136, t0.ded1 AS ded1_137, t0.ded2 AS ded2_138, t0.ded3 AS ded3_139, t0.ded4 AS ded4_140, t0.dedt AS dedt_141, t0.payable AS payable_142, t0.hand_cash AS hand_cash_143, t0.bank_transfer AS bank_transfer_144, t0.sec_dep AS sec_dep_145, t0.sec_dep_span AS sec_dep_span_146, t0.sec_dep_rem_mon AS sec_dep_rem_mon_147, t0.sec_dep_rem_amount AS sec_dep_rem_amount_148, t0.sl_qty AS sl_qty_149, t0.sl_tkn AS sl_tkn_150, t0.sl_freq AS sl_freq_151, t0.ml_qty AS ml_qty_152, t0.ml_tkn AS ml_tkn_153, t0.ml_freq AS ml_freq_154, t0.el_qty AS el_qty_155, t0.el_tkn AS el_tkn_156, t0.el_freq AS el_freq_157, t0.cl_qty AS cl_qty_158, t0.cl_tkn AS cl_tkn_159, t0.cl_freq AS cl_freq_160, t0.levt AS levt_161, t0.weekly_holiday AS weekly_holiday_162, t0.files AS files_163, t0.supervisor AS supervisor_164, t0.dept AS dept_165, t0.desg AS desg_166, t0.branch AS branch_167, t0.division AS division_168, t0.application_text AS application_text_169, t0.current_employment AS current_employment_170, t0.emergency_contact_number AS emergency_contact_number_171, t0.postal_code AS postal_code_172, t0.country AS country_173, t0.education_data AS education_data_174, t0.work_experience_data AS work_experience_data_175, t0.certificate_data AS certificate_data_176, t0.languages_data AS languages_data_177, t0.important_comm_tags AS important_comm_tags_178, t0.is_consultant AS is_consultant_179, t0.is_featured AS is_featured_180, t0.featured_duration_end_ts AS featured_duration_end_ts_181, t0.is_moderator AS is_moderator_182, t0.is_admin AS is_admin_183, t0.admin_level AS admin_level_184, t0.is_retailer AS is_retailer_185, t0.retailer_level AS retailer_level_186, t0.is_student AS is_student_187, t0.preferred_consultancy_types_as_student AS preferred_consultancy_types_as_student_188, t0.preferred_consultancy_types_as_consultant AS preferred_consultancy_types_as_consultant_189, t0.online_status AS online_status_190, t0.assigned_sales_representative_id AS assigned_sales_representative_id_191, t0.lead_created_by_id AS lead_created_by_id_192, t0.is_temporary_entry AS is_temporary_entry_193, t0.lead_type AS lead_type_194, t0.lead_level AS lead_level_195, t0.immediate_follow_up_flag AS immediate_follow_up_flag_196, t0.pending_initial_communication AS pending_initial_communication_197, t0.last_online_ts AS last_online_ts_198, t0.courses_data AS courses_data_199, t0.video_link AS video_link_200, t0.account_balance AS account_balance_201, t0.session_count_balance AS session_count_balance_202, t0.total_session_used AS total_session_used_203, t0.total_consultancy_session_provided AS total_consultancy_session_provided_204, t0.total_individual_consultancy_session_provided AS total_individual_consultancy_session_provided_205, t0.default_currency_id AS default_currency_id_206, t0.default_language_id AS default_language_id_207, t0.country_id AS country_id_208, t0.following_consultant_ids AS following_consultant_ids_209, t0.following_topic_ids AS following_topic_ids_210, t0.viewed_topic_ids AS viewed_topic_ids_211, t0.viewed_consultant_ids AS viewed_consultant_ids_212, t0.following_event_ids AS following_event_ids_213, t0.attending_event_ids AS attending_event_ids_214, t0.skip_event_ids AS skip_event_ids_215, t0.rating AS rating_216, t0.applicant_specific_note AS applicant_specific_note_217, t0.promo_discount_percentage AS promo_discount_percentage_218, t0.promo_discount_balance_count AS promo_discount_balance_count_219, t0.code_as_referer AS code_as_referer_220, t0.referred_code AS referred_code_221, t0.is_referred_code_used AS is_referred_code_used_222, t0.promo_code_id AS promo_code_id_223, t0.claimed_promo_code_ids AS claimed_promo_code_ids_224, t0.referred_coins_earned AS referred_coins_earned_225, t0.referred_amount_earned AS referred_amount_earned_226, t0.rating_weight AS rating_weight_227, t0.rating_total AS rating_total_228, t0.rating_count AS rating_count_229, t0.preferred_consultancy_language_ids AS preferred_consultancy_language_ids_230, t0.preferred_consultancy_topic_country_ids AS preferred_consultancy_topic_country_ids_231, t0.preferred_consultancy_student_country_ids AS preferred_consultancy_student_country_ids_232, t0.preferred_schedule_data_for_getting_consultancy AS preferred_schedule_data_for_getting_consultancy_233, t0.preferred_schedule_data_for_providing_consultancy AS preferred_schedule_data_for_providing_consultancy_234, t0.selector AS selector_235, t0.apply_for_consultant AS apply_for_consultant_236, t0.apply_for_consultant_date AS apply_for_consultant_date_237, t0.consultant_application_feedback AS consultant_application_feedback_238, t0.apply_for_retailer AS apply_for_retailer_239, t0.apply_for_retailer_date AS apply_for_retailer_date_240, t0.doc_image AS doc_image_241, t0.document_list AS document_list_242, t0.document_list_by_topic_id AS document_list_by_topic_id_243, t0.document_list_by_session_id AS document_list_by_session_id_244, t0.work_experience_year AS work_experience_year_245, t0.description AS description_246, t0.summary_text AS summary_text_247, t0.professional_title AS professional_title_248, t0.work_experience_text AS work_experience_text_249, t0.profession_text AS profession_text_250, t0.education_text AS education_text_251, t0.education_major_text AS education_major_text_252, t0.highest_degree_achieved AS highest_degree_achieved_253, t0.target_education_degree AS target_education_degree_254, t0.target_education_major AS target_education_major_255, t0.lead_query_text AS lead_query_text_256, t0.university_text AS university_text_257, t0.experience_text AS experience_text_258, t0.skillstext AS skillstext_259, t0.interest AS interest_260, t0.speciality AS speciality_261, t0.last_settings_updated_ts AS last_settings_updated_ts_262, t0.created_at AS created_at_263, t0.actual_registration_at AS actual_registration_at_264, t0.updated_at AS updated_at_265 FROM entity_applicant_details t0 WHERE t0.username IS NULL LIMIT 1"
[ "sql" => "SELECT t0.applicant_id AS applicant_id_1, t0.sync_flag AS sync_flag_2, t0.ids_by_device AS ids_by_device_3, t0.schedule_available_flag AS schedule_available_flag_4, t0.device_id AS device_id_5, t0.device_id_locked_flag AS device_id_locked_flag_6, t0.lock_device_id_on_next_login_flag AS lock_device_id_on_next_login_flag_7, t0.username AS username_8, t0.email AS email_9, t0.o_auth_unique_id AS o_auth_unique_id_10, t0.o_auth_email AS o_auth_email_11, t0.fb_unique_id AS fb_unique_id_12, t0.li_unique_id AS li_unique_id_13, t0.google_unique_id AS google_unique_id_14, t0.fb_profile_link AS fb_profile_link_15, t0.fb_profile_id AS fb_profile_id_16, t0.ig_profile_link AS ig_profile_link_17, t0.ig_profile_id AS ig_profile_id_18, t0.li_profile_link AS li_profile_link_19, t0.li_profile_id AS li_profile_id_20, t0.user_suspended_app_ids AS user_suspended_app_ids_21, t0.user_app_ids AS user_app_ids_22, t0.user_types_by_app_ids AS user_types_by_app_ids_23, t0.password AS password_24, t0.temp_password AS temp_password_25, t0.salt AS salt_26, t0.email_verification_hash AS email_verification_hash_27, t0.phone_verification_hash AS phone_verification_hash_28, t0.trigger_reset_password AS trigger_reset_password_29, t0.otp_action_id AS otp_action_id_30, t0.otp AS otp_31, t0.otp_expire_ts AS otp_expire_ts_32, t0.forgot_password_token AS forgot_password_token_33, t0.forgot_password_token_expire_ts AS forgot_password_token_expire_ts_34, t0.is_email_verified AS is_email_verified_35, t0.is_phone_verified AS is_phone_verified_36, t0.is_banned AS is_banned_37, t0.ban_expires AS ban_expires_38, t0.strike_count AS strike_count_39, t0.strike_threshold AS strike_threshold_40, t0.account_status AS account_status_41, t0.student_level AS student_level_42, t0.job_applicant_level AS job_applicant_level_43, t0.consultant_level AS consultant_level_44, t0.nationality_country_id AS nationality_country_id_45, t0.current_country_id AS current_country_id_46, t0.user_id AS user_id_47, t0.firstname AS firstname_48, t0.lastname AS lastname_49, t0.image AS image_50, t0.is_img_legal AS is_img_legal_51, t0.nid AS nid_52, t0.dob AS dob_53, t0.sex AS sex_54, t0.father AS father_55, t0.mother AS mother_56, t0.spouse AS spouse_57, t0.child_1 AS child_1_58, t0.child_2 AS child_2_59, t0.blood AS blood_60, t0.phone AS phone_61, t0.official_phone AS official_phone_62, t0.phone_with_country_code AS phone_with_country_code_63, t0.phone_country_code AS phone_country_code_64, t0.curr_addr_state AS curr_addr_state_65, t0.curr_addr_city AS curr_addr_city_66, t0.curr_addr_zip AS curr_addr_zip_67, t0.curr_addr AS curr_addr_68, t0.curr_addr_lat AS curr_addr_lat_69, t0.curr_addr_lng AS curr_addr_lng_70, t0.perm_addr AS perm_addr_71, t0.emm_contact AS emm_contact_72, t0.skill AS skill_73, t0.preferred_topic_ids_as_consultant AS preferred_topic_ids_as_consultant_74, t0.preferred_topic_ids_as_student AS preferred_topic_ids_as_student_75, t0.preferred_country_ids_as_consultant AS preferred_country_ids_as_consultant_76, t0.preferred_country_ids_as_student AS preferred_country_ids_as_student_77, t0.joining_date AS joining_date_78, t0.emp_valid_till AS emp_valid_till_79, t0.emp_status AS emp_status_80, t0.emp_type AS emp_type_81, t0.emp_code AS emp_code_82, t0.emp_label AS emp_label_83, t0.tin AS tin_84, t0.tin_valid_till AS tin_valid_till_85, t0.med_ins AS med_ins_86, t0.med_ins_valid_till AS med_ins_valid_till_87, t0.docs AS docs_88, t0.inst1 AS inst1_89, t0.yr1 AS yr1_90, t0.dur1 AS dur1_91, t0.inst2 AS inst2_92, t0.yr2 AS yr2_93, t0.dur2 AS dur2_94, t0.inst3 AS inst3_95, t0.yr3 AS yr3_96, t0.dur3 AS dur3_97, t0.einst1 AS einst1_98, t0.eyr1 AS eyr1_99, t0.edeg1 AS edeg1_100, t0.einst2 AS einst2_101, t0.eyr2 AS eyr2_102, t0.edeg2 AS edeg2_103, t0.einst3 AS einst3_104, t0.eyr3 AS eyr3_105, t0.edeg3 AS edeg3_106, t0.tax_code AS tax_code_107, t0.allowed_working_hours_per_day AS allowed_working_hours_per_day_108, t0.allowed_working_hours_per_week AS allowed_working_hours_per_week_109, t0.allowed_working_hours_per_month AS allowed_working_hours_per_month_110, t0.allowed_working_hours_per_year AS allowed_working_hours_per_year_111, t0.allowed_earning_per_day AS allowed_earning_per_day_112, t0.allowed_earning_per_week AS allowed_earning_per_week_113, t0.allowed_earning_per_month AS allowed_earning_per_month_114, t0.allowed_earning_per_year AS allowed_earning_per_year_115, t0.revenue_percentage_per_session AS revenue_percentage_per_session_116, t0.transaction_acc_no AS transaction_acc_no_117, t0.transaction_acc_name AS transaction_acc_name_118, t0.bank_id AS bank_id_119, t0.bank_branch_code AS bank_branch_code_120, t0.bank_acc AS bank_acc_121, t0.bank_acc_name AS bank_acc_name_122, t0.bank_acc_type AS bank_acc_type_123, t0.bank_acc_valid_from AS bank_acc_valid_from_124, t0.bank_acc_valid_to AS bank_acc_valid_to_125, t0.routing_code AS routing_code_126, t0.swift_code AS swift_code_127, t0.mobile_wallet_no AS mobile_wallet_no_128, t0.mobile_wallet_type AS mobile_wallet_type_129, t0.ear1 AS ear1_130, t0.ear2 AS ear2_131, t0.ear3 AS ear3_132, t0.ear4 AS ear4_133, t0.ear5 AS ear5_134, t0.ear6 AS ear6_135, t0.eart AS eart_136, t0.ded1 AS ded1_137, t0.ded2 AS ded2_138, t0.ded3 AS ded3_139, t0.ded4 AS ded4_140, t0.dedt AS dedt_141, t0.payable AS payable_142, t0.hand_cash AS hand_cash_143, t0.bank_transfer AS bank_transfer_144, t0.sec_dep AS sec_dep_145, t0.sec_dep_span AS sec_dep_span_146, t0.sec_dep_rem_mon AS sec_dep_rem_mon_147, t0.sec_dep_rem_amount AS sec_dep_rem_amount_148, t0.sl_qty AS sl_qty_149, t0.sl_tkn AS sl_tkn_150, t0.sl_freq AS sl_freq_151, t0.ml_qty AS ml_qty_152, t0.ml_tkn AS ml_tkn_153, t0.ml_freq AS ml_freq_154, t0.el_qty AS el_qty_155, t0.el_tkn AS el_tkn_156, t0.el_freq AS el_freq_157, t0.cl_qty AS cl_qty_158, t0.cl_tkn AS cl_tkn_159, t0.cl_freq AS cl_freq_160, t0.levt AS levt_161, t0.weekly_holiday AS weekly_holiday_162, t0.files AS files_163, t0.supervisor AS supervisor_164, t0.dept AS dept_165, t0.desg AS desg_166, t0.branch AS branch_167, t0.division AS division_168, t0.application_text AS application_text_169, t0.current_employment AS current_employment_170, t0.emergency_contact_number AS emergency_contact_number_171, t0.postal_code AS postal_code_172, t0.country AS country_173, t0.education_data AS education_data_174, t0.work_experience_data AS work_experience_data_175, t0.certificate_data AS certificate_data_176, t0.languages_data AS languages_data_177, t0.important_comm_tags AS important_comm_tags_178, t0.is_consultant AS is_consultant_179, t0.is_featured AS is_featured_180, t0.featured_duration_end_ts AS featured_duration_end_ts_181, t0.is_moderator AS is_moderator_182, t0.is_admin AS is_admin_183, t0.admin_level AS admin_level_184, t0.is_retailer AS is_retailer_185, t0.retailer_level AS retailer_level_186, t0.is_student AS is_student_187, t0.preferred_consultancy_types_as_student AS preferred_consultancy_types_as_student_188, t0.preferred_consultancy_types_as_consultant AS preferred_consultancy_types_as_consultant_189, t0.online_status AS online_status_190, t0.assigned_sales_representative_id AS assigned_sales_representative_id_191, t0.lead_created_by_id AS lead_created_by_id_192, t0.is_temporary_entry AS is_temporary_entry_193, t0.lead_type AS lead_type_194, t0.lead_level AS lead_level_195, t0.immediate_follow_up_flag AS immediate_follow_up_flag_196, t0.pending_initial_communication AS pending_initial_communication_197, t0.last_online_ts AS last_online_ts_198, t0.courses_data AS courses_data_199, t0.video_link AS video_link_200, t0.account_balance AS account_balance_201, t0.session_count_balance AS session_count_balance_202, t0.total_session_used AS total_session_used_203, t0.total_consultancy_session_provided AS total_consultancy_session_provided_204, t0.total_individual_consultancy_session_provided AS total_individual_consultancy_session_provided_205, t0.default_currency_id AS default_currency_id_206, t0.default_language_id AS default_language_id_207, t0.country_id AS country_id_208, t0.following_consultant_ids AS following_consultant_ids_209, t0.following_topic_ids AS following_topic_ids_210, t0.viewed_topic_ids AS viewed_topic_ids_211, t0.viewed_consultant_ids AS viewed_consultant_ids_212, t0.following_event_ids AS following_event_ids_213, t0.attending_event_ids AS attending_event_ids_214, t0.skip_event_ids AS skip_event_ids_215, t0.rating AS rating_216, t0.applicant_specific_note AS applicant_specific_note_217, t0.promo_discount_percentage AS promo_discount_percentage_218, t0.promo_discount_balance_count AS promo_discount_balance_count_219, t0.code_as_referer AS code_as_referer_220, t0.referred_code AS referred_code_221, t0.is_referred_code_used AS is_referred_code_used_222, t0.promo_code_id AS promo_code_id_223, t0.claimed_promo_code_ids AS claimed_promo_code_ids_224, t0.referred_coins_earned AS referred_coins_earned_225, t0.referred_amount_earned AS referred_amount_earned_226, t0.rating_weight AS rating_weight_227, t0.rating_total AS rating_total_228, t0.rating_count AS rating_count_229, t0.preferred_consultancy_language_ids AS preferred_consultancy_language_ids_230, t0.preferred_consultancy_topic_country_ids AS preferred_consultancy_topic_country_ids_231, t0.preferred_consultancy_student_country_ids AS preferred_consultancy_student_country_ids_232, t0.preferred_schedule_data_for_getting_consultancy AS preferred_schedule_data_for_getting_consultancy_233, t0.preferred_schedule_data_for_providing_consultancy AS preferred_schedule_data_for_providing_consultancy_234, t0.selector AS selector_235, t0.apply_for_consultant AS apply_for_consultant_236, t0.apply_for_consultant_date AS apply_for_consultant_date_237, t0.consultant_application_feedback AS consultant_application_feedback_238, t0.apply_for_retailer AS apply_for_retailer_239, t0.apply_for_retailer_date AS apply_for_retailer_date_240, t0.doc_image AS doc_image_241, t0.document_list AS document_list_242, t0.document_list_by_topic_id AS document_list_by_topic_id_243, t0.document_list_by_session_id AS document_list_by_session_id_244, t0.work_experience_year AS work_experience_year_245, t0.description AS description_246, t0.summary_text AS summary_text_247, t0.professional_title AS professional_title_248, t0.work_experience_text AS work_experience_text_249, t0.profession_text AS profession_text_250, t0.education_text AS education_text_251, t0.education_major_text AS education_major_text_252, t0.highest_degree_achieved AS highest_degree_achieved_253, t0.target_education_degree AS target_education_degree_254, t0.target_education_major AS target_education_major_255, t0.lead_query_text AS lead_query_text_256, t0.university_text AS university_text_257, t0.experience_text AS experience_text_258, t0.skillstext AS skillstext_259, t0.interest AS interest_260, t0.speciality AS speciality_261, t0.last_settings_updated_ts AS last_settings_updated_ts_262, t0.created_at AS created_at_263, t0.actual_registration_at AS actual_registration_at_264, t0.updated_at AS updated_at_265 FROM entity_applicant_details t0 WHERE t0.username IS NULL LIMIT 1" ] |
|
| doctrine |
Executing query: "SELECT t0.id AS id_1, t0.sync_flag AS sync_flag_2, t0.name AS name_3, t0.image AS image_4, t0.app_id AS app_id_5, t0.owner_id AS owner_id_6, t0.manage_user_ids AS manage_user_ids_7, t0.post_dated_job_active AS post_dated_job_active_8, t0.address AS address_9, t0.shipping_address AS shipping_address_10, t0.billing_address AS billing_address_11, t0.motto AS motto_12, t0.invoice_footer AS invoice_footer_13, t0.general_footer AS general_footer_14, t0.company_allowed AS company_allowed_15, t0.company_allocated AS company_allocated_16, t0.country_id AS country_id_17, t0.locale AS locale_18, t0.company_remaining AS company_remaining_19, t0.user_allowed AS user_allowed_20, t0.user_allocated AS user_allocated_21, t0.user_remaining AS user_remaining_22, t0.admin_user_allowed AS admin_user_allowed_23, t0.admin_user_allocated AS admin_user_allocated_24, t0.admin_user_remaining AS admin_user_remaining_25, t0.contact_number AS contact_number_26, t0.email AS email_27, t0.db_name AS db_name_28, t0.db_pass AS db_pass_29, t0.db_user AS db_user_30, t0.db_host AS db_host_31, t0.company_group_hash AS company_group_hash_32, t0.company_group_unique_code AS company_group_unique_code_33, t0.enabled_module_id_list AS enabled_module_id_list_34, t0.company_group_server_id AS company_group_server_id_35, t0.company_group_server_hash AS company_group_server_hash_36, t0.company_group_server_address AS company_group_server_address_37, t0.company_group_server_port AS company_group_server_port_38, t0.company_bin AS company_bin_39, t0.company_tin AS company_tin_40, t0.company_reg AS company_reg_41, t0.company_tl AS company_tl_42, t0.initiate_flag AS initiate_flag_43, t0.current_server_id AS current_server_id_44, t0.current_server_hash AS current_server_hash_45, t0.current_server_address AS current_server_address_46, t0.current_server_port AS current_server_port_47, t0.usage_valid_upto_date AS usage_valid_upto_date_48, t0.usage_valid_upto_date_ts AS usage_valid_upto_date_ts_49, t0.company_group_server_domain_full_link AS company_group_server_domain_full_link_50, t0.current_server_domain_full_link AS current_server_domain_full_link_51, t0.company_group_billing_info AS company_group_billing_info_52, t0.company_group_next_bill_date AS company_group_next_bill_date_53, t0.company_group_next_bill_date_ts AS company_group_next_bill_date_ts_54, t0.company_group_billing_frequency AS company_group_billing_frequency_55, t0.cash AS cash_56, t0.sales AS sales_57, t0.expense AS expense_58, t0.payable AS payable_59, t0.net_worth AS net_worth_60, t0.monthly_growth AS monthly_growth_61, t0.active AS active_62, t0.read_only_mode AS read_only_mode_63, t0.company_status AS company_status_64, t0.package_type AS package_type_65, t0.subscription_expiry AS subscription_expiry_66, t0.last_activity_at AS last_activity_at_67, t0.current_subscription_package_id AS current_subscription_package_id_68, t0.subscription_month AS subscription_month_69, t0.billing_amount AS billing_amount_70, t0.subscription_details AS subscription_details_71, t0.company_type AS company_type_72, t0.company_description AS company_description_73, t0.skip_in_web_flag AS skip_in_web_flag_74, t0.skip_in_app_flag AS skip_in_app_flag_75, t0.schema_update_pending_flag AS schema_update_pending_flag_76, t0.created_at AS created_at_77, t0.updated_at AS updated_at_78 FROM company_group t0"
[ "sql" => "SELECT t0.id AS id_1, t0.sync_flag AS sync_flag_2, t0.name AS name_3, t0.image AS image_4, t0.app_id AS app_id_5, t0.owner_id AS owner_id_6, t0.manage_user_ids AS manage_user_ids_7, t0.post_dated_job_active AS post_dated_job_active_8, t0.address AS address_9, t0.shipping_address AS shipping_address_10, t0.billing_address AS billing_address_11, t0.motto AS motto_12, t0.invoice_footer AS invoice_footer_13, t0.general_footer AS general_footer_14, t0.company_allowed AS company_allowed_15, t0.company_allocated AS company_allocated_16, t0.country_id AS country_id_17, t0.locale AS locale_18, t0.company_remaining AS company_remaining_19, t0.user_allowed AS user_allowed_20, t0.user_allocated AS user_allocated_21, t0.user_remaining AS user_remaining_22, t0.admin_user_allowed AS admin_user_allowed_23, t0.admin_user_allocated AS admin_user_allocated_24, t0.admin_user_remaining AS admin_user_remaining_25, t0.contact_number AS contact_number_26, t0.email AS email_27, t0.db_name AS db_name_28, t0.db_pass AS db_pass_29, t0.db_user AS db_user_30, t0.db_host AS db_host_31, t0.company_group_hash AS company_group_hash_32, t0.company_group_unique_code AS company_group_unique_code_33, t0.enabled_module_id_list AS enabled_module_id_list_34, t0.company_group_server_id AS company_group_server_id_35, t0.company_group_server_hash AS company_group_server_hash_36, t0.company_group_server_address AS company_group_server_address_37, t0.company_group_server_port AS company_group_server_port_38, t0.company_bin AS company_bin_39, t0.company_tin AS company_tin_40, t0.company_reg AS company_reg_41, t0.company_tl AS company_tl_42, t0.initiate_flag AS initiate_flag_43, t0.current_server_id AS current_server_id_44, t0.current_server_hash AS current_server_hash_45, t0.current_server_address AS current_server_address_46, t0.current_server_port AS current_server_port_47, t0.usage_valid_upto_date AS usage_valid_upto_date_48, t0.usage_valid_upto_date_ts AS usage_valid_upto_date_ts_49, t0.company_group_server_domain_full_link AS company_group_server_domain_full_link_50, t0.current_server_domain_full_link AS current_server_domain_full_link_51, t0.company_group_billing_info AS company_group_billing_info_52, t0.company_group_next_bill_date AS company_group_next_bill_date_53, t0.company_group_next_bill_date_ts AS company_group_next_bill_date_ts_54, t0.company_group_billing_frequency AS company_group_billing_frequency_55, t0.cash AS cash_56, t0.sales AS sales_57, t0.expense AS expense_58, t0.payable AS payable_59, t0.net_worth AS net_worth_60, t0.monthly_growth AS monthly_growth_61, t0.active AS active_62, t0.read_only_mode AS read_only_mode_63, t0.company_status AS company_status_64, t0.package_type AS package_type_65, t0.subscription_expiry AS subscription_expiry_66, t0.last_activity_at AS last_activity_at_67, t0.current_subscription_package_id AS current_subscription_package_id_68, t0.subscription_month AS subscription_month_69, t0.billing_amount AS billing_amount_70, t0.subscription_details AS subscription_details_71, t0.company_type AS company_type_72, t0.company_description AS company_description_73, t0.skip_in_web_flag AS skip_in_web_flag_74, t0.skip_in_app_flag AS skip_in_app_flag_75, t0.schema_update_pending_flag AS schema_update_pending_flag_76, t0.created_at AS created_at_77, t0.updated_at AS updated_at_78 FROM company_group t0" ] |
|
| event |
Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException".
[ "event" => "kernel.exception" "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException" ] |
|
| event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException" ] |
|
| event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException".
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException" ] |
|
| event |
Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException".
[ "event" => "kernel.exception" "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException" ] |
|
| event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException".
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException" ] |
|
| event |
Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException".
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" ] |
|
| event |
Listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" stopped propagation of the event "kernel.exception".
[ "event" => "kernel.exception" "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" ] |
|
| event |
Notified event "kernel.response" to listener "ApplicationBundle\Listener\SessionListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "ApplicationBundle\Listener\SessionListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.controller" to listener "ApplicationBundle\Listener\SessionListener::onKernelController".
[ "event" => "kernel.controller" "listener" => "ApplicationBundle\Listener\SessionListener::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController".
[ "event" => "kernel.controller" "listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
|
| event |
Notified event "kernel.response" to listener "ApplicationBundle\Listener\SessionListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "ApplicationBundle\Listener\SessionListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 735
Log messages generated during the compilation of the service container.
| Class | Messages |
|---|---|
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
115 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
160 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
55 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
108 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
75 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
220 |
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
|
2 |