[TYPO3-mvc] CollectionValidator.php in 6.2.x
Helmut Hummel
helmut.hummel at typo3.org
Fri Aug 22 12:43:01 CEST 2014
On 22.08.14 12:07, Johannes C. Schulz - EnzephaloN IT-Solutions wrote:
> Hello Helmut
>
> Thanks for your reply, but I'm not able to answer :-( . Can you tell me how
> to figure out what you need to know or should I send you my
> extendingExtension?
>
> Btw: Same error is thrown by extension "newsletter".
Change the line in CollectionValidator from
if ($this->acceptsEmptyValues === FALSE || $this->isEmpty($value) ===
FALSE) {
to
if ($this->isEmpty($value) === FALSE) {
And see if the error persists.
If the error is gone, then do a
var_dump($this->acceptsEmptyValues);
Or use anything else to get the value of this property.
Kind regards,
Helmut
--
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 Core Developer, TYPO3 Security Team Member
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the TYPO3-project-typo3v4mvc
mailing list