You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
4273aa4
There was a problem hiding this comment.
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 :
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.