Unable to update 14.0.2 to 14.0.3 and some other problems

Update 13.0.6 to 14.0.2 instead of 13.0.7 with some bugs.

Anyway, I have got three bugs left I cannot fix with:

  • News app does not work with internal server error and then a wheel.

  • Error messages in log every seconds:
    Error PHP You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at /var/www/nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php#18
    I have updated php-intl et php to php-7.2 and php7.2-intl with restart to no avail.

  • Cron.php does not work and I have to set it to Ajax.

Finally, today update to 14.0.3 was proposed in the web updater but it does not work (“Unable to start the update system, please try to update manually”). I have tried in Terminal ( sudo -u www-data php updater.phar ) but I got,
Nextcloud Updater - version: v14.0.2RC2-1-g21ab216

Current version is 14.0.2.
PHP Fatal error: Uncaught Error: Call to undefined function NC\Updater\curl_init() in phar:///var/www/nextcloud/updater/updater.phar/lib/Updater.php:440…

Have you got some clues or I have to downgrade?

ARMBIAN 5.60 stable Debian GNU/Linux 9 (stretch) 4.14.69-odroidxu4
PHP 7.2.10-1+0~20181002090802.4+stretch~1.gbpb6e829 (cli) (built: Oct 2 2018 09:08:03) ( NTS )
nginx version: nginx/1.10.3

Laurent

I installed php7.2-curl and php7.2-xml and I can do the update with sudo -u www-data php updater.phar

Update done

But still the previous bugs in 14.0.2

Was able to fix all bugs by:
installing php7.0-intl (doesn’t understand why Nextcloud is linked to this intl.php version)
and applying a patch to News app as explained here https://github.com/nextcloud/news/issues/350

Laurent