Hi,

For some upgrades the database has to be updated. Until this is done the owncloud instance is not usable. This isn’t reflected in the status page though. It does not show the instance is in maintenance mode (or is not installed).

This patch seems to work for me:

        --- a/owncloud/status.php    2016-07-20 11:15:02.000000000 +0200
        +++ b/owncloud/status.php   2016-09-23 16:02:47.932357000 +0200
        @@ -37,6 +37,7 @@
                $values=array(
                        'installed'=>$installed,
                        'maintenance' => $maintenance,
        +               'needupgrade' => \OCP\Util::needUpgrade(),
                        'version'=>implode('.', \OCP\Util::getVersion()),
                        'versionstring'=>OC_Util::getVersionString(),
                        'edition'=>OC_Util::getEditionString());

Regards,
Kristof
_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to