Actions
Bug #82139
closedExtensionscanner not working as Class 'PhpParser\ParserFactory' not found
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2017-08-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I currently don't know if that is my fault or not but getting following error
Class 'PhpParser\ParserFactory' not found in typo3/sysext/install/Classes/Controller/Action/Ajax/ExtensionScannerScanFile.php line 144
having done composer install & also extra composer dump-autoload
Updated by Christian Kuhn over 7 years ago
That's odd - please recheck your composer instance (again) - maybe your main composer.json is a copy and not up to date with core master?
Updated by Georg Ringer over 7 years ago
it does work with
composer install -o
but does not work with
composer install
it also does work if adding a classmap to the files.
Updated by Georg Ringer over 7 years ago
- Status changed from New to Rejected
Found it, the extension_builder ships an old version of PHP-Parser. I opened an issue there https://github.com/FriendsOfTYPO3/extension_builder/issues/84
Actions