thieleundklose / tk-typo3-autotranslate

GNU General Public License v2.0
5 stars 3 forks source link

Problem with content elements in EXT:news #15

Closed SventB closed 3 months ago

SventB commented 5 months ago

There's bug with TYPO3 v10 and feature "Content elements" of EXT:news:

image

When adding a new content element here, an error is thrown:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Argument 1 passed to TYPO3\CMS\Core\Site\SiteFinder::getSiteByPageId() must be of the type int, string given, called in /typo3conf/ext/autotranslate/Classes/UserFunction/FormEngine/AutotranslateLanguagesItems.php on line 65

This can be fixed here (https://github.com/thieleundklose/autotranslate/blob/main/Classes/UserFunction/FormEngine/AutotranslateLanguagesItems.php#L47) by

$sitePid = (int)$row['pid'];

tk-mikezimmer commented 3 months ago

Thanks for reporting, already fixed in v1.0.2