Skip to content

Commit

Permalink
Indicate support for Nextcloud 14 and 15 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
chbusold authored and bud-mo committed Mar 28, 2019
1 parent bdc9666 commit 4273aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud-app/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<dependencies>
<owncloud min-version="9.0" max-version="10.0"/>
<nextcloud min-version="9" max-version="13"/>
<nextcloud min-version="9" max-version="15"/>
</dependencies>
<types>
<authentication/>
Expand Down

1 comment on commit 4273aa4

@jsuhm
Copy link

@jsuhm jsuhm commented on 4273aa4 Apr 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to replace max-version="13" by max-version="15" and it worked ... until I used the maintenance mode (for backup).

There was an error at maintenance mode off :

An unhandled exception has been thrown:
OCP\AutoloadNotAllowedException: Autoload path not allowed: /var/www/html/apps/zimbradrive/lib/auth/zimbrausersbackend.php in /var/www/html/lib/autoloader.php:137
Stack trace:
#0 /var/www/html/lib/autoloader.php(162): OC\Autoloader->isValidPath('/var/www/html/a...')
#1 [internal function]: OC\Autoloader->load('OCA\\ZimbraDrive...')
#2 [internal function]: spl_autoload_call('OCA\\ZimbraDrive...')
#3 /var/www/html/lib/private/legacy/user.php(138): class_exists('OCA\\ZimbraDrive...')
#4 /var/www/html/lib/base.php(721): OC_User::setupBackends()
#5 /var/www/html/lib/base.php(1068): OC::init()
#6 /var/www/html/console.php(46): require_once('/var/www/html/l...')
#7 /var/www/html/occ(11): require_once('/var/www/html/c...')
#8 {main}

Nexcloud becomes unusable with an "Internal error" on the web interface.
To set the maintenance mode to off, I had to first delete the ZimbraDrive folder.

Please sign in to comment.