garfieldius/t3ll

Could not open locallang files (Infinite loop)

Closed this issue ยท 5 comments

We have a problem opening language files - I saw that you add the -d flag to the new release so i tried it ๐Ÿ™‚

The process hangs with an infinite loop at:

grafik

We don't have any ext_emconf.php Files for our projects anymore because they are not neceassary since TYPO3 v11.4 in composer based installations. If you need more information please let me know ๐Ÿ™‚

Originally posted by @andreashager in #24 (comment)

liayn commented

Confimed, we have the same issue. Thanks for the -d hint.

I tested it by creating an empty ext_emconf.php in the extension root directory and the t3ll GUI loads without any problems ๐Ÿฅณ So the absence of the ext_emconf.php file causes the infinite loop - one solution could be to first check for ext_emconf.php and then for composer.json if the first not found. If none of the files could be found abort with an error ๐Ÿค”

A fix is added in version 0.7.4. I was not able to reproduce this on Fedora and Windows with this version. Please check if it solves this.

@garfieldius Works again! THANKS! ๐Ÿฅณ๐Ÿฅณ๐Ÿฅณ๐Ÿฅณ

@liayn Also works for you now? ๐Ÿ™‚

liayn commented

looking good