Franz Kugelmann

Results 8 comments of Franz Kugelmann

I can confirm the behaviour and possible "solution" with TYPO3 8.7.24, news 7.0.7, non composer mode. Thanks @vizlot However, the issue seems to be in the EXT:news_ttnewsimport/Classes/Jobs/TTNewsNewsImportJob.php `protected $numberOfRecordsPerRun =...

Hi Alex, thanks for taking care! I just - installed the lastest powermail 8.2.3 into an empty TYPO3 10.4.9 - added static TS "Main Template (powermail)" - created a form...

we were able to stop the logging with TypoScript `config.linkVars := addToList(L(0|1|4))` You need to add your language-ids instead of 0|1|4. Then TYPO3 does not let the not-existing language id...

@fazzyx Yes, you are right. `config.linkVars` only helps with non-existing languages (as defined in table sys_language), but not with just-not-translated pages. Our problems occured due to a deleted language which...

Hi Dmitry, thanks for your time and efforts! Does not fix the issue for not having an entry in realurl caches (for whatever reason) when the URL is called, as...

Hi s2b, that looks like a great solution to me. Tested and fixes my issue. Adapted my pull request accordingly.

I can confirm the issue.

We use the latest release: Neos 5.2.2 UI version: 5.2.3 We have only the language-dimension with de and en. Some pages in the tree are only there in english, others...