Page 1 of 1

Typo3 BE error : Missing argument in getParsedData()

Posted: 02 Sep 2015, 06:39
by vikram
Hi,

I have got the latest code from Github.. and I get this error when I try to create a new content element in Typo3 (ver 7.2.0) backend:

Code: Select all

#1: PHP Warning: Missing argument 3 for 
TYPO3\CMS\Core\Localization\LocalizationFactory::getParsedData(), 
called in var/www/html/typo3cms/cb_720/typo3conf/ext/aimeos/Classes/Custom/Wizicon.php 
on line 38 and defined in /var/www/soft_dump/typo3_src-.2.0/typo3/sysext/core/Classes/Localization/LocalizationFactory.php line 75

Re: Typo3 BE error : Missing argument in getParsedData()

Posted: 02 Sep 2015, 08:47
by aimeos
vikram wrote:

Code: Select all

#1: PHP Warning: Missing argument 3 for 
TYPO3\CMS\Core\Localization\LocalizationFactory::getParsedData(), 
called in var/www/html/typo3cms/cb_720/typo3conf/ext/aimeos/Classes/Custom/Wizicon.php 
on line 38 and defined in /var/www/soft_dump/typo3_src-.2.0/typo3/sysext/core/Classes/Localization/LocalizationFactory.php line 75
Thanks for the hint! There seems to be different default parameters from 6.2 to 7.4.
We've added the parameters required in 7.2 and it should work now. Can you please check?

Thanks

Re: Typo3 BE error : Missing argument in getParsedData()

Posted: 02 Sep 2015, 09:42
by vikram
Yes working good now :)