You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
in /work/laravel/public/blog/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Node.php on line 42
@trigger_error(sprintf('Using "%s" for the value of node "%s" of "%s" is deprecated since version 1.25 and will be removed in 2.0.', is_object($node) ? get_class($node) : null === $node ? 'null' : gettype($node), $name, get_class($this)), E_USER_DEPRECATED);
こんばんは。
素晴しいプラグインの提供に感謝致します。
PHP8.1環境でこちらのプラグインを使ってみたところ、Fatalエラーが発生してまい動きません。
結論としては、#65 のPRを取り入れていただく必要があると思うのですが対応可能でしょうか?
エラー文
こちらのプラグインが依存している
twig/twig
の下記部分がバージョンが古いためエラーになっているようです。この三項演算子の書き方だと7.4以上で動かないようです。
ちなみに、こちらはTwigのv1.41.0のリリース修正されているようです。
twigphp/Twig@44f02b2
ご検討のほど、よろしくお願い致します。
The text was updated successfully, but these errors were encountered: