Skip to content

Commit 2512962

Browse files
committed
docs: add about "Call to undefined method ComposerInstalledVersions::getAllRawData()"
1 parent 15f54a7 commit 2512962

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ Please refer to the upgrade instructions corresponding to your installation meth
1212
:local:
1313
:depth: 2
1414

15+
Trouble Shooting
16+
****************
17+
18+
Call to undefined method Composer\InstalledVersions::getAllRawData()
19+
====================================================================
20+
21+
Some users reported "*Fatal error: Uncaught Error: Call to undefined method Composer\InstalledVersions::getAllRawData()*" after upgrading with Composer.
22+
23+
If you get the error, upgrade your ``composer`` command, and delete the **vendor/**
24+
directory, and run ``composer update`` again.
25+
26+
The procedure, for example, is as follows::
27+
28+
> composer self-update
29+
> rm -rf vendor/
30+
> composer update
31+
1532
Mandatory File Changes
1633
**********************
1734

0 commit comments

Comments
 (0)