yiisoft / yii2-twig

Yii 2 Twig extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
136 stars 61 forks source link

Object of class yii\widgets\Pjax could not be converted to string #139

Open marco90a opened 1 year ago

marco90a commented 1 year ago

Hi, I'm trying to use Pjax inside twig but this but in error

What steps will reproduce the problem?

Object of class yii\widgets\Pjax could not be converted to string

{{ Pjax.begin({'id' : 'countries'}) }}
                                    1
{{ Pjax.end() }}

What's expected?

Page building with the PJAX module

What do you get instead?

Object of class yii\widgets\Pjax could not be converted to string

image

Additional info

Q A
Yii version 2.0.46
Yii Twig version 2.4.2
Twig version
PHP version 8.1.7
Operating system W11