Project

General

Profile

Bug #90229

Updated by Oliver Hader about 4 years ago

<pre> 
   TestingPlugin: 
     type: Plugin 
     namespace: tx_my 
     routePath: '/filter/{a}/{b}/{c}' 
     _arguments: 
       a: 0 
       b: 1 
       c: 2 
 </pre> 

 (to work e.g. with @tx_my[]=a&tx_my[]=b...@) 

 fails with error message like 

 <pre> 
 TypeError : Argument 1 passed to TYPO3\CMS\Core\Routing\Enhancer\VariableProcessor::addNestedValue() must be of the type string, integer given, called in typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php on line 286 
 </pre>

Back