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

Crahsing on Hrun #21

Closed nheeren closed 9 years ago

nheeren commented 9 years ago

Hello! I installed authorstats on my dokuwiki and the wiki went blank. nginx error.log has this: [error] 2379#0: *35 FastCGI sent in stderr: "PHP message: PHP Parse error: syntax error, unexpected '[' in /var/www/wiki/lib/plugins/authorstats/syntax.php on line 127" while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: www.mywiki.com, request: "GET /doku.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: My PHP version: PHP 5.3.10-1ubuntu3.14 Hope this helps!

ConX commented 9 years ago

Hello @nheeren,

I think this error is similar to #16 and as others have mentioned it has to do with an incompatibility with version 5.3 of PHP.

I will try to find a fix for it.

nheeren commented 9 years ago

Awesome! Thank you.