OK,
I use php 7:
php -v
PHP 7.0.27-0+deb9u1 (cli) (built: Jan 5 2018 13:51:52) ( NTS )
Copyright © 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright © 1998-2017 Zend Technologies
with Zend OPcache v7.0.27-0+deb9u1, Copyright © 1999-2017, by Zend Technologies
and apache 2.4.25:
apache2 -v
Server version: Apache/2.4.25 (Debian)
and nextcloud 13.0.1
on a debian 9 âŠ
in a first time when i just upgrade from php5 to php7 , i gest an âinternal errorâ âŠ
so i juste remove " âmemcache.localâ => â\OC\Memcache\APCuâ," from my /var/www/html/nextcloud/config/config.php âŠ
and the âinternal server errorâ has gone
but now, i have to fixe this, so i juste make an âapt-get install php-apcuâ and if i add " âmemcache.localâ => â\OC\Memcache\APCuâ," , i get an internal server error again
my second problem is php opcache, i uncomment and set variables has it say in parameter:
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
in my /etc/php/7.0/apache2/php.ini
after that i do a: phpenmod opcache and a systemctl restart apache2
and âŠnothing change i still have a notice when i log in nextcloud in âparametersâ menu
so if you can help me ⊠big thx !