Actions
Bug #65548
closedsysExt:Form Validation broken in 6.2.10
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?
Updated by Wouter Wolters over 9 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.
Updated by Björn Jacob over 8 years ago
- Category changed from 1602 to Form Framework
Actions