[SOLVED] Typo3-rector stopps midway processing

Hi,
when i php vendor\bin\rector process .\Typo3_10_to_11\typo3_src_OLD --dry-run
it runs till around 1900/4777 and then doesnt do anything anymore.
I even let it sit for the whole night.

Unfortunately i dont get any Error outputs to work with.
Maybe you have an idea of my problem?

Greetings Philipp

First of all, welcome to the site!

Am I correctly assuming that typo3_src_OLD is the source/installation folder of a legacy TYPO3 install? If so, please do not run Rector on that folder.

You only want to run Rector on your own code. If that’s inside extensions, you will find those in the typo3conf/ext folder (should be somewhere next to the typo3_src folder).

Your command runs Rector on the entire TYPO3 code, which is a lot, causing the timeout, and actually running the fixing routines on there would also most likely break things badly.

2 Likes

Hi @thephil2!

Did @pixeldesu’s answer help you resolve your issue?

Hi pixeldesu,
thanks for the hint, after running Rector solely on typo3conf/ext it didnt timeout anymore.
Sorry for not answering earlier, i was in a total overload the last couple of weeks.
Thank you for your input.

1 Like