https://bugs.contribs.org/show_bug.cgi?id=10596
--- Comment #3 from Jean-Philippe Pialasse <[email protected]> ---
yum reinstall nextcloud
su www -s /bin/bash
cd /usr/share/nextcloud/
scl enable php71 'php occ maintenance:mode --off'
scl enable php71 'php occ maintenance:repair'
exit
chmod g+w /usr/share/nextcloud/
rmdir /usr/share/nextcloud/assets
edited php fpm 71 file to put
vim /etc/opt/remi/php71/php-fpm.d/www.conf
php_admin_value[max_execution_time] = 300
/etc/init.d/php71-php-fpm restart
then launch upgrade
.... success
so I need to updates packages first to remove the folder, change write
permission and update max exec time for php
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/