[Bug 200990] www/dokuwiki

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 20 08:46:40 UTC 2015


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 at FreeBSD.org
          Reporter: idefix at fechner.net
             Flags: maintainer-feedback?(delphij at FreeBSD.org)
          Assignee: delphij at 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.


More information about the freebsd-ports-bugs mailing list