Project

General

Profile

Actions

Bug #65548

closed

sysExt:Form Validation broken in 6.2.10

Added by Peter Müller about 9 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-03-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I've this Bug (https://forge.typo3.org/issues/64506) on 6.2.10 where self:: is already changed to static::

PHP 5.4.17 running.

How can I Fix this?


Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Bug #64506: sysExt:Form Validation brokenClosed2015-01-26

Actions
Actions #1

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Closed

See the answer from the other ticket below how to solve your problem:

The problem is that AbstractValidator requires a certain constant and many 3rd party validators do not implement it (and cannot be forced to implement a constant). So it is a programming error to rely on the non-existing constant in the class and assume that every derieved class will implement it.

You can reproduce the issue with the mailform and wtspamshield extension versions < 1.3.1.

closing this issue now.

Actions #2

Updated by Björn Jacob over 8 years ago

  • Category set to 1602
Actions #3

Updated by Björn Jacob almost 8 years ago

  • Category changed from 1602 to Form Framework
Actions

Also available in: Atom PDF