[TYPO3-mvc] Fluid validation: how to debug errors?

Bastian Waidelich bastian at typo3.org
Fri Sep 25 14:42:41 CEST 2009


Xavier Perseguers wrote:

Hi Xavier,

> Tx_Fluid_Core_RuntimeException: No validator found for argument name 
> "as" with type "string" in view helper 

I think, the problem is that StringValidator is not loaded.
Can you quickly check, whether adding the line

'tx_extbase_validation_validator_stringvalidator' => 
$extensionClassesPath . 'Validation/Validator/StringValidator.php',

to extbase's ext_autoload.php fixes the problem for you?

Best
Bastian


More information about the TYPO3-project-typo3v4mvc mailing list