the error is as follows

PHP Parse error: syntax error, unexpected '=', expecting ')' in /var/www/html/clients/leaguemanagement/trunk/sites/all/modules/contrib/matrix/matrix.install on line 88, referer: http://localhost/clients/leaguemanagement/trunk/admin/build/modules

the following line of code need to be changed

'indexes' = array('nid' => array('nid'))

TO

'indexes' => array('nid' => array('nid'))

Comments

epersonae2’s picture

I noticed the same error. Luckily, fixing it should be super-duper straightforward! (Also, this corrects #469100: Matrix not shown on preview + duplicate on nodeview for me - yay!)

alexandreracine’s picture

Status: Active » Reviewed & tested by the community

I have tested the change, and now I can actually install matrix 6.x.2.x-dev. :)

aaron1234nz’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.