westacks / telebot

Easy way to create Telegram bots in PHP
https://westacks.github.io/telebot/
MIT License
282 stars 44 forks source link

Upgrading from v1 to v2.4 #66

Closed FortuneV13 closed 1 year ago

FortuneV13 commented 1 year ago

Upgrading from v1 to v2.4

When trying to start up polling or setup webhook I get the below error:

Trying to access array offset on value of type null

  at vendor/westacks/telebot/src/Contracts/TelegramMethod.php:97
punyflash commented 1 year ago

There were several breaking changes in v2.0 and v2.1. Please check if you modified your configuration according to new version. Always give full error trace, so I could help you resolve it.

FortuneV13 commented 1 year ago

Thank you. It was the config, copied in a new version and moved over the handlers.

There were several breaking changes in v2.0 and v2.1. Please check if you modified your configuration according to new version. Always give full error trace, so I could help you resolve it.