Closed fijas closed 4 months ago
@lav45 seems to be connected with pagination fix.
I can confirm same issue. Quick fix was to replace BaseDataProvider.php from 2.0.49.3 Q | A |
---|---|
Yii version | 2.0.50 |
PHP version | 7.4 |
Operating system | Linux |
Hosted | Docker |
After upgrading to Yii 2.0.50, while trying to display a gridview using yii2-elasticsearch, an infinite loop is reported by XDebug.
What steps will reproduce the problem?
Using the yii2-elasticsearch ActiveDataProvider class to display paginated listing is causing this infinite loop error
What's expected?
Display the listing normally which works on reverting the package updates (list of packages updated given below)
What do you get instead?
Additional info
Packages that got updated on running
composer update
:I'm guessing there has been some change in either Yii2 or one of the symfony packages that is causing this but I haven't been able to figure out what it is...