After upgraded OC 801 --> 803 , installing files_mv 081a to owncloud/apps (ubuntu) with tar command + reassign files to www-data, OC shows the starting maintenance page.
Removing directory files_mv reverts OC to normal running.
While files_mv directory is present, and getting the "start maintenance page", trying to start maintenance will stuck OC in maintenance mode. Reverts to normal running after removing files_mv directory + reverting "maintenance" flag in php.ini to false.
During maintenance running, I got this message in log:
Exception:
{"Message":"","Code":0,"Trace":"#0
/var/www/owncloud/lib/private/app.php(77):
OC_App::loadApp('files_mv')\n#1
/var/www/owncloud/lib/private/util.php(75):
OC_App::loadApps(Array)\n#2
/var/www/owncloud/lib/base.php(781):
OC_Util::setupFS()\n#3
/var/www/owncloud/index.php(36):
OC::handleRequest()\n#4 {main}","File":
"/var/www/owncloud/lib/private/app.php","Line":96}
After upgraded OC 801 --> 803 , installing files_mv 081a to owncloud/apps (ubuntu) with tar command + reassign files to www-data, OC shows the starting maintenance page. Removing directory files_mv reverts OC to normal running.
While files_mv directory is present, and getting the "start maintenance page", trying to start maintenance will stuck OC in maintenance mode. Reverts to normal running after removing files_mv directory + reverting "maintenance" flag in php.ini to false. During maintenance running, I got this message in log: Exception: {"Message":"","Code":0,"Trace":"#0 /var/www/owncloud/lib/private/app.php(77): OC_App::loadApp('files_mv')\n#1 /var/www/owncloud/lib/private/util.php(75): OC_App::loadApps(Array)\n#2 /var/www/owncloud/lib/base.php(781): OC_Util::setupFS()\n#3 /var/www/owncloud/index.php(36): OC::handleRequest()\n#4 {main}","File": "/var/www/owncloud/lib/private/app.php","Line":96}