- Issue created by @smethawee
- π¬π§United Kingdom longwave UK
There should be a file at vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php, which Composer should have installed for you.
You can try deleting the entire
vendor
directory and rerunningcomposer install
, which should redownload all packages. - πΊπΈUnited States smethawee
Hi@longwave, Thank you very much for your comment, When I did that then I running Drush command please see below:
drush cr
Fatal error: Uncaught Exception: Could not locate autoload.php. cwd is /home/ide/project; __DIR__ is /home/ide/project/vendor/drush/drush in /home/ide/project/vendor/drush/drush/drush.php:58
Stack trace:
#0 /home/ide/project/vendor/drush/drush/includes/preflight.inc(18): require()
#1 phar:///usr/local/bin/drush/bin/drush.php(143): drush_main()
#2 /usr/local/bin/drush(14): require('...')
#3 {main}
thrown in /home/ide/project/vendor/drush/drush/drush.php on line 58
----------------------
Again, Thank much! - πΊπΈUnited States smethawee
- Status changed to Fixed
over 1 year ago 3:09pm 10 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 7:10am 28 June 2023 - πΉπ·Turkey Kartagis Istanbul
I have the same issue. In my case, it's 10.0.x HEAD. I removed the vendor directory and performed a composer install as longwave suggested, which didn't work. However, the reported file's location is different with me. It's `vendor/doctrine/lexer/src/AbstractLexer.php`. Please advise.