Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Impossible to invoke a method ("isOrganization") on a null variable.

Exception

Twig\Error\ RuntimeError

  1. <h4>{{ 'Activity feedback' | trans }}</h4>
  2. {% if not app.user.isOrganization() and app.user.isAccepted(activity) and feedbackList.currentPageNumber == 1 %}
  3.   {% if activity.endDate > date("now") %}
  4.     <h4>L'attività non si è ancora conclusa, riceverai una mail appena potrai inserire il tuo feedback</h4>
  5.   {% endif %}
  6.   <hr/>
  7.   {% set action = path('feedback_new', { 'uniqueName': activity.uniqueName}) %}
  1.         echo "<h4>";
  2.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Activity feedback"), "html"nulltrue);
  3.         echo "</h4>
  4. ";
  5.         // line 2
  6.         if ((( !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "user", [], "any"falsefalsefalse2), "isOrganization", [], "method"falsefalsefalse2) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "user", [], "any"falsefalsefalse2), "isAccepted", [=> (isset($context["activity"]) || array_key_exists("activity"$context) ? $context["activity"] : (function () { throw new RuntimeError('Variable "activity" does not exist.'2$this->source); })())], "method"falsefalsefalse2)) && (twig_get_attribute($this->env$this->source, (isset($context["feedbackList"]) || array_key_exists("feedbackList"$context) ? $context["feedbackList"] : (function () { throw new RuntimeError('Variable "feedbackList" does not exist.'2$this->source); })()), "currentPageNumber", [], "any"falsefalsefalse2) == 1))) {
  7.             // line 3
  8.             echo "  ";
  9.             if ((twig_get_attribute($this->env$this->source, (isset($context["activity"]) || array_key_exists("activity"$context) ? $context["activity"] : (function () { throw new RuntimeError('Variable "activity" does not exist.'3$this->source); })()), "endDate", [], "any"falsefalsefalse3) > twig_date_converter($this->env"now"))) {
  10.                 // line 4
  11.                 echo "    <h4>L'attività non si è ancora conclusa, riceverai una mail appena potrai inserire il tuo feedback</h4>
__TwigTemplate_18390f4a9be6e6ba5591ae9f85b3b4bbc67cd7068a6fa9fe4a2a7b03a7caab9c->doDisplay() in vendor/twig/twig/src/Template.php (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
Template->displayWithErrorHandling() in vendor/twig/twig/src/Template.php (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.                             class=\"fa fa-chevron-right\"></i></a></div>
  2.         ";
  3.             }
  4.             // line 122
  5.             echo "        ";
  6.             $this->loadTemplate(":site/activity:feedback.html.twig"":site/activity:info.html.twig"122)->display(twig_array_merge($context, ["activity" => (isset($context["activity"]) || array_key_exists("activity"$context) ? $context["activity"] : (function () { throw new RuntimeError('Variable "activity" does not exist.'122$this->source); })()), "feedbackList" => (isset($context["feedbackList"]) || array_key_exists("feedbackList"$context) ? $context["feedbackList"] : (function () { throw new RuntimeError('Variable "feedbackList" does not exist.'122$this->source); })()), "myFeedback" => (isset($context["myFeedback"]) || array_key_exists("myFeedback"$context) ? $context["myFeedback"] : (function () { throw new RuntimeError('Variable "myFeedback" does not exist.'122$this->source); })())]));
  7.             // line 123
  8.             echo "    ";
  9.         }
  10.         
  11.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_212a34a1e79afff81d1780ccd69055471c89d2dfb4f63c61f089b9a02856282c->block_activityBody() in vendor/twig/twig/src/Template.php (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.       ";
  2.         // line 9
  3.         $this->loadTemplate(":site:alerts.html.twig"":site/activity:layout.html.twig"9)->display(twig_array_merge($context, ["flashBag" => (isset($context["flashBag"]) || array_key_exists("flashBag"$context) ? $context["flashBag"] : (function () { throw new RuntimeError('Variable "flashBag" does not exist.'9$this->source); })())]));
  4.         // line 10
  5.         echo "      ";
  6.         $this->displayBlock('activityBody'$context$blocks);
  7.         // line 11
  8.         echo "    </div>
  9.     <div class=\"col-md-4 col-md-pull-8 left-toolbar\">
  10.       ";
  11.         // line 13
__TwigTemplate_f14c7a430ccfb9e3a82103c980106eb96500d7de6ea57352801cb761b1f3f3c1->block_body() in vendor/twig/twig/src/Template.php (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.           ";
  2.         // line 163
  3.         $this->displayBlock('flashBagBlock'$context$blocks);
  4.         // line 166
  5.         echo "          ";
  6.         $this->displayBlock('body'$context$blocks);
  7.         // line 167
  8.         echo "        </div>
  9.       </div>
  10.       <!--========== END PAGE CONTENT ==========-->
  11.     ";
__TwigTemplate_7a0af814699c4754d7d0354523bf23bf5d1e29547cd5a138824a1cdb665343fe->block_pageBodyContent() in vendor/twig/twig/src/Template.php (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $this->displayBlock('breadcrumbs'$context$blocks);
  2.         // line 158
  3.         echo "
  4.     ";
  5.         // line 159
  6.         $this->displayBlock('pageBodyContent'$context$blocks);
  7.         // line 171
  8.         echo "  </div>
  9.   <!-- END WRAPPER -->
  10.   ";
__TwigTemplate_7a0af814699c4754d7d0354523bf23bf5d1e29547cd5a138824a1cdb665343fe->block_htmlBodyBlock() in vendor/twig/twig/src/Template.php (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         // line 72
  2.         $this->displayBlock('baseBodyOptionalClass'$context$blocks);
  3.         echo "\">
  4. ";
  5.         // line 73
  6.         $this->displayBlock('htmlBodyBlock'$context$blocks);
  7.         // line 191
  8.         echo "
  9. ";
  10.         // line 192
  11.         $this->displayBlock('modal'$context$blocks);
__TwigTemplate_7a0af814699c4754d7d0354523bf23bf5d1e29547cd5a138824a1cdb665343fe->doDisplay() in vendor/twig/twig/src/Template.php (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
Template->displayWithErrorHandling() in vendor/twig/twig/src/Template.php (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.             // line 62
  2.             $context["headerItems"] = twig_array_merge((isset($context["headerItems"]) || array_key_exists("headerItems"$context) ? $context["headerItems"] : (function () { throw new RuntimeError('Variable "headerItems" does not exist.'62$this->source); })()), (isset($context["item"]) || array_key_exists("item"$context) ? $context["item"] : (function () { throw new RuntimeError('Variable "item" does not exist.'62$this->source); })()));
  3.         }
  4.         // line 1
  5.         $this->parent $this->loadTemplate("::base.html.twig""site/layout.html.twig"1);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  9.         
  10.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_32b43519dd03eae5ebe54b29ea32bad2989e8995fb43d1dd9ac99defc1e61ae7->doDisplay() in vendor/twig/twig/src/Template.php (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
Template->displayWithErrorHandling() in vendor/twig/twig/src/Template.php (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $context["noTitle"] = true;
  2.         // line 2
  3.         $context["breadcrumbImage"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/wall/04.jpg");
  4.         // line 3
  5.         $this->parent $this->loadTemplate("site/layout.html.twig"":site/activity:layout.html.twig"3);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  9.         
  10.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_f14c7a430ccfb9e3a82103c980106eb96500d7de6ea57352801cb761b1f3f3c1->doDisplay() in vendor/twig/twig/src/Template.php (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
Template->displayWithErrorHandling() in vendor/twig/twig/src/Template.php (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template"":site/activity:info.html.twig"));
  3.         $this->parent $this->loadTemplate(":site/activity:layout.html.twig"":site/activity:info.html.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_212a34a1e79afff81d1780ccd69055471c89d2dfb4f63c61f089b9a02856282c->doDisplay() in vendor/twig/twig/src/Template.php (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
Template->displayWithErrorHandling() in vendor/twig/twig/src/Template.php (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
Template->display() in vendor/twig/twig/src/Template.php (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      *
  2.      * @throws Error if something went wrong like a thrown exception while rendering the template
  3.      */
  4.     public function render($name, array $parameters = [])
  5.     {
  6.         return $this->load($name)->render($parameters);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      *
  1.      * @final since version 3.4
  2.      */
  3.     protected function render($view, array $parameters = [], Response $response null)
  4.     {
  5.         if ($this->container->has('templating')) {
  6.             $content $this->container->get('templating')->render($view$parameters);
  7.         } elseif ($this->container->has('twig')) {
  8.             $content $this->container->get('twig')->render($view$parameters);
  9.         } else {
  10.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  11.         }
Controller->render() in src/AppBundle/Controller/ActivityController.php (line 530)
  1.                 $volunteersCount++;
  2.                 if (count($volunteers) < 5$volunteers[] = $volunteerActivity->getVolunteer();
  3.             }
  4.         }
  5.         return $this->render(':site/activity:info.html.twig', array('activity' => $activity'volunteers' => $volunteers'volunteersCount' => $volunteersCount'myFeedback' => $myFeedback'feedbackList' => $feedback"share" => $share));
  6.     }
  7.     /**
  8.      * @Route("/{uniqueName}/volunteers", name="activity_volunteer")
  9.      * @Method("GET")
ActivityController->viewAction() in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151)
  1.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS$event);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response \call_user_func_array($controller$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new GetResponseForControllerResultEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch(KernelEvents::VIEW$event);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle() in web/app_dev.php (line 34)
  1. $kernel = new AppKernel('dev'true);
  2. if (PHP_VERSION_ID 70000) {
  3.     $kernel->loadClassCache();
  4. }
  5. $request Request::createFromGlobals();
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);
require('/root/npc_code/backend/web/app_dev.php') in vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Resources/router.php (line 42)
  1. // Since we are rewriting to app_dev.php, adjust SCRIPT_NAME and PHP_SELF accordingly
  2. $_SERVER['SCRIPT_NAME'] = \DIRECTORY_SEPARATOR.$script;
  3. $_SERVER['PHP_SELF'] = \DIRECTORY_SEPARATOR.$script;
  4. require $script;
  5. error_log(sprintf('%s:%d [%d]: %s'$_SERVER['REMOTE_ADDR'], $_SERVER['REMOTE_PORT'], http_response_code(), $_SERVER['REQUEST_URI']), 4);

Logs 1

Level Channel Message
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: AppKernel implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\ComposerResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\FileResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\Config\EnvParametersResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\FileExistenceResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\DirectoryResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\GlobResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\Config\Resource\ReflectionMethodHhvmWrapper::getParameters() should either be compatible with ReflectionFunctionAbstract::getParameters(): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\Config\Resource\ReflectionParameterHhvmWrapper::getDefaultValue() should either be compatible with ReflectionParameter::getDefaultValue(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\Config\Resource\ReflectionClassResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\DependencyInjection\Argument\RewindableGenerator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Symfony\Component\DependencyInjection\Config\ContainerParametersResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 request Matched route "activity_show".
INFO 07:48:19 php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
INFO 07:48:19 php Deprecated: Symfony\Component\Security\Core\Authentication\Token\AnonymousToken implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
INFO 07:48:19 security Populated the TokenStorage with an anonymous Token.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\RouterDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: AppBundle\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: AppBundle\Entity\Organization implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: AppBundle\Entity\Volunteer implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.uniqueName AS uniqueName_3, t0.description AS description_4, t0.image AS image_5, t0.startDate AS startDate_6, t0.endDate AS endDate_7, t0.contactName AS contactName_8, t0.contactEmail AS contactEmail_9, t0.contactPhone AS contactPhone_10, t0.address AS address_11, t0.city AS city_12, t0.country AS country_13, t0.postalCode AS postalCode_14, t0.hours AS hours_15, t0.maxVolunteers AS maxVolunteers_16, t0.latitude AS latitude_17, t0.longitude AS longitude_18, t0.accessibility AS accessibility_19, t0.refundable AS refundable_20, t0.notify AS notify_21, t0.created_at AS created_at_22, t0.organization_id AS organization_id_23, t24.id AS id_25, t24.description AS description_26, t24.photos AS photos_27, t24.videos AS videos_28, t24.created_at AS created_at_29, t24.activity_id AS activity_id_30 FROM activity t0 LEFT JOIN impact_report t24 ON t24.activity_id = t0.id WHERE t0.uniqueName = ? LIMIT 1
INFO 07:48:19 php Deprecated: Proxies\__CG__\AppBundle\Entity\Organization implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT t0.id AS id_1, t0.vote AS vote_2, t0.review AS review_3, t0.reply AS reply_4, t0.created_at AS created_at_5, t0.modified_at AS modified_at_6, t0.volunteer_id AS volunteer_id_7, t0.activity_id AS activity_id_8 FROM feedback t0 WHERE t0.volunteer_id IS NULL AND t0.activity_id = ? LIMIT 1
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before".
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT count(DISTINCT f0_.id) AS sclr_0 FROM feedback f0_ WHERE f0_.volunteer_id <> ? AND f0_.activity_id = ?
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT DISTINCT f0_.id AS id_0 FROM feedback f0_ WHERE f0_.volunteer_id <> ? AND f0_.activity_id = ? LIMIT 20
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber\UsesPaginator::items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber\UsesPaginator::items" stopped propagation of the event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items" was not called for event "knp_pager.items".
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Knp\Component\Pager\Pagination\AbstractPagination::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "knp_pager.pagination" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination" stopped propagation of the event "knp_pager.pagination".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination" was not called for event "knp_pager.pagination".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT t0.id AS id_1, t0.accepted AS accepted_2, t0.complete_with_certificate AS complete_with_certificate_3, t0.complete_without_certificate AS complete_without_certificate_4, t0.hours AS hours_5, t0.volunteer_id AS volunteer_id_6, t0.activity_id AS activity_id_7 FROM volunteer_activity t0 WHERE t0.activity_id = ?
INFO 07:48:19 php Deprecated: Proxies\__CG__\AppBundle\Entity\Volunteer implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Return type of Twig\Profiler\Profile::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
INFO 07:48:19 php User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
INFO 07:48:19 php User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
INFO 07:48:19 php User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
INFO 07:48:19 php User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
INFO 07:48:19 php Deprecated: Return type of Assetic\Extension\Twig\ValueContainer::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Assetic\Extension\Twig\ValueContainer::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Assetic\Extension\Twig\ValueContainer::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Assetic\Extension\Twig\ValueContainer::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Assetic\Extension\Twig\ValueContainer::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Assetic\Extension\Twig\ValueContainer::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT t0.id AS id_1, t0.title_trans_it AS title_trans_it_2, t0.title_trans_en AS title_trans_en_3, t0.title_trans_fr AS title_trans_fr_4 FROM cause t0 INNER JOIN activity_cause ON t0.id = activity_cause.cause_id WHERE activity_cause.activity_id = ?
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 doctrine SELECT t0.id AS id_1, t0.title_trans_it AS title_trans_it_2, t0.title_trans_en AS title_trans_en_3, t0.title_trans_fr AS title_trans_fr_4, t0.description_trans_it AS description_trans_it_5, t0.description_trans_en AS description_trans_en_6, t0.description_trans_fr AS description_trans_fr_7, t0.badge AS badge_8 FROM skill t0 INNER JOIN activity_skill ON t0.id = activity_skill.skill_id WHERE activity_skill.activity_id = ?
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
WARNING 07:48:19 translation Translation not found.
INFO 07:48:19 php Deprecated: Symfony\Component\Cache\DataCollector\CacheDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\Validator\DataCollector\ValidatorDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\Translation\DataCollector\TranslationDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
CRITICAL 07:48:19 request Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to invoke a method ("isOrganization") on a null variable." at /root/npc_code/backend/app/Resources/views/site/activity/feedback.html.twig line 2
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: Method ReflectionParameter::getClass() is deprecated
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
INFO 07:48:19 php Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
DEBUG 07:48:19 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".

Stack Trace

RuntimeError

Twig\Error\RuntimeError:
Impossible to invoke a method ("isOrganization") on a null variable.

  at app/Resources/views/site/activity/feedback.html.twig:2
  at twig_get_attribute()
     (var/cache/dev/twig/d4/d440eee05c3b8d2ba9c476a19138031413ec036ad1c2a4e977867b6a90fbff33.php:48)
  at __TwigTemplate_18390f4a9be6e6ba5591ae9f85b3b4bbc67cd7068a6fa9fe4a2a7b03a7caab9c->doDisplay()
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display()
     (var/cache/dev/twig/5e/5eecc1bdde1a1b67ca46cb325e1f87e776d6b0a72768800f2db541207318ea8f.php:472)
  at __TwigTemplate_212a34a1e79afff81d1780ccd69055471c89d2dfb4f63c61f089b9a02856282c->block_activityBody()
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock()
     (var/cache/dev/twig/c8/c8640c0654cfe33d1d3d042f6f94f1a86c8efdc42807822d91c841098a224d4d.php:104)
  at __TwigTemplate_f14c7a430ccfb9e3a82103c980106eb96500d7de6ea57352801cb761b1f3f3c1->block_body()
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock()
     (var/cache/dev/twig/21/214bf1f6f379f34759c2feb0a20f27655eae17860913486f854c0460ddeb58c0.php:683)
  at __TwigTemplate_7a0af814699c4754d7d0354523bf23bf5d1e29547cd5a138824a1cdb665343fe->block_pageBodyContent()
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock()
     (var/cache/dev/twig/21/214bf1f6f379f34759c2feb0a20f27655eae17860913486f854c0460ddeb58c0.php:443)
  at __TwigTemplate_7a0af814699c4754d7d0354523bf23bf5d1e29547cd5a138824a1cdb665343fe->block_htmlBodyBlock()
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock()
     (var/cache/dev/twig/21/214bf1f6f379f34759c2feb0a20f27655eae17860913486f854c0460ddeb58c0.php:186)
  at __TwigTemplate_7a0af814699c4754d7d0354523bf23bf5d1e29547cd5a138824a1cdb665343fe->doDisplay()
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display()
     (var/cache/dev/twig/0f/0f704efcc9f413f0e8522110189decf0e9bac0229d050916f9292a19222471b5.php:96)
  at __TwigTemplate_32b43519dd03eae5ebe54b29ea32bad2989e8995fb43d1dd9ac99defc1e61ae7->doDisplay()
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display()
     (var/cache/dev/twig/c8/c8640c0654cfe33d1d3d042f6f94f1a86c8efdc42807822d91c841098a224d4d.php:57)
  at __TwigTemplate_f14c7a430ccfb9e3a82103c980106eb96500d7de6ea57352801cb761b1f3f3c1->doDisplay()
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display()
     (var/cache/dev/twig/5e/5eecc1bdde1a1b67ca46cb325e1f87e776d6b0a72768800f2db541207318ea8f.php:50)
  at __TwigTemplate_212a34a1e79afff81d1780ccd69055471c89d2dfb4f63c61f089b9a02856282c->doDisplay()
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render()
     (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50)
  at Symfony\Bridge\Twig\TwigEngine->render()
     (vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286)
  at Symfony\Bundle\FrameworkBundle\Controller\Controller->render()
     (src/AppBundle/Controller/ActivityController.php:530)
  at AppBundle\Controller\ActivityController->viewAction()
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (web/app_dev.php:34)
  at require('/root/npc_code/backend/web/app_dev.php')
     (vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Resources/router.php:42)