Bug#1004330: makes the package useless with PHP 8

2022-03-13 Thread Axel Beckert
Hi Francesco, Francesco Potortì wrote: > >> The necessary change was > >> > >> -$conf['savedir'] = '/var/lib/dokuwiki/data'; //where to store all the > >> files > >> +$conf['savedir'] = './data'; //where to store all the files > > > >Do you remember why this was necessary, i.e.

Bug#1004330: makes the package useless with PHP 8

2022-02-07 Thread Francesco Potortì
> >Hi Francesco, > >Francesco Potortì wrote: >> I had to revert some changes: >[…] >> The necessary change was >> >> -$conf['savedir'] = '/var/lib/dokuwiki/data'; //where to store all the >> files >> +$conf['savedir'] = './data'; //where to store all the files > >Do you remember

Bug#1004330: makes the package useless with PHP 8

2022-02-07 Thread Axel Beckert
Hi Francesco, Francesco Potortì wrote: > I had to revert some changes: […] > The necessary change was > > -$conf['savedir'] = '/var/lib/dokuwiki/data'; //where to store all the > files > +$conf['savedir'] = './data'; //where to store all the files Do you remember why this was

Bug#1004330: makes the package useless with PHP 8

2022-02-07 Thread Francesco Potortì
I built and installed your package, thanks. These are the problems I encountered. # /etc/dokuwiki.php I had to revert some changes: diff -pu /etc/dokuwiki/dokuwiki.php /etc/dokuwiki/dokuwiki.php.dist --- /etc/dokuwiki/dokuwiki.php 2022-02-07 13:59:46.209521897 +0100 +++

Bug#1004330: makes the package useless with PHP 8

2022-02-04 Thread Francesco Potortì
The most urgent thing now is to mark the current dokuwiki package and php8 as incompatible, so people don't keep falling here until a solution is out.

Bug#1004330: makes the package useless with PHP 8

2022-02-04 Thread Francesco Potortì
>I have a more or less working package of the most recent upstream >release plus one or two patches at >https://salsa.debian.org/abe/dokuwiki > >It runs in production on https://swissmk.ch/ I'd be happy to try it. However after tweaking with the code I managed to have it almost working. The

Bug#1004330: makes the package useless with PHP 8

2022-02-03 Thread Axel Beckert
Hi Francesco, Francesco Potortì wrote: > I hope the package gets upgraded soon, because dokuwiki simply > stopped working with PHP 8 I have a more or less working package of the most recent upstream release plus one or two patches at https://salsa.debian.org/abe/dokuwiki It runs in production

Bug#1004330: makes the package useless with PHP 8

2022-02-03 Thread Francesco Potortì
I hope the package gets upgraded soon, because dokuwiki simply stopped working with PHP 8 I used a stopgap, by looking at the Apache errors end modifying the php source files generating the error, but that's long and tedious. And I cannot be sure that everything works... -- Francesco