web-push-php icon indicating copy to clipboard operation
web-push-php copied to clipboard

POST https://kayaindia.in/kaya/sendNotificationB.php 500 (Internal Server Error)

Open gaurvivek opened this issue 6 years ago • 1 comments

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

gaurvivek avatar Apr 26 '19 12:04 gaurvivek

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

gaurvivek avatar Apr 27 '19 09:04 gaurvivek