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?
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.