2017.04.11 Dokuwikiアップデート(Frusterick Manners)

Release 2017-02-19b “Frusterick Manners”

今回はアップグレードすると、真っ黒な画面が表示されて利用できない。
https://github.com/splitbrain/dokuwiki/issues/1854

Galleryプラグインが原因らしくて、下記のようにやるとアクセスできるようになるので
後は普通にGalleryをUIから再インストールする。

1.Galleryをディレクトリごと削除

$ rm -rvf lib/plugins/gallery/

2.local.phpにテンプレート名を記述

conf/local.php

$conf['template'] = 'dokuwiki';