Skip to content

Tag: php

Broadcasting, laravel-echo-server not receiving events

I’m using Laravel in a project and I want to use broadcasting with laravel-echo-server and Redis. I have set up both in a docker container. Output below: Redis A few warnings but nothing breaking. laravel-echo-server The client seems to join the channel without any problems. However, if I kick of an eve…

Warning: filter_input(): INPUT_REQUEST is not yet implemented

I am trying to modify this line. Originally, it was Then, I changed to this by reading this post a link at Stackoverflow. But, I am still getting bottom error: When I read other article a link, it says “INPUT_REQUEST is not a valid type.” What is solution here? Answer Per the documentation (and yo…

Invalid Run Id After running drupal page using XHProf

I have installed the Drupal XHProf 7.x-1.0-beta2 module and enabled it on the Modules page of my site. I have turned enabled the use of the module at Configuration -> Development -> XHProf settings (/admin/config/development/xhprof) by checking ON ” Enable profiling of all page views and drush req…