Hi,
I'm getting a http 400 error. I installed your plugin in combination with version 1.17.6.
I already added the sendMessage part to the url:
$ch = curl_init('https://api.telegram.org/bot' . $botToken . '/sendMessage');
Stil getting this error in the error log of apache:
[Fri Jul 25 23:35:25.589108 2025] [fcgid:warn] [pid 4072479:tid 4072524] [remote <<IP>>:64282] mod_fcgid: stderr: Error posting to Telegram. Http code: 400, referer: https://ticket.example.com/open.php
Any suggestions?
Hi,
I'm getting a http 400 error. I installed your plugin in combination with version 1.17.6.
I already added the sendMessage part to the url:
$ch = curl_init('https://api.telegram.org/bot' . $botToken . '/sendMessage');Stil getting this error in the error log of apache:
[Fri Jul 25 23:35:25.589108 2025] [fcgid:warn] [pid 4072479:tid 4072524] [remote <<IP>>:64282] mod_fcgid: stderr: Error posting to Telegram. Http code: 400, referer: https://ticket.example.com/open.phpAny suggestions?