Skip to content

[BUG] Gives me an error message shortly after upgrading #90

Description

@urbanracer34

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Accessing the container's web interface gives me the following error message: TypeError: dokuwiki\Parsing\ModeRegistry::__construct(): Argument #1 ($syntax) must be of type string, null given, called in /app/www/public/inc/parserutils.php on line 239
An unforeseen error has occured. This is most likely a bug somewhere.

More info has been written to the DokuWiki error log.

Expected Behavior

Should pull up a page with my content

Steps To Reproduce

Upgrade to latest version of dokuwiki.

Go to access pages through bookmark.

Error occurs

Environment

- OS: unRAID 7.3.2
- How docker service was installed: built in

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='dokuwiki'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/Regina"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="GibsonMini"
  -e HOST_CONTAINERNAME="dokuwiki"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:80]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dokuwiki-logo.png'
  -p '8443:80/tcp'
  -p '9443:443/tcp'
  -v '/mnt/user/appdata/dokuwiki':'/config':'rw' 'lscr.io/linuxserver/dokuwiki' 
1e57302dfd26cb4d1b88d6dbb31d2c57b8916532c2b607368e9cd16a1121e7c3

The command finished successfully!

Container logs

root@GibsonMini:~# docker logs dokuwiki
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────
Linuxserver.io version: 2026-07-14-ls313
Build-date: 2026-07-14T11:16:43+00:00
───────────────────────────────────────
    
using keys found in /config/keys
Go to http://IP-ADDRESS:PORT/install.php to configure your install then restart your container when finished to remove install.php
[custom-init] No custom files found, skipping...
[ls.io-init] done.
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────
Linuxserver.io version: 2026-07-14-ls313
Build-date: 2026-07-14T11:16:43+00:00
───────────────────────────────────────
    
using keys found in /config/keys
Existing install found, deleting install.php.
[custom-init] No custom files found, skipping...
[ls.io-init] done.
root@GibsonMini:~#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions