web-push-php
web-push-php copied to clipboard
POST https://kayaindia.in/kaya/sendNotificationB.php 500 (Internal Server Error)
I am getting error POST https://kayaindia.in/kaya/sendNotificationB.php 500 (Internal Server Error) when I call php.
I think i am getting error on $subscription = Subscription::create(json_decode(file_get_contents('php://input'), true));
I also asked this question on stackoverflow here
I solved thid error, The issue is I am not able to add gmp extension in php.ini. You can here for more info link