Skip to content
#

wiki

Here are 2,520 public repositories matching this topic...

mareq
mareq commented Apr 8, 2021

The comment in code directly says it: "... Or it would hang the system if wiki file was created in $HOME or C:/ dirs".

I am trying to create wiki from the directory that contains (among other things) clones of repositories I am working on. The reason being that I want to avoid having two mirrored directory structures: one that has notes and another one that has code. So I am trying to make th

perrick
perrick commented Apr 1, 2021

We get a notice with our Dokuwiki install with PHP8 :

Warning: Trying to access array offset on value of type null in /dokuwiki/inc/common.php on line 169

Adding a verification with an "isset" shoud do the trick, i.e on line 169 :

if(!isset($info['userinfo']['name']) or !$info['userinfo']['name']) {

Improve this page

Add a description, image, and links to the wiki topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki topic, visit your repo's landing page and select "manage topics."

Learn more