cosmocode / dokuwiki-plugin-farmer

Completely manages a DokuWiki farm setup
https://www.dokuwiki.org/plugin:farmer
GNU General Public License v2.0
11 stars 6 forks source link

"Igor" broke farm animals #75

Closed phil-ide closed 2 years ago

phil-ide commented 2 years ago

I upgraded my wiki farm to "Igor" rc2022-06-26, and all my animals broke. The farmer ran fine.

I determined that the log folder created had the wrong owner and group (both root), changed them to www-data:

sudo chown www-data:www-data /var/www/data/log

splitbrain commented 2 years ago

The farmer plugin only creates directories when creating a new animal. So if the log dir was created, it was done (maybe?) by DokuWiki. But I don't see how a properly set up DokuWiki should be able to create directories owned by root. Maybe you're running some docker setup? In any case I don't see what the farmer plugin (or dokuwiki) could do about it.