pikim / grav-plugin-events

This plugin provides Calendar Events for Grav CMS
MIT License
13 stars 11 forks source link

Carbon setLastErrors Error #33

Open donutbrew opened 1 year ago

donutbrew commented 1 year ago

Looks like there is an issue with the Carbon dependency. When the plugin is loaded, Grav throws errors, and at least at the top of the pile is:

"Carbon\Carbon::setLastErrors(): Argument #1 ($lastErrors) must be of type array, bool given, called in /var/www/html/my_site/user/plugins/events/vendor/nesbot/c ▶"

Note, this is using PHP-8.2

This is partially referenced here: https://stackoverflow.com/questions/74749564/laravel-carbon-carbonsetlasterrors

terryzfeng commented 1 year ago

Running into the same issue

pikim commented 10 months ago

Should be fixed with the latest release as carbon was updated. Successfully tested with PHP 8.3. Please give some feedback.