dokuwiki-plugin-gitbacked icon indicating copy to clipboard operation
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

Open mhoffrog opened this issue 4 years ago • 4 comments
trafficstars

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.

mhoffrog avatar Apr 01 '21 12:04 mhoffrog

thank @mhoffrog , on what dokuwiki version did you test it?

woolfg avatar Jun 16 '21 14:06 woolfg

@woolfg - It was tested on recent DokuWiki Release 2020-07-29 “Hogfather”.

mhoffrog avatar Jun 25 '21 22:06 mhoffrog

@woolfg - Did fix the PHP 7.3 incompatibility issue and made some improvements to the default config.

mhoffrog avatar Nov 28 '21 17:11 mhoffrog

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 141

I 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.

mhoffrog avatar Jan 09 '22 00:01 mhoffrog