Project

General

Profile

Actions

Bug #82139

closed

Extensionscanner not working as Class 'PhpParser\ParserFactory' not found

Added by Georg Ringer over 7 years ago. Updated over 7 years ago.

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

Actions #1

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?

Actions #2

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.

Actions #3

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

Also available in: Atom PDF