Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 08:46:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200990] www/dokuwiki
Message-ID:  <bug-200990-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200990

            Bug ID: 200990
           Summary: www/dokuwiki
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: delphij@FreeBSD.org
          Reporter: idefix@fechner.net
             Flags: maintainer-feedback?(delphij@FreeBSD.org)
          Assignee: delphij@FreeBSD.org

Upgrade Dokuwike to a new version does take the webpage offline.
You see the error message:
The datadir ('pages') at ./data/pages is not found, isn't accessible or
writable. You should check your config and permission settings.

The reason for this is that the /usr/local/www/dokuwiki directory is set to
root as owner and therefor the webserver cannot write to folder
/usr/local/www/dokuwiki/data.

Please change ownership for folder /usr/local/www/dokuwiki/data to www.

Maybe you can add it to the port:
chown -R www /usr/local/www/dokuwiki/data/

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200990-13>