dokuwiki-plugin-gitbacked
dokuwiki-plugin-gitbacked copied to clipboard
Support optionally a) separated repos for pages and media and b) additional repos for core php runtime and for conf
This pull request implements Issue#55. Fixes #55
Note: This pull request builds upon pull request #54
NOTE: The commit comments contain details on all the changes made starting with the 3rd line of each comment.
thank @mhoffrog , on what dokuwiki version did you test it?
@woolfg - It was tested on recent DokuWiki Release 2020-07-29 “Hogfather”.
@woolfg - Did fix the PHP 7.3 incompatibility issue and made some improvements to the default config.
After installing the update, this line is causing an error:
2021-12-23 17:14:02: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST) in /dokuwiki/lib/plugins/gitbacked/lib/Git.php on line 141I suspect this is due to the version of PHP. I am running dokuwiki in mprasil's dokuwiki container, which is built with ubuntu 18.04 that has PHP version 7.2.24
This error was also mentioned in this posting: https://gitmemory.cn/repo/woolfg/dokuwiki-plugin-gitbacked/issues/57
This issue has been fixed by the most recent commits (28-Nov-2021) on this pull request. @fama - regardless of this pull request it has been fixed on master by 20-Jan-2022.