Hello, On Sat, Jul 10, 2010 at 6:44 PM, SamLT <samuel.leth...@intelunix.fr> wrote:
> But then I had the same error as above: (only in apache's error.log > though -nothing on the screen-) > > I'm currently trying out php-fpm using the dotdeb repository on a testbed server. I noticed that after switching to fpm, the ACL page stays blank at the client but the error continues to appear in the apache error.log as you have mentioned. Since Balaji Dutt didn't mention the command: > | chown -R www-data /etc/dokuwiki/ /usr/share/dokuwiki/lib/ > > I believe www-data requires ownership of /etc/dokuwiki and the entire lib directory only if you want to change settings / install plugins via the web interface. That said, apologies for missing this out. > b) what exactly I have to do to have it working? I see you mention the > php.ini file, the DOKU_INC variable, but I'm still not sure what to > do(which > is as 'clean' as possible) > > If you are running php5-cgi rather than php5-common, the default apache configuration that the package installs will fail. That is because with php5-cgi, using the prepend_file directive inside apache is not supported. You might need to move the directive to a php.ini file under /etc/dokuwiki > [2] it looks like there is a problem with the dokuwiki.postrm script if > lighttpd > is not installed. see the dokuwiki.postrm.diff file attached for a possible > fix > > I can confirm that I had the same problem and it seems to cause the package to fail configuration. I had fixed it by issuing 'touch /etc/dokuwiki/lighthttpd.conf' after which aptitude stopped warning about a broken dokuwiki package. -- Balaji