DokuWiki Setup Error
The datadir (‘pages‘) at ./data/pages is not found, isn‘t accessible or writable. You should check your config and permission settings. Or maybe you want to run the installer?
原本这个问题,我在官网找到了https://forum.dokuwiki.org/thread/9893,刚开始的时候,看到英文就头疼,随手用Google翻译了一下,没看懂,然后就在网上又重新的搜索许多相似的问题,都没有解决。最后,回过头来,仔细看了一下英文的意思,原来是权限问题,采用它给出的解决方法,完美解决问题。
chmod -R 777 data/
chmod -R 777 lib/
chmod -R 777 conf/
做开发,英文非常重要。
原文:http://blog.51cto.com/flowstone/2343958