From repository https://github.com/Elgg/Elgg I run the composer update
but errors occurs.
Anyone tested the 2.0 version for composer installation?
Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- Steve Clay@steve_clay
Steve Clay - 0 likes
- İşöğüçı@Sinan
İşöğüçı - 0 likes
- Paweł Sroka@srokap
Paweł Sroka - 1 like
- Daniele Frulla@danielsan22
Daniele Frulla - 0 likes
- Juho Jaakkola@juho.jaakkola
Juho Jaakkola - 0 likes
You must log in to post replies.What errors are you getting?
I wonder if this issue is related. Maybe try:
Actually I had tried and hit issues with Composer installation of v2.1.1.
@İşöğüçı They seem to have fixed it in fxp/composer-asset-plugin only in last 24 days, so you might try to give it another shot. Obviously don't use v1.1.1 anymore.
Thanks all. I can't install elgg from git. My instructions are:
git clone https://github.com/Elgg/Elgg
After I go into http://learn.elgg.org/en/2.0/intro/install.html
and execute the istructions:
composer self-update
[InvalidArgumentException]
Command "self-update" is not defined.
composer global require "fxp/composer-asset-plugin:~1.1.1"
Changed current directory to /home/daniele/.composer
PHP Fatal error: Call to undefined method Composer\Package\Loader\ArrayLoader::parseLinks() in /home/daniele/.composer/vendor/fxp/composer-asset-plugin/Repository/VcsPackageFilter.php on line 279
Fatal error: Call to undefined method Composer\Package\Loader\ArrayLoader::parseLinks() in /home/daniele/.composer/vendor/fxp/composer-asset-plugin/Repository/VcsPackageFilter.php on line 279
I fixed this in my own environment a couple of days ago, but I don't remember what exactly I did.
Try removing the composer asset plugin first: