View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001248 | Xdebug | public | 2016-01-12 13:42 | 2016-01-25 21:59 | |
Reporter | DevDonkey | Assigned To | derick | ||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
OS | Ubuntu | OS Version | 15.10 | ||
Product Version | 2.4.0rc3 | ||||
Fixed in Version | 2.4.0rc4 | ||||
Summary | 0001248: Fails to show variables while paused at breakpoint | ||||
Description | Using PHPStorm 10.0.3 and Chromium Debugging in PHPStorm successfully catches the breakpoints in the code, but no variables are displayed in the console. Instead, 'collecting information' is displayed with the occasional 'flicker' of the variables appearing for a fraction of a second. This is only happening on PHP7.0.2. All fine with PHP5.6.15, PHP7.0.1. Ive also tried using RC2 and the same problem exists. | ||||
Steps To Reproduce | PHP Remote Debug configuration | ||||
Additional Information | xdebug php.ini config: [xdebug] | ||||
Tags | No tags attached. | ||||
Attached Files | xdebug.log (162,231 bytes)
Log opened at 2016-01-12 14:20:39 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11889" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- feature_set -i 3 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response> <- status -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response> <- step_into -i 5 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 6 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="118890001"></response> <- breakpoint_set -i 7 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="118890002"></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="118890003"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="118890004"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="118890005"></response> <- stack_get -i 11 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="11"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 12 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="12" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 14 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="14"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 15 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="15" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 16 -d 0 -c 1 Log opened at 2016-01-12 14:20:39 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11890" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="118900001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="118900002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="118900003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="118900004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="118900005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:40 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11902" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- context_names -i 2 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="2"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 3 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response> <- context_get -i 4 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="4" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- feature_set -i 5 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="max_children" success="1"></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="119020001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="119020002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="119020003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="119020004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="119020005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:40 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11904" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="119040001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="119040002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="119040003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="119040004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="119040005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:41 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11905" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="119050001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="119050002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="119050003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="119050004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="119050005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:41 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11891" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="118910001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="118910002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="118910003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="118910004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="118910005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:41 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11884" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="118840001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="118840002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="118840003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="118840004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="118840005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:42 I: Connecting to configured address/port: localhost:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="11888" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="118880001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="118880002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="118880003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="118880004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="118880005"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="14" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></xdebug:message></response> <- stack_get -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="SBS\HomeBundle\Controller\DataController->CloneAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/DataController.php" lineno="90"></stack><stack where="ReflectionMethod->invokeArgs" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="84"></stack><stack where="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor->intercept" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/Security/Authorization/Interception/MethodSecurityInterceptor.php" lineno="120"></stack><stack where="CG\Proxy\MethodInvocation->proceed" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/vendor/jms/cg/src/CG/Proxy/MethodInvocation.php" lineno="79"></stack><stack where="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController->CloneAction" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/cache/dev/jms_diextra/proxies/SBS-HomeBundle-Controller-DataController.php" lineno="21"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="7" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="8" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="9" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="10" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="11" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 16 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="16"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 17 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="0"><property name="$backup_errors" fullname="$backup_errors" type="uninitialized"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$errors" fullname="$errors" type="uninitialized"></property><property name="$form" fullname="$form" type="uninitialized"></property><property name="$formData" fullname="$formData" type="uninitialized"></property><property name="$id" fullname="$id" type="string" size="2" encoding="base64"><![CDATA[MjY=]]></property><property name="$javascript" fullname="$javascript" type="uninitialized"></property><property name="$message" fullname="$message" type="uninitialized"></property><property name="$options" fullname="$options" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="23" encoding="base64"><![CDATA[L2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="35" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwL2FkbWluL3NjaG9vbHMvMjYvY2xvbmU=]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$restore" fullname="$restore" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[26]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="address" fullname="$school->address" facet="private" type="null"></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="null"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[4]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[1]]></property><property name="phone" fullname="$school->phone" facet="private" type="null"></property><property name="url" fullname="$school->url" facet="private" type="string" size="5" encoding="base64"><![CDATA[dGVzdDI=]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="null"></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="null"></property><property name="la_code" fullname="$school->la_code" facet="private" type="null"></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="null"></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="null"></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="null"></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="null"></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[0]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[0]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[1]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[1]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="5" encoding="base64"><![CDATA[ZHViYWk=]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="null"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[12]]></property></property><property name="$schoolCheck" fullname="$schoolCheck" type="uninitialized"></property><property name="$schoolRepo" fullname="$schoolRepo" type="object" classname="SBS\HomeBundle\Entity\SchoolRepository" children="1" numchildren="3" page="0" pagesize="100"><property name="_entityName" fullname="$schoolRepo->_entityName" facet="protected" type="string" size="28" encoding="base64"><![CDATA[U0JTXEhvbWVCdW5kbGVcRW50aXR5XFNjaG9vbA==]]></property><property name="_em" fullname="$schoolRepo->_em" facet="protected" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="_class" fullname="$schoolRepo->_class" facet="protected" type="object" classname="Doctrine\ORM\Mapping\ClassMetadata" children="1" numchildren="40"></property></property><property name="$this" fullname="$this" type="object" classname="EnhancedProxy816a273b_881cb78e10ba15988ea9e338273f5dcc56a5acea\__CG__\SBS\HomeBundle\Controller\DataController" children="1" numchildren="4" page="0" pagesize="100"><property name="EXPORT_TYPES" fullname="$this::EXPORT_TYPES" facet="static public" type="null"></property><property name="__CGInterception__loader" fullname="$this->__CGInterception__loader" facet="private" type="object" classname="JMS\AopBundle\Aop\InterceptorLoader" children="1" numchildren="3"></property><property name="*SBS\HomeBundle\Controller\DataController*backupPath" fullname="$this->*SBS\HomeBundle\Controller\DataController*backupPath" facet="private" type="null"></property><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 18 -d 0 -c 1 Log opened at 2016-01-12 14:20:47 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:47 Log opened at 2016-01-12 14:20:47 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:47 Log opened at 2016-01-12 14:20:47 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:47 Log opened at 2016-01-12 14:20:47 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:47 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 Log opened at 2016-01-12 14:20:48 I: Connecting to configured address/port: localhost:9009. E: Could not connect to client. :-( Log closed at 2016-01-12 14:20:48 xdebug.1.log (218,456 bytes)
Log opened at 2016-01-15 12:48:07 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:07 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:10 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:10 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:11 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:11 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 12:48:12 I: Connecting to configured address/port: 127.0.0.1:9009. E: Could not connect to client. :-( Log closed at 2016-01-15 12:48:12 Log opened at 2016-01-15 13:58:47 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/test.php" language="PHP" protocol_version="1.0" appid="12043" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- feature_set -i 3 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response> <- status -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response> <- step_into -i 5 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/test.php" lineno="3"></xdebug:message></response> <- breakpoint_set -i 6 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/web/test.php -n 3 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="120430001"></response> <- breakpoint_set -i 7 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="120430002"></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="120430003"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="120430004"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="120430005"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="120430006"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="120430007"></response> <- stack_get -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="13"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/test.php" lineno="3"></stack></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/test.php" lineno="3"></stack></response> <- context_names -i 15 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="15"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 16 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="16" context="0"></response> <- context_get -i 17 -d 0 -c 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="17" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="2" page="0" pagesize="100"><property name="PHPSESSID" fullname="$_COOKIE['PHPSESSID']" type="string" size="26" encoding="base64"><![CDATA[YXE0bTBmYnFnMDhqbGxtZHI3YTAxM2ZyYzQ=]]></property><property name="XDEBUG_SESSION" fullname="$_COOKIE['XDEBUG_SESSION']" type="string" size="8" encoding="base64"><![CDATA[UEhQU1RPUk0=]]></property></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="32" page="0" pagesize="100"><property name="HTTP_HOST" fullname="$_SERVER['HTTP_HOST']" type="string" size="7" encoding="base64"><![CDATA[c2JzLmRldg==]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER['HTTP_CONNECTION']" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_CACHE_CONTROL" fullname="$_SERVER['HTTP_CACHE_CONTROL']" type="string" size="9" encoding="base64"><![CDATA[bWF4LWFnZT0w]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER['HTTP_ACCEPT']" type="string" size="74" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCwqLyo7cT0wLjg=]]></property><property name="HTTP_UPGRADE_INSECURE_REQUESTS" fullname="$_SERVER['HTTP_UPGRADE_INSECURE_REQUESTS']" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER['HTTP_USER_AGENT']" type="string" size="135" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBVYnVudHUgQ2hyb21pdW0vNDcuMC4yNTI2LjEwNiBDaHJvbWUvNDcuMC4yNTI2LjEwNiBTYWZhcmkvNTM3LjM2]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER['HTTP_ACCEPT_ENCODING']" type="string" size="19" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZSwgc2RjaA==]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER['HTTP_ACCEPT_LANGUAGE']" type="string" size="14" encoding="base64"><![CDATA[ZW4tR0IsZW47cT0wLjg=]]></property><property name="HTTP_COOKIE" fullname="$_SERVER['HTTP_COOKIE']" type="string" size="61" encoding="base64"><![CDATA[UEhQU0VTU0lEPWFxNG0wZmJxZzA4amxsbWRyN2EwMTNmcmM0OyBYREVCVUdfU0VTU0lPTj1QSFBTVE9STQ==]]></property><property name="PATH" fullname="$_SERVER['PATH']" type="string" size="60" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9zYmluOi91c3IvbG9jYWwvYmluOi91c3Ivc2JpbjovdXNyL2Jpbjovc2JpbjovYmlu]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER['SERVER_SIGNATURE']" type="string" size="68" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC4xMiAoVWJ1bnR1KSBTZXJ2ZXIgYXQgc2JzLmRldiBQb3J0IDgwPC9hZGRyZXNzPgo=]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER['SERVER_SOFTWARE']" type="string" size="22" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4xMiAoVWJ1bnR1KQ==]]></property><property name="SERVER_NAME" fullname="$_SERVER['SERVER_NAME']" type="string" size="7" encoding="base64"><![CDATA[c2JzLmRldg==]]></property><property name="SERVER_ADDR" fullname="$_SERVER['SERVER_ADDR']" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER['SERVER_PORT']" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER['REMOTE_ADDR']" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER['DOCUMENT_ROOT']" type="string" size="42" encoding="base64"><![CDATA[L3Zhci93d3cvdmhvc3RzL3Nic29ubGluZS9zYnNvbmxpbmUtdjIvd2Vi]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER['REQUEST_SCHEME']" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER['CONTEXT_PREFIX']" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER['CONTEXT_DOCUMENT_ROOT']" type="string" size="42" encoding="base64"><![CDATA[L3Zhci93d3cvdmhvc3RzL3Nic29ubGluZS9zYnNvbmxpbmUtdjIvd2Vi]]></property><property name="SERVER_ADMIN" fullname="$_SERVER['SERVER_ADMIN']" type="string" size="13" encoding="base64"><![CDATA[YWRtaW5Ac2JzLmRldg==]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER['SCRIPT_FILENAME']" type="string" size="51" encoding="base64"><![CDATA[L3Zhci93d3cvdmhvc3RzL3Nic29ubGluZS9zYnNvbmxpbmUtdjIvd2ViL3Rlc3QucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER['REMOTE_PORT']" type="string" size="5" encoding="base64"><![CDATA[NDYzNjQ=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER['GATEWAY_INTERFACE']" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER['SERVER_PROTOCOL']" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER['REQUEST_METHOD']" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER['QUERY_STRING']" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER['REQUEST_URI']" type="string" size="9" encoding="base64"><![CDATA[L3Rlc3QucGhw]]></property><property name="SCRIPT_NAME" fullname="$_SERVER['SCRIPT_NAME']" type="string" size="9" encoding="base64"><![CDATA[L3Rlc3QucGhw]]></property><property name="PHP_SELF" fullname="$_SERVER['PHP_SELF']" type="string" size="9" encoding="base64"><![CDATA[L3Rlc3QucGhw]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER['REQUEST_TIME_FLOAT']" type="float"><![CDATA[1452866327.8]]></property><property name="REQUEST_TIME" fullname="$_SERVER['REQUEST_TIME']" type="int"><![CDATA[1452866327]]></property></property></response> <- context_get -i 18 -d 0 -c 2 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="2"></response> <- stop -i 19 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="19" status="stopped" reason="ok"></response> -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stop" transaction_id="19" status="stopping" reason="ok"></response> <- run -i 20 Log closed at 2016-01-15 13:59:02 Log opened at 2016-01-15 14:02:24 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12044" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- feature_set -i 3 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response> <- status -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response> <- step_into -i 5 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 6 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="120440001"></response> <- breakpoint_set -i 7 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="120440002"></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="120440003"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="120440004"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="120440005"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="120440006"></response> <- stack_get -i 12 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="12"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="13" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 15 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="15"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 16 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="16" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 17 -d 0 -c 1 Log opened at 2016-01-15 14:02:30 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12046" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="120460001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="120460002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="120460003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="120460004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="120460005"></response> <- breakpoint_set -i 13 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="120460006"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 19 -d 0 -c 1 Log opened at 2016-01-15 14:02:35 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12045" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="120450001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="120450002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="120450003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="120450004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="120450005"></response> <- breakpoint_set -i 13 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="120450006"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 19 -d 0 -c 1 Log opened at 2016-01-15 14:02:50 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12047" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- feature_set -i 3 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response> <- status -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response> <- step_into -i 5 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 6 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="120470001"></response> <- breakpoint_set -i 7 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="120470002"></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="120470003"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="120470004"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="120470005"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="120470006"></response> <- stack_get -i 12 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="12"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="13" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 15 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="15"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 16 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="16" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 17 -d 0 -c 1 Log opened at 2016-01-15 14:02:51 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12043" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="120430008"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="120430009"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="120430010"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="120430011"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="120430012"></response> <- breakpoint_set -i 13 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="120430013"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 19 -d 0 -c 1 Log opened at 2016-01-15 14:02:51 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12188" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- context_names -i 2 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="2"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 3 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response> <- context_get -i 4 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="4" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- feature_set -i 5 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="max_children" success="1"></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="121880001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="121880002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="121880003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="121880004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="121880005"></response> <- breakpoint_set -i 13 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="121880006"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 19 -d 0 -c 1 Log opened at 2016-01-15 14:02:52 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12468" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="124680001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="124680002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="124680003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="124680004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="124680005"></response> <- breakpoint_set -i 13 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="124680006"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 19 -d 0 -c 1 Log opened at 2016-01-15 14:03:08 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12481" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- feature_set -i 3 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response> <- status -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response> <- step_into -i 5 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 6 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="124810001"></response> <- breakpoint_set -i 7 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="124810002"></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="124810003"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="124810004"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="124810005"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="124810006"></response> <- stack_get -i 12 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="12"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 13 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="13" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 15 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="15"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 16 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="16" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 17 -d 0 -c 1 Log opened at 2016-01-15 14:03:09 I: Connecting to configured address/port: 127.0.0.1:9009. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12475" idekey="PHPSTORM"><engine version="2.4.0RC3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response> <- context_names -i 3 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="3"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- feature_set -i 4 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response> <- context_get -i 5 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="5" status="starting" reason="ok"><error code="301"><message><![CDATA[stack depth invalid]]></message></error></response> <- status -i 6 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response> <- step_into -i 7 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></xdebug:message></response> <- breakpoint_set -i 8 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php -n 40 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="124750001"></response> <- breakpoint_set -i 9 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="124750002"></response> <- breakpoint_set -i 10 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/UserBundle/Controller/ChangePasswordController.php -n 34 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="124750003"></response> <- breakpoint_set -i 11 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Reader/CsvReader.php -n 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="124750004"></response> <- breakpoint_set -i 12 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/BackupRestore/Restore.php -n 140 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="124750005"></response> <- breakpoint_set -i 13 -t line -f file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Services/Import/Importer.php -n 70 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="124750006"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="24"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="SBS\HomeBundle\Controller\HomeController->indexAction" level="0" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/src/SBS/HomeBundle/Controller/HomeController.php" lineno="40"></stack><stack where="call_user_func_array:{/var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache:1194}" level="1" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handleRaw" level="2" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1194"></stack><stack where="Symfony\Component\HttpKernel\HttpKernel->handle" level="3" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1156"></stack><stack where="Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle" level="4" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="1307"></stack><stack where="Symfony\Component\HttpKernel\Kernel->handle" level="5" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/app/bootstrap.php.cache" lineno="500"></stack><stack where="{main}" level="6" type="file" filename="file:///var/www/vhosts/sbsonline/sbsonline-v2/web/app_dev.php" lineno="30"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$bmon" fullname="$bmon" type="bool"><![CDATA[0]]></property><property name="$budget" fullname="$budget" type="uninitialized"></property><property name="$budgets" fullname="$budgets" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$cmessages" fullname="$cmessages" type="uninitialized"></property><property name="$current_fy" fullname="$current_fy" type="bool"><![CDATA[0]]></property><property name="$dates" fullname="$dates" type="bool"><![CDATA[0]]></property><property name="$em" fullname="$em" type="object" classname="EntityManager5698f148a0b63_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager" children="1" numchildren="13" page="0" pagesize="100"><property name="delegate" fullname="$em->delegate" facet="private" type="object" classname="Doctrine\ORM\EntityManager" children="1" numchildren="11"></property><property name="container" fullname="$em->container" facet="private" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property><property name="*Doctrine\ORM\EntityManager*config" fullname="$em->*Doctrine\ORM\EntityManager*config" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*conn" fullname="$em->*Doctrine\ORM\EntityManager*conn" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*metadataFactory" fullname="$em->*Doctrine\ORM\EntityManager*metadataFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*unitOfWork" fullname="$em->*Doctrine\ORM\EntityManager*unitOfWork" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*eventManager" fullname="$em->*Doctrine\ORM\EntityManager*eventManager" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*proxyFactory" fullname="$em->*Doctrine\ORM\EntityManager*proxyFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*repositoryFactory" fullname="$em->*Doctrine\ORM\EntityManager*repositoryFactory" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*expressionBuilder" fullname="$em->*Doctrine\ORM\EntityManager*expressionBuilder" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*closed" fullname="$em->*Doctrine\ORM\EntityManager*closed" facet="private" type="bool"><![CDATA[0]]></property><property name="*Doctrine\ORM\EntityManager*filterCollection" fullname="$em->*Doctrine\ORM\EntityManager*filterCollection" facet="private" type="null"></property><property name="*Doctrine\ORM\EntityManager*cache" fullname="$em->*Doctrine\ORM\EntityManager*cache" facet="private" type="null"></property></property><property name="$flash_messages" fullname="$flash_messages" type="uninitialized"></property><property name="$help_em" fullname="$help_em" type="uninitialized"></property><property name="$mapping" fullname="$mapping" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$protocol" fullname="$protocol" type="uninitialized"></property><property name="$request" fullname="$request" type="object" classname="Symfony\Component\HttpFoundation\Request" children="1" numchildren="28" page="0" pagesize="100"><property name="trustedProxies" fullname="$request::trustedProxies" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHostPatterns" fullname="$request::trustedHostPatterns" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHosts" fullname="$request::trustedHosts" facet="static protected" type="array" children="0" numchildren="0"></property><property name="trustedHeaders" fullname="$request::trustedHeaders" facet="static protected" type="array" children="1" numchildren="5"></property><property name="httpMethodParameterOverride" fullname="$request::httpMethodParameterOverride" facet="static protected" type="bool"><![CDATA[1]]></property><property name="formats" fullname="$request::formats" facet="static protected" type="array" children="1" numchildren="14"></property><property name="requestFactory" fullname="$request::requestFactory" facet="static protected" type="null"></property><property name="attributes" fullname="$request->attributes" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="request" fullname="$request->request" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="query" fullname="$request->query" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="server" fullname="$request->server" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ServerBag" children="1" numchildren="1"></property><property name="files" fullname="$request->files" facet="public" type="object" classname="Symfony\Component\HttpFoundation\FileBag" children="1" numchildren="2"></property><property name="cookies" fullname="$request->cookies" facet="public" type="object" classname="Symfony\Component\HttpFoundation\ParameterBag" children="1" numchildren="1"></property><property name="headers" fullname="$request->headers" facet="public" type="object" classname="Symfony\Component\HttpFoundation\HeaderBag" children="1" numchildren="2"></property><property name="content" fullname="$request->content" facet="protected" type="null"></property><property name="languages" fullname="$request->languages" facet="protected" type="null"></property><property name="charsets" fullname="$request->charsets" facet="protected" type="null"></property><property name="encodings" fullname="$request->encodings" facet="protected" type="null"></property><property name="acceptableContentTypes" fullname="$request->acceptableContentTypes" facet="protected" type="null"></property><property name="pathInfo" fullname="$request->pathInfo" facet="protected" type="string" size="1" encoding="base64"><![CDATA[Lw==]]></property><property name="requestUri" fullname="$request->requestUri" facet="protected" type="string" size="13" encoding="base64"><![CDATA[L2FwcF9kZXYucGhwLw==]]></property><property name="baseUrl" fullname="$request->baseUrl" facet="protected" type="string" size="12" encoding="base64"><![CDATA[L2FwcF9kZXYucGhw]]></property><property name="basePath" fullname="$request->basePath" facet="protected" type="null"></property><property name="method" fullname="$request->method" facet="protected" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="format" fullname="$request->format" facet="protected" type="null"></property><property name="session" fullname="$request->session" facet="protected" type="object" classname="Symfony\Component\HttpFoundation\Session\Session" children="1" numchildren="3"></property><property name="locale" fullname="$request->locale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="defaultLocale" fullname="$request->defaultLocale" facet="protected" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property></property><property name="$s" fullname="$s" type="uninitialized"></property><property name="$school" fullname="$school" type="object" classname="SBS\HomeBundle\Entity\School" children="1" numchildren="38" page="0" pagesize="100"><property name="id" fullname="$school->id" facet="private" type="int"><![CDATA[222]]></property><property name="name" fullname="$school->name" facet="private" type="string" size="30" encoding="base64"><![CDATA[RmluYW5jZSBUcmFpbmluZyBTY2hvb2wgKGRlbW8p]]></property><property name="address" fullname="$school->address" facet="private" type="string" size="55" encoding="base64"><![CDATA[MTE3IEZpbmFuY2UgU3RyZWV0LA0KUmV2ZW51ZSBIaWxsLA0KQ2FzaGZsb3csDQpCSDE3IDZSVA==]]></property><property name="report_signatory_group" fullname="$school->report_signatory_group" facet="private" type="string" size="18" encoding="base64"><![CDATA[Qm9hcmQgb2YgR292ZXJub3Jz]]></property><property name="expiry" fullname="$school->expiry" facet="private" type="object" classname="DateTime" children="1" numchildren="3"></property><property name="culture_code" fullname="$school->culture_code" facet="private" type="int"><![CDATA[0]]></property><property name="show_address_on_sstatement" fullname="$school->show_address_on_sstatement" facet="private" type="bool"><![CDATA[0]]></property><property name="phone" fullname="$school->phone" facet="private" type="string" size="12" encoding="base64"><![CDATA[MDEyMDIgOTM4Mzcz]]></property><property name="url" fullname="$school->url" facet="private" type="string" size="15" encoding="base64"><![CDATA[ZmluYW5jZXRyYWluaW5n]]></property><property name="users" fullname="$school->users" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="failedLogins" fullname="$school->failedLogins" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="budgets" fullname="$school->budgets" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="website" fullname="$school->website" facet="private" type="string" size="25" encoding="base64"><![CDATA[RmluYW5jZXRyYWluaW5nc2Nob29sLmNvbQ==]]></property><property name="vat_number" fullname="$school->vat_number" facet="private" type="string" size="6" encoding="base64"><![CDATA[MDA2NTUy]]></property><property name="la_code" fullname="$school->la_code" facet="private" type="string" size="4" encoding="base64"><![CDATA[MTc3NQ==]]></property><property name="establishment_number" fullname="$school->establishment_number" facet="private" type="null"></property><property name="head_teacher" fullname="$school->head_teacher" facet="private" type="string" size="12" encoding="base64"><![CDATA[TXJzIEggVCBFYWNo]]></property><property name="head_teacher_email" fullname="$school->head_teacher_email" facet="private" type="string" size="32" encoding="base64"><![CDATA[aHRlYWNoQGZpbmFuY2V0cmFpbmluZ3NjaG9vbC5jb20=]]></property><property name="school_business_manager" fullname="$school->school_business_manager" facet="private" type="string" size="14" encoding="base64"><![CDATA[TXIgVCBNb25leWJhZ3M=]]></property><property name="school_business_manager_email" fullname="$school->school_business_manager_email" facet="private" type="string" size="30" encoding="base64"><![CDATA[aW5mb0BGaW5hbmNldHJhaW5pbmdzY2hvb2wuY29t]]></property><property name="has_super" fullname="$school->has_super" facet="private" type="bool"><![CDATA[1]]></property><property name="has_ni" fullname="$school->has_ni" facet="private" type="bool"><![CDATA[1]]></property><property name="uk_education" fullname="$school->uk_education" facet="private" type="bool"><![CDATA[1]]></property><property name="customers" fullname="$school->customers" facet="private" type="bool"><![CDATA[0]]></property><property name="profit_loss" fullname="$school->profit_loss" facet="private" type="bool"><![CDATA[0]]></property><property name="locale" fullname="$school->locale" facet="private" type="string" size="7" encoding="base64"><![CDATA[YnJpdGlzaA==]]></property><property name="kpi" fullname="$school->kpi" facet="private" type="bool"><![CDATA[1]]></property><property name="pupils" fullname="$school->pupils" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="child_schools" fullname="$school->child_schools" facet="private" type="object" classname="Doctrine\ORM\PersistentCollection" children="1" numchildren="9"></property><property name="parent_school" fullname="$school->parent_school" facet="private" type="null"></property><property name="status" fullname="$school->status" facet="private" type="int"><![CDATA[1]]></property><property name="has_salary_monitor" fullname="$school->has_salary_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="has_budget_monitor" fullname="$school->has_budget_monitor" facet="private" type="bool"><![CDATA[1]]></property><property name="salary_statement_name" fullname="$school->salary_statement_name" facet="private" type="null"></property><property name="school_logo" fullname="$school->school_logo" facet="private" type="object" classname="Proxies\__CG__\SBS\HomeBundle\Entity\Document" children="1" numchildren="8"></property><property name="signature" fullname="$school->signature" facet="private" type="null"></property><property name="report_cover_page" fullname="$school->report_cover_page" facet="private" type="bool"><![CDATA[1]]></property><property name="max_budget_years" fullname="$school->max_budget_years" facet="private" type="int"><![CDATA[5]]></property></property><property name="$smessages" fullname="$smessages" type="uninitialized"></property><property name="$smon" fullname="$smon" type="bool"><![CDATA[0]]></property><property name="$tld" fullname="$tld" type="uninitialized"></property><property name="$urls" fullname="$urls" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$this" fullname="$this" type="object" classname="SBS\HomeBundle\Controller\HomeController" children="1" numchildren="1" page="0" pagesize="100"><property name="container" fullname="$this->container" facet="protected" type="object" classname="appDevDebugProjectContainer" children="1" numchildren="12"></property></property></response> <- context_get -i 19 -d 0 -c 1 | ||||
Operating System | Ubuntu 15.10 | ||||
PHP Version | 7.0.0-7.0.4 | ||||
|
What's in your xdebug.log file? (You can make one with xdebug.remote_log=/tmp/xdebug.log in php.ini) |
|
I thought it better to upload the whole log file. This a fresh file with just one break point stop in it. edit: oddly I've just recompiled php7.0.0 as a workaround and it's doing the same thing. I've tried rolling myself back to xdebugRC2 and Im still getting the same problem. Because of this Im wondering if I have some config issue as I know I had RC2 and 7.0.0 running very happily before. |
|
after a twitter message from JetBrains they seem to think this is their bug. ive raised a ticket with them. will post the outcome. |
|
Hiya, just an update. Ive been through some hoops with Jetbrains and can confirm that PHPstorm is working correctly so have suggested its an xdebug issue. Interestingly, during some tests, very simple code (1 liners), xdebug behaves as expected. However, when debugging my symfony2.8 app is when the crash occurs. Ive attached an xdebug log of the latest failure. |
|
I've just compiled RC4-dev and I no longer have the problem. |
|
That's good to hear - thanks for checking. I'll likely release RC4 in the next few days. When that comes out, could you be so kind to try again and confirm it is indeed fixed? cheers, |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-12 13:42 | DevDonkey | New Issue | |
2016-01-12 13:54 | derick | Note Added: 0003412 | |
2016-01-12 13:54 | derick | Assigned To | => derick |
2016-01-12 13:54 | derick | Status | new => feedback |
2016-01-12 14:21 | DevDonkey | File Added: xdebug.log | |
2016-01-12 14:22 | DevDonkey | Note Added: 0003413 | |
2016-01-12 14:22 | DevDonkey | Status | feedback => assigned |
2016-01-12 15:05 | DevDonkey | Note Edited: 0003413 | |
2016-01-13 10:43 | DevDonkey | Note Added: 0003418 | |
2016-01-15 15:02 | DevDonkey | Note Added: 0003420 | |
2016-01-15 15:04 | DevDonkey | File Added: xdebug.1.log | |
2016-01-18 16:51 | DevDonkey | Note Added: 0003422 | |
2016-01-19 22:33 | derick | Note Added: 0003426 | |
2016-01-19 22:33 | derick | Status | assigned => resolved |
2016-01-19 22:33 | derick | Fixed in Version | => 2.4.0 |
2016-01-19 22:33 | derick | Resolution | open => no change required |
2016-01-25 21:59 | derick | Fixed in Version | 2.4.0 => 2.4.0rc4 |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |