I had the same problem with mysql 5.7 with elgg 2.2.0.
I solved with workaround by Juho, thanks a lot
Thanks for this workaround; how can I apply this? Is it a MySql command or a setting I should change somewhere? Sorry for the dumb question but I'm feeling lost
Just realised it is a SQL instruction. Cut and paste didn't work initially because of an extra character being copied, but now it went through and all is solved. Thank you!
@İşöğüçı 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:
composer global remove fxp/composer-asset-plugin sudo composer self-update composer global require fxp/composer-asset-plugin composer install
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.