Julien
Julien
``` use sngrl\PhpFirebaseCloudMessaging\Client; use sngrl\PhpFirebaseCloudMessaging\Message; use sngrl\PhpFirebaseCloudMessaging\Notification; use sngrl\PhpFirebaseCloudMessaging\Recipient\Device; $defaults = array( "title" => "Title", "message" => "Message", "priority" => "normal", "device_token" => "", ); extract($defaults); require_once WP_CONTENT_DIR . "/../../vendor/autoload.php";...
Ohhhhh i'm so sorry for inconvenience !!! I should have to see myself :(
Hi all!! I've got the same error, someone find a solution ? Thanks
If I run `redis-commander --redis-port 9851 --redis-host 127.0.0.1` with `tile38` running on this port number. I've received this error : `redis command "command" not supported, cannot build dynamic command list`
Any news about this ?
+1 from me
@rap2hpoutre what do you think?
On MacOS 10.13.6 I've same problem with git version installed via brew. I've tried `brew install git --without-completions` but `Error: invalid option: --without-completions` any ideas ?
Found a solution : ``` brew uninstall --force git brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/db579a4f633c3dfde12c5236b9ea0695dce6cc5e/Formula/git.rb --without-completions brew pin git ```
Did you run exactly the same commands as above ? Because with my command git is installed in version 2.18.0 but yours is 2.20.1 ...