Re: After upgrade jessie -> stretch : php problems

2018-01-04 Thread Roberto C . Sánchez
On Thu, Jan 04, 2018 at 05:29:10PM +0100, Markus Grunwald wrote: > Hello, > > after you told me that cli and http don't have to use the same php > (sigh), I have a workaround: > > 17 3 * * * www-dataphp5 -f > /srv/www/the-grue.de/owncloud/htdocs/cron.php > > > Now I explicitly call

Re: After upgrade jessie -> stretch : php problems

2018-01-04 Thread Markus Grunwald
Hello, after you told me that cli and http don't have to use the same php (sigh), I have a workaround: 17 3 * * * www-dataphp5 -f /srv/www/the-grue.de/owncloud/htdocs/cron.php Now I explicitly call php5 instead of php and all is fine... But this is only a workaround, I think. cu --

Re: After upgrade jessie -> stretch : php problems

2018-01-04 Thread basti
Hello, first of all check the installed / activate modules in you php environment. that means and "php -i" on cli can have other results than run phpinfo() via browser / apache2 or fastcgi if used. Are the relevant modules active ? Have you try to reload / restart your http / (fastcgi if used) se

Re: After upgrade jessie -> stretch : php problems

2018-01-04 Thread Roberto C . Sánchez
On Thu, Jan 04, 2018 at 04:16:25PM +0100, Markus Grunwald wrote: > > Maybe of interest: that's part of the phpinfo() output: > > PHP Version 5.6.30-0+deb8u1 > Directive Local Value Master Value > allow_url_fopen On On > allow_ur

After upgrade jessie -> stretch : php problems

2018-01-04 Thread Markus Grunwald
Hello, Today I tackled the upgrade from jessie to stretch on my "production" server (hosts a few websites). Almost all went smoothly, but a few problems remain. One is this: The cron job of my owncloud installation reports this: ---