Help test Nextcloud 11.0.1!

We just put Nextcloud 11.0.1RC1 on our prerelease server. Please try it out!!! You can either download it from our install page or switch to the Beta update channel and run the upgrade. It should be reliable and has been receiving a bit of testing already but we want to know of any issues before we finally push it out! If you had problems with 11.0.0, try this to see if they are fixed.

1 Like

That’s good news.
Can we get a changelog?

Thanks.

Nice, would be also interested in a changelog. On github you can filter pull requests/issues for “Nextcloud 11.0.1” milestone. Am I right that the closed issues with merged pull request represent all changes since current 11 release?

€: Upgrade went well, no issues so far :slight_smile: .

1 Like

… same here :slight_smile:

Does the antivirus issue has been fix?

@tx7 The Antivirus app is a separate app and not part of Nextcloud server.

Changelog please @jospoortvliet :slight_smile:

I having the same errors as before:

imagecreatefromstring(): Empty string or invalid image at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/legacy/image.php#597

fclose() expects parameter 1 to be resource, boolean given at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/Files/Storage/Local.php#218

fread() expects parameter 1 to be resource, boolean given at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/Files/Storage/Local.php#217

fopen(/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/data/tien/files/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/core/img/filetypes/audio.svg): failed to open stream: No such file or directory at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/Files/Storage/Local.php#216

filesize(): stat failed for /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/data/tien/files/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/core/img/filetypes/audio.svg at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/Files/Storage/Local.php#211

fopen(/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/data/tien/files/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/core/img/filetypes/audio.svg): failed to open stream: No such file or directory at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/Files/Storage/Local.php#216


 filesize(): stat failed for /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/data/tien/files/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/core/img/filetypes/audio.svg at /media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/lib/private/Files/Storage/Local.php#211

update works like a charm on oDroidC2/RPi3 environments.
will run several tests the next days.

great job guys! thx.

Had the issue with check for writepermissions again. The rest of the upgrade went smooth…

Thank You :slight_smile:

I did a clean install and all OK from first looks.

Set the apache logs to debug and wish I didn’t but can not see any error.

PHP 7.0.14-1~dotdeb+8.1
Linux portal 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64
Apache/2.4.10 (Debian)

It seems that this fix isn’t included in 11.0.1 RC1

The related github issue is still opened and no solution found so far: file_sharing - publicpreview.php: server error when no over art available in MP3 (ID3) ¡ Issue #2739 ¡ nextcloud/server ¡ GitHub

€: Just wondered my gallery app is slow again: NC 11.0.1 RC1 uses gallery app v11.0.0 where I already manually applied the changes to use iPreviews. But there is already gallery v11.0.1RC1 with the fix merged. Would be nice if this could be included into the next nc release candidate: Release v11.0.1RC1 · nextcloud/gallery · GitHub
wget https://github.com/nextcloud/gallery/archive/master.zip of course does the job in between :).

€€: By the way: Integrity check was removed? I changed some info.xml and manually merged some pull requests, so for me it’s nice to get rid of the integrity error notification. But actually I think its a good security feature and should be active, doesn’t it?

updater from 11.0.0 to 11.0.1 bailed after the write permission check … err message was about a db timeout :confused:
unfortunately i was stupid enough to hit the reload button so i ended up in the maintenance screen … looks like i have to fix it downloading the package form the website

Happened to me too.
Every time before you update, you need to change the nextcloud folder’s permissions to www-data:www-data.
Otherwise, it will not work.

hm, ok thanks for the info. maybe a check for that could be incorporated in the update-prerequisites checks.

manually deploying the pkg fixed it anyway, my instance is back up and running on 11.0.1

I have one error in my log during manual upgrade.

Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "mail.page.index" as such route does not exist.

    /var/www/nextcloud/lib/private/Route/Router.php - line 339: Symfony\Component\Routing\Generator\UrlGenerator->generate('mail.page.index', Array, 1)
    /var/www/nextcloud/lib/private/URLGenerator.php - line 70: OC\Route\Router->generate('mail.page.index', Array)
    /var/www/nextcloud/apps/mail/appinfo/app.php - line 42: OC\URLGenerator->linkToRoute('mail.page.index')
    /var/www/nextcloud/lib/private/legacy/app.php - line 214: require_once('/var/www/nextcl...')
    /var/www/nextcloud/lib/private/legacy/app.php - line 155: OC_App requireAppFile('mail')
    /var/www/nextcloud/lib/private/legacy/app.php - line 1186: OC_App loadApp('mail', false)
    /var/www/nextcloud/lib/private/legacy/app.php - line 1136: OC_App executeRepairSteps('mail', Array)
    /var/www/nextcloud/lib/private/Installer.php - line 165: OC_App updateApp('mail')
    /var/www/nextcloud/lib/private/Updater.php - line 446: OC\Installer->updateAppstoreApp('mail')
    /var/www/nextcloud/lib/private/Updater.php - line 248: OC\Updater->upgradeAppStoreApps(Array)
    /var/www/nextcloud/lib/private/Updater.php - line 124: OC\Updater->doUpgrade('11.0.1.1', '11.0.0.10')
    /var/www/nextcloud/core/Command/Upgrade.php - line 261: OC\Updater->upgrade()
    /var/www/nextcloud/3rdparty/symfony/console/Command/Command.php - line 256: OC\Core\Command\Upgrade->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    /var/www/nextcloud/3rdparty/symfony/console/Application.php - line 818: Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    /var/www/nextcloud/3rdparty/symfony/console/Application.php - line 186: Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\Upgrade), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    /var/www/nextcloud/3rdparty/symfony/console/Application.php - line 117: Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    /var/www/nextcloud/lib/private/Console/Application.php - line 169: Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    /var/www/nextcloud/console.php - line 90: OC\Console\Application->run()
    /var/www/nextcloud/occ - line 11: require_once('/var/www/nextcl...')
    {main}

However this points to the mail application after upgrade activated the mail app and worked out of the box.

Seems like an old bug was reoccurring?
If i mount an external NAS-share to a users directory, the message "your storage is almost full appears.

config.php:
‘filesystem_check_changes’ => 1,
‘quota_include_external_storage’ => false,

Users quota set to both e.g. 1.2TB or unlimited

That is totally weird, bugs shouldn’t come back. Let’s summon @icewind :wink:

Can you provide log etc?

i made a fresh install with 11.0.1 and the message went away.