[TYPO3-mvc] CollectionValidator.php in 6.2.x

Johannes C. Schulz - EnzephaloN IT-Solutions info at enzephalon.de
Fri Aug 22 14:47:14 CEST 2014


Hello Helmut

Thanks for hint.
But error persists if I change CollectionValidator like you wrote.

Any other ideas?

Johannes

-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von
Helmut Hummel
Gesendet: Freitag, 22. August 2014 12:43
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] CollectionValidator.php in 6.2.x

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
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc




More information about the TYPO3-project-typo3v4mvc mailing list