Closed tomasnorre closed 5 years ago
I'll take a look.
In the meantime, try something like:
cd typo3conf/ext
for e in `ls -1`;
do
php ./typo3scan.phar scan --format html ~/typo3conf/ext/$e > ~/tmp/reports/$e.html;
done
That gives me the same error.
I'll check again, sounds more like a problem on my side then.
I have found the extension cause the problem, but yet not the reason..
I've tried to search for Name.php file, but no file with this name exists within the extension.
I don't find a file with the name Name.php
in the typo3scan nor in the scanner repository from you.
So funny where the error is coming from, and what's triggering it.
The problem is on our side.
We have done some b#!%€#"! dependency management in the time before composer.
it's the vendor/typo3/cms/typo3/sysext/core
that cause the problem, exactly why I don't know yet.
I have a project with 86 extensions, and when I want to scan the entire typo3conf/ext directory i get following error:
Any ideas what could cause this? When I do every single extension manually, every single on works.
But I would prefer a project total overview.
Thanks in advance.