yii2-dynamicform
yii2-dynamicform copied to clipboard
Hi, you have a bug in dynamicform in symfony/dom-crawler
Hi, you have a bug in dynamicform in symfony/dom-crawler:
Call to undefined method Symfony\Component\DomCrawler\Crawler::rewind()
In last version DomCrawler not have a rewind property.
Fixsed please this bug
Hi, how can I fix this bug? Thanks!
Date: Wed, 6 Jan 2016 22:47:13 -0800 From: [email protected] To: [email protected] Subject: [yii2-dynamicform] Hi, you have a bug in dynamicform in symfony/dom-crawler (#114)
Hi, you have a bug in dynamicform in symfony/dom-crawler:
Call to undefined method Symfony\Component\DomCrawler\Crawler::rewind()
In last version DomCrawler not have a rewind property
Fixsed please this bug
— Reply to this email directly or view it on GitHub.
Hello, I got the same error since i updated dynamicform widget for yii2 to its last version:
Call to undefined method Symfony\Component\DomCrawler\Crawler::rewind()
when i downgraded it to the previous version it works normaly again.
Please, Fix this bug in the last version.
Try change the min=>1 to 0 or 0 to 1
'widgetItem' => '.item', // required: css class ....... 'min' => 1, // 0 or 1 (default 1) - '..... ......
@leonardojulius it works, but also need to fix this bug.
When this bug will fixed?. I have same error.
or are you guys have a solution?.
@haifahrul use old version dom-crawler
"symfony/dom-crawler": "2.8",
"symfony/css-selector": "2.8",
"wbraganca/yii2-dynamicform": "*",
Got the same issue today. Any workarounds rather than downgrading Symfony DOM Crawler?
I had to downgrade - dom-crawler, css-selector and browser-kit. [https://github.com/wbraganca/yii2-dynamicform/issues/108#issuecomment-511770075](Crawler Error Fix For Dynamic Form). Does anyone test this fix ?