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
Comment #1
epersonae2 commentedI 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!)
Comment #2
alexandreracine commentedI have tested the change, and now I can actually install matrix 6.x.2.x-dev. :)
Comment #3
aaron1234nz commented