ConX / dokuwiki-plugin-authorstats

Dokuwiki plugin that outputs statistics about the wiki's authors.
http://www.dokuwiki.org/plugin:authorstats
8 stars 7 forks source link

Parse error (out of the box installation) #16

Closed marksaunders closed 10 years ago

marksaunders commented 10 years ago

Parse error: syntax error, unexpected '[' in /home/contentb/public_html/wiki/lib/plugins/authorstats/syntax.php on line 127

I'm using Ponder Stibbons installation and have installed according to the standard DokuWiki process.

The error reported seems to relate to syntax.php on lines 127, 157 and 180 the syntax of

$authors = authorstatsReadJSON()["authors"];

Momodedf commented 10 years ago

You should check your PHP version. It looks like your server si running PHP 5.2 or 5.3 which is not compatible with this syntax.

marksaunders commented 10 years ago

Correct. We are. Thanks for the response.

javenn commented 9 years ago

How to fix it if i don't want to change my PHP version? thanks!