You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed a few of these in the logs occasionally, we should investigate.
[2014-04-30 11:40:28] request.INFO: Matched route "comment_new" (parameters: "_controller": "Protalk\MediaBundle\Controller\CommentController::newAction", "media_id": "736", "_route": "comment_new") [] []
[2014-04-30 11:40:28] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2014-04-30 11:40:28] request.CRITICAL: Uncaught PHP Exception LogicException: "The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?" at /data/sites/web/protalkme/app/bootstrap.php.cache line 2833 {"exception":"[object] (LogicException: The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller? at /data/sites/web/protalkme/app/bootstrap.php.cache:2833)"} []
[2014-04-30 11:40:28] security.DEBUG: Write SecurityContext in the session [] []
[2014-04-30 11:40:59] request.INFO: Matched route "rate_media" (parameters: "_controller": "Protalk\MediaBundle\Controller\MediaController::rateAction", "id": "735", "rating": "5", "_route": "rate_media") [] []
[2014-04-30 11:40:59] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2014-04-30 11:40:59] request.CRITICAL: Uncaught PHP Exception LogicException: "The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?" at /data/sites/web/protalkme/app/bootstrap.php.cache line 2833 {"exception":"[object] (LogicException: The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller? at /data/sites/web/protalkme/app/bootstrap.php.cache:2833)"} []
The text was updated successfully, but these errors were encountered:
I have noticed a few of these in the logs occasionally, we should investigate.
The text was updated successfully, but these errors were encountered: